summaryrefslogtreecommitdiff
path: root/cpp/demo/IcePack
Commit message (Collapse)AuthorAge
...
* cleanupMarc Laukien2003-10-27
|
* - Renamed ObjectBase to GCShared.Michi Henning2003-10-23
| | | | | | | - Fixed the problem of the gc test sometimes running for over three minutes. - Fixed race condition in printGCStats if a signal caused communicator shutdown.
* Got rid of StaticRecMutex.Michi Henning2003-10-22
|
* merging changes for garbage collectorMichi Henning2003-10-20
|
* Moved UserExceptionFactory from Ice to IceInternal namespace/package.Michi Henning2003-10-06
|
* - 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.
* Merging from 1.1 branchBernard Normier2003-08-05
|
* 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
|
* - 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.
* minor editsMark Spruiell2003-05-22
|
* - Fixed bugs relating to use of ends iomanipulator.Michi Henning2003-05-21
| | | | | | | | - Fixed code generation bug for dictionaries with a key type not derived from Object. - Added tests for dictionary slicing. - Restructured slicing tests to use more intuitive file names and better directory structure.
* Sun C++ 5.5 portBernard Normier2003-05-21
|
* - 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.
* Updated Unix versioning scheme, and updated current version to 1.1.0Bernard Normier2003-05-13
|
* Merged HEAD and slicing trees.Michi Henning2003-05-08
|
* merging changes from freeze_strategy branchMark Spruiell2003-04-08
|
* gcc 2.95.3 fixesMarc Laukien2003-04-04
|
* make dependMarc Laukien2003-03-23
|
* portability fixes for openssl, xerces; dependency updateMark Spruiell2003-02-21
|
* minor editsMark Spruiell2003-02-15
|
* fixesMarc Laukien2003-02-14
|
* 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
|
* Initial additionBenoit Foucher2002-12-06
|
* Added IcePack object registry.Benoit Foucher2002-12-05
Added support for locator object lookup by identity. Added Query interface to lookup objects by type. Changed the IcePack.Registry.Locator properties to IcePack.Registry.Client Changed the IcePack.Registry.LocatorRegistry properties to IcePack.Registry.Se rver Added IcePack demo Minor fixes and clean-up