summaryrefslogtreecommitdiff
path: root/cpp/demo/IceBox
Commit message (Collapse)AuthorAge
...
* Did a make depend.Michi Henning2005-06-20
|
* make dependMarc Laukien2005-03-09
|
* fix for bug 131Mark Spruiell2005-03-09
|
* Added incremental link option to mfchelloC, mfchellS, and mfcpatchC forMichi Henning2005-03-08
| | | | | debug build. Added incremental link option to all projects for release builds.
* minor editsMark Spruiell2005-03-05
|
* Added /I ../../../include/stlport to project includes.Benoit Foucher2005-03-04
|
* 2004 to 2005Bernard Normier2005-02-16
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* make dependMarc Laukien2005-02-05
|
* Changed inheritance of IceUtil::GCShared from IceUtil::Shared to virtualMichi Henning2005-01-14
| | | | | | | | | inheritance, so we don't have two IceUtil::Shared instances in a class that uses multiple inheritance and ends up deriving from IceUtil::Shared more than once. Added a test case to the thread tests for a class that inherits from both GCShared and Thread to proved that there is indeed only one shared instance of IceUtil::Shared in such a class.
* fixesMarc Laukien2004-12-06
|
* Changed IceUtil::GCShared to derive from IceUtil::Shared.Michi Henning2004-11-25
|
* Installer fixesBernard Normier2004-11-19
|
* minor editsMark Spruiell2004-11-16
|
* Added remark about library path.Michi Henning2004-11-16
|
* Added README files for demos.Michi Henning2004-11-16
|
* make dependMarc Laukien2004-11-08
|
* make dependMarc Laukien2004-11-07
|
* test suite now works with thread per connectionMarc Laukien2004-10-27
|
* updating dependenciesMark Spruiell2004-10-19
|
* dependMarc Laukien2004-10-04
|
* fixesMarc Laukien2004-10-04
|
* Connection.iceMarc Laukien2004-09-13
|
* Renamed IceInternal::Connection to Ice::ConnectionIBernard Normier2004-08-31
|
* adding public streaming APIMark Spruiell2004-08-31
|
* Deprecation of global Slice definitions.Michi Henning2004-08-31
|
* class->interfaceMarc Laukien2004-08-26
|
* more fixed connection workMarc Laukien2004-08-14
|
* fixes for LinuxMarc Laukien2004-08-10
|
* more glacier2Marc Laukien2004-08-10
|
* demo fixesMarc Laukien2004-08-05
|
* Slice checksum changesMark Spruiell2004-07-02
|
* fixesMarc Laukien2004-06-30
|
* fixesMarc Laukien2004-06-29
|
* AIX portBernard Normier2004-06-08
|
* Fixed copyrightBernard Normier2004-05-18
|
* Added removeAllFacets. This is a temporary check-in with trace still in theMichi Henning2004-05-14
| | | | | code. For some reason, the returned facet map is corrupt. Doing a check-in here so Bernard can try this on his machine.
* Updated copyright noticeBernard Normier2004-05-11
|
* Merged changes from michi_pre_e3 branchMichi Henning2004-05-10
|
* Updated Freeze Evictor with new facetsBernard Normier2004-04-09
|
* adding Ice::Process for graceful shutdown of IcePack serversMark Spruiell2004-02-29
|
* mutex for OutgoingAsyncMarc Laukien2004-02-23
|
* MacOS X port.Benoit Foucher2004-02-10
|
* removing UNICODE requirement on Win32Mark Spruiell2003-12-05
|
* Fixed incorrect lock in CommunicatorI.cpp.Michi Henning2003-10-28
|
* 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
|
* - 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.