summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Object.cpp
Commit message (Collapse)AuthorAge
...
* Changed generated code to work around bug in gcc 3.2 and 3.4 regardingMichi Henning2004-12-01
| | | | | | | | initialization of static class data members. Removed all static class data members in the process, so there are no more problems with violating ODR if the same .o file is loaded more than once into an address space. See http://www.zeroc.com/vbulletin/showthread.php?s=&threadid=1020.
* adding streaming APIMark Spruiell2004-10-19
|
* Fixed copyrightBernard Normier2004-05-18
|
* Updated copyright noticeBernard Normier2004-05-11
|
* Merged changes from michi_pre_e3 branchMichi Henning2004-05-10
|
* facet changesMarc Laukien2004-04-07
|
* adding ice_preMarshal/ice_postUnmarshal, and tests in Ice/objectsMark Spruiell2004-02-24
|
* - 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.
* merging changes for garbage collectorMichi Henning2003-10-20
|
* - 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
|
* Win32 fixMark Spruiell2003-08-08
|
* Added ice_clone() for classes.Michi Henning2003-08-06
|
* DispatchAsyncMarc Laukien2003-05-25
|
* Fixed incorrect scope for passing function pointer for __patch__ObjectPtr.Michi Henning2003-05-08
| | | | | (Looks like a gcc bug -- the code should never have compiled as it was.)
* Merged HEAD and slicing trees.Michi Henning2003-05-08
|
* Sun: 64 bit + CC 5.3 supportBernard Normier2003-04-29
|
* Solaris/Sun C++ 5.4 portBernard Normier2003-04-09
|
* version update; date changeMarc Laukien2003-02-04
|
* fixed shutdown problem with _dispatchCountMarc Laukien2002-12-30
|
* more AMD exception fixesMarc Laukien2002-12-07
|
* AMD exception cleanupMarc Laukien2002-12-07
|
* AMD classes now expandableMarc Laukien2002-12-07
|
* amd mergeMarc Laukien2002-12-06
|
* Added support for object lookup by identityBenoit Foucher2002-12-05
|
* Changed the implementation of the various _kindOfObject members becauseMichi Henning2002-12-05
| | | | | bloody VC++ can't handle initialization of static non-integral class members :-(
* Added AlreadyRegisteredException and NotRegisteredException. RemovedMichi Henning2002-12-05
| | | | | | PluginExistsException, PluginNotFoundException, ObjectAdapterNotRegisteredException, and ObjectAdapterIdInUseException. Updated test suite for new exceptions and did a make depend.
* added amiMarc Laukien2002-11-27
|
* fixed copyright dateMarc Laukien2002-11-06
|
* changing copyright location; adding GPL noteMark Spruiell2002-10-28
|
* changing Mutable Realms to ZeroCMark Spruiell2002-10-26
|
* fixMarc Laukien2002-09-22
|
* removed several static'sMarc Laukien2002-09-22
|
* ice_removeFacet now returns ObjectPtrMark Spruiell2002-09-12
|
* XML bug fixMark Spruiell2002-08-27
|
* facet pathMarc Laukien2002-07-18
|
* facet pathMarc Laukien2002-07-17
|
* facet pathMarc Laukien2002-07-17
|
* facet pathMarc Laukien2002-07-17
|
* added spaceMarc Laukien2002-07-09
|
* removed spaces after keywordsMarc Laukien2002-06-23
|
* removing __getClassIdsMark Spruiell2002-03-16
|
* Ice protocol optimizationsMarc Laukien2002-03-10
|
* revising Stream.ice to remove out paramsMark Spruiell2002-02-13
|
* user exception routing bug fixMarc Laukien2002-02-08
|
* Freeze updates.Matthew Newhook2002-01-30
|
* Rename ice_id() to ice_staticId(). Add ice_id() & ice_facets().Matthew Newhook2002-01-29
|
* Added support for ice_ids.Matthew Newhook2002-01-23
|
* Initial commit of generic marshaling.Matthew Newhook2002-01-23
|
* glacier intergrationMarc Laukien2002-01-14
|