summaryrefslogtreecommitdiff
path: root/cpp/test/XMLTransform
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
|
* Added dependency on libslice.lib and libsliced.lib so Slice files areMichi Henning2003-08-11
| | | | recompiled when parser changes.
* Major Freeze updateBernard Normier2003-07-18
|
* Removed EvictorBase again.Michi Henning2003-07-09
|
* Changed implementation of Ice.MessageSizeMax property: no longer a staticMichi Henning2003-07-02
| | | | value now and initialized in Instance.
* merging changes from Evictor branchMichi Henning2003-06-30
|
* Merging changes from trace_slicing brancMichi Henning2003-06-23
|
* 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
|
* - Removed a number of typos in the documentation.Michi Henning2003-05-27
| | | | | | - Got rid of MagicTypes sequence -- using ByteSeq now. - Did a make depend because LocalException.ice now #includes BuiltinSequences.ice.
* Removed Precompiled Headers (PCH)Bernard Normier2003-05-25
|
* - Fixed a bug in the code generator for dictionaries with class values.Michi Henning2003-05-19
| | | | | | | | | - Added more support for Java slicing. - Changed config/Make.rules: "make depend" was calling slice2cpp with ICECPPFLAGS, not SLICE2CPPFLAGS. This meant that "make depend" was invoking slice2cpp with options that were potentially different from those passed for normal compilation of slice files, which could lead to inconsistencies.
* Merged HEAD and slicing trees.Michi Henning2003-05-08
|
* Eliminated numerous warnings from Sun C++ 5.4 buildsBernard Normier2003-04-24
|
* 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
|
* make dependMarc Laukien2003-03-23
|
* portability fixes for openssl, xerces; dependency updateMark Spruiell2003-02-21
|
* version update; date changeMarc Laukien2003-02-04
|
* started with stats interfaceMarc Laukien2003-01-30
|
* fixMarc Laukien2003-01-28
|
* make dependMarc Laukien2002-12-08
|
* amd mergeMarc Laukien2002-12-06
|
* added amiMarc Laukien2002-11-27
|
* 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.
* run.py fixesMarc Laukien2002-11-22
|
* 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.
* Removed slice compilation rules, use an implicit rule instead.Benoit Foucher2002-11-13
|
* project fixesMarc Laukien2002-11-09
|
* many fixes to run scriptsMarc Laukien2002-11-08
|
* fixesMarc Laukien2002-11-07
|
* fixed copyright dateMarc Laukien2002-11-06
|
* Makefile improvments (added LIBEXT, SHLIB_LDFLAGS, removed some bogusBenoit Foucher2002-10-31
| | | | CXXFLAGS, removed BASE, VERSIONNED_BASE for shared libraries).
* 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
|
* adding evictor testMark Spruiell2002-10-03
|
* add evictor supportMark Spruiell2002-10-03
|
* fixMarc Laukien2002-09-26
|
* Runtime->LocalMarc Laukien2002-09-20
|
* Renamed Ice::LocalException to Ice::RuntimeException.Michi Henning2002-09-20
|
* adding XMLTransformMark Spruiell2002-08-27