summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/Object.h
Commit message (Collapse)AuthorAge
...
* Fixed bug 4225 -- servant dispatch needs to lock/unlock the global GC mutexBenoit Foucher2009-12-07
|
* Added invoke testDwayne Boone2009-11-26
| | | | | Cleaned up invoke demo Fixed order of paramaters in end_ice_invoke in C++
* - Removed old IceSSL::ConnectionInfo struct, it's now replaced withBenoit Foucher2009-10-21
| | | | | | | | | | | | | IceSSL::NativeConnectionInfo. - Removed Ice::ConnectionInfo endpoint attribute. - Added Ice::Connection::getEndpoint() method. - Added Ice::ConnectionInfo adapterName and incoming attributes. - Replaced Tcp and Udp prefixes with TCP and UDP in endpoint/info classes. - Added IPEndpointInfo and IPConnectionInfo intermediate classes. - Fixed 2058: deprecate ice_hash for Ice.Object & Ice.LocalObject, added ice_getHash - Fixed bug where Ice::Endpoint comparison would only compare the endpoint object addresses rather than the endpoint attributes like in Java and C#. - Added ice_getHash implementation for endpoints and cleaned up Reference::hash to use HashUtil.h helper methods. - Added test/Ice/info and removed endpoint info test from test/Ice/proxy.
* Bug 2475 - remove AMD_Array_Object_ice_invokeDwayne Boone2009-04-27
|
* Bug 3621 - updated copyright to 2009Dwayne Boone2009-01-02
|
* Ifdef for virtual inheritance (see bug 2803)Bernard Normier2008-03-27
|
* Bug 2803 - Assertion failure in simple_filesystem serverMichi Henning2008-03-26
|
* Updated copyrightDwayne Boone2008-01-23
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=2236 - Remove operator!= ↵Dwayne Boone2007-06-19
| | | | from Object and LocalObject
* Split DispatchStatus into dispatch status and reply status (bug #2150)Bernard Normier2007-05-17
|
* New Dispatch Interceptor (see bug #2126)Bernard Normier2007-05-16
|
* Fixed stale comment.Michi Henning2007-03-29
|
* Expanded tabs into spacesBernard Normier2007-02-01
|
* Updated copyright headerDwayne Boone2007-01-08
|
* Partial fix for bug #1257: deprecating nonmutatingBernard Normier2006-07-27
|
* Changes to garbage collector to speed it up for highly-connected graphs.Michi Henning2006-04-11
|
* Imrpoved support for using array mapping in async responses and Blobject.Dwayne Boone2006-03-20
|
* Added BlobjectArrayDwayne Boone2006-03-16
|
* Updated copyrightDwayne Boone2006-03-14
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=353Matthew Newhook2005-09-08
|
* http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=353Matthew Newhook2005-09-07
|
* Made Ice::Object abstract.Michi Henning2005-07-04
|
* Removed copy constructor and assignment operator for exceptions andMichi Henning2005-06-20
| | | | classes. Removed #undef scheme and add UndefSysMacros.h instead.
* Now using non-virtual inheritance of Object from GCShared.Michi Henning2005-04-08
|
* reverted Shared/GCShared changeMarc Laukien2005-03-08
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* 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
|
* Added ice_clone() for classes.Michi Henning2003-08-06
|
* DispatchAsyncMarc Laukien2003-05-25
|
* Merged HEAD and slicing trees.Michi Henning2003-05-08
|
* version update; date changeMarc Laukien2003-02-04
|
* glacier now uses AMI/AMDMarc Laukien2002-12-08
|
* AMD exception cleanupMarc Laukien2002-12-07
|
* amd mergeMarc Laukien2002-12-06
|
* 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
|