Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | cleanup | Marc Laukien | 2003-10-27 | |
| | ||||
* | - Renamed ObjectBase to GCShared. | Michi Henning | 2003-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 Henning | 2003-10-22 | |
| | ||||
* | merging changes for garbage collector | Michi Henning | 2003-10-20 | |
| | ||||
* | Moved UserExceptionFactory from Ice to IceInternal namespace/package. | Michi Henning | 2003-10-06 | |
| | ||||
* | - Removed dependency on Xerces. | Mark Spruiell | 2003-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 branch | Bernard Normier | 2003-08-05 | |
| | ||||
* | Major Freeze update | Bernard Normier | 2003-07-18 | |
| | ||||
* | Removed EvictorBase again. | Michi Henning | 2003-07-09 | |
| | ||||
* | Changed implementation of Ice.MessageSizeMax property: no longer a static | Michi Henning | 2003-07-02 | |
| | | | | value now and initialized in Instance. | |||
* | merging changes from Evictor branch | Michi Henning | 2003-06-30 | |
| | ||||
* | Merging changes from trace_slicing branc | Michi Henning | 2003-06-23 | |
| | ||||
* | - Removed a number of typos in the documentation. | Michi Henning | 2003-05-27 | |
| | | | | | | - Got rid of MagicTypes sequence -- using ByteSeq now. - Did a make depend because LocalException.ice now #includes BuiltinSequences.ice. | |||
* | minor edits | Mark Spruiell | 2003-05-22 | |
| | ||||
* | - Fixed bugs relating to use of ends iomanipulator. | Michi Henning | 2003-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 port | Bernard Normier | 2003-05-21 | |
| | ||||
* | - Fixed a bug in the code generator for dictionaries with class values. | Michi Henning | 2003-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.0 | Bernard Normier | 2003-05-13 | |
| | ||||
* | Merged HEAD and slicing trees. | Michi Henning | 2003-05-08 | |
| | ||||
* | merging changes from freeze_strategy branch | Mark Spruiell | 2003-04-08 | |
| | ||||
* | gcc 2.95.3 fixes | Marc Laukien | 2003-04-04 | |
| | ||||
* | make depend | Marc Laukien | 2003-03-23 | |
| | ||||
* | portability fixes for openssl, xerces; dependency update | Mark Spruiell | 2003-02-21 | |
| | ||||
* | minor edits | Mark Spruiell | 2003-02-15 | |
| | ||||
* | fixes | Marc Laukien | 2003-02-14 | |
| | ||||
* | version update; date change | Marc Laukien | 2003-02-04 | |
| | ||||
* | started with stats interface | Marc Laukien | 2003-01-30 | |
| | ||||
* | fix | Marc Laukien | 2003-01-28 | |
| | ||||
* | make depend | Marc Laukien | 2002-12-08 | |
| | ||||
* | amd merge | Marc Laukien | 2002-12-06 | |
| | ||||
* | Initial addition | Benoit Foucher | 2002-12-06 | |
| | ||||
* | Added IcePack object registry. | Benoit Foucher | 2002-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 |