summaryrefslogtreecommitdiff
path: root/cpp/test/XMLTransform/transform/Populate.cpp
Commit message (Collapse)AuthorAge
* - Removed dependency on Xerces.Mark Spruiell2003-09-11
| | | | | | | | | - Removed generic stream interface Ice::Stream and ice_marshal functions. - Removed XML stream implementation and related test. - Removed XML transformer and related test. - Removed slice2xsd. - Added C++ wrapper for the expat XML parser in IceXML::Parser. - Removed XML encoding from Freeze.
* Freeze Evictor facet changesBernard Normier2003-08-27
|
* Major Freeze updateBernard Normier2003-07-18
|
* merging changes from Evictor branchMichi Henning2003-06-30
|
* Changed Ice::ServantLocator::deactivate() such that the category is passedMichi Henning2003-06-17
| | | | to deactivate().
* Changed the behavior of Freeze::Map::insert and added Freeze::Map::putBernard Normier2003-06-06
|
* adding statistics to evictorMark Spruiell2003-04-10
|
* Solaris/Sun C++ 5.4 portBernard Normier2003-04-09
|
* merging changes from freeze_strategy branchMark Spruiell2003-04-08
|
* version update; date changeMarc Laukien2003-02-04
|
* check for missing class types in object instances add optional removal ofMark Spruiell2002-11-26
| | | | object references and instances for missing types transaction fixes
* - Added DBEnvironment::openDBWithTxn (required by BerkeleyDB 4.1.2)Benoit Foucher2002-11-23
| | | | | | | | - Improved dispatch exception warnings. - Fix the exception test to disable dispatch warnings. - Fixed a bug in IcePack where a server adapter would wait for the server activation even though the node was being shutdown. - Fixed XML transform tests to use openDBWithTxn.
* FixBenoit Foucher2002-11-20
|
* - Added transactional method to Freeze DB API.Benoit Foucher2002-11-20
| | | | | - Added sync() method to flush the memory pool to the disk. - Improved XMLTransform tests.
* fixed copyright dateMarc Laukien2002-11-06
|
* changing copyright location; adding GPL noteMark Spruiell2002-10-28
|
* First shot at porting to VC++ 2002. Code compiles, but suffers randomMichi Henning2002-10-28
| | | | crashes during the tests.
* changing Mutable Realms to ZeroCMark Spruiell2002-10-26
|
* add evictor supportMark Spruiell2002-10-03
|
* adding XMLTransformMark Spruiell2002-08-27