Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Did a make depend. | Michi Henning | 2005-06-20 | |
| | ||||
* | make depend | Marc Laukien | 2005-03-09 | |
| | ||||
* | fix for bug 131 | Mark Spruiell | 2005-03-09 | |
| | ||||
* | Added incremental link option to mfchelloC, mfchellS, and mfcpatchC for | Michi Henning | 2005-03-08 | |
| | | | | | debug build. Added incremental link option to all projects for release builds. | |||
* | minor edits | Mark Spruiell | 2005-03-05 | |
| | ||||
* | Added /I ../../../include/stlport to project includes. | Benoit Foucher | 2005-03-04 | |
| | ||||
* | 2004 to 2005 | Bernard Normier | 2005-02-16 | |
| | ||||
* | Updated copyrights to 2005 | Bernard Normier | 2005-02-16 | |
| | ||||
* | make depend | Marc Laukien | 2005-02-05 | |
| | ||||
* | Changed inheritance of IceUtil::GCShared from IceUtil::Shared to virtual | Michi Henning | 2005-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. | |||
* | fixes | Marc Laukien | 2004-12-06 | |
| | ||||
* | Changed IceUtil::GCShared to derive from IceUtil::Shared. | Michi Henning | 2004-11-25 | |
| | ||||
* | Installer fixes | Bernard Normier | 2004-11-19 | |
| | ||||
* | minor edits | Mark Spruiell | 2004-11-16 | |
| | ||||
* | Added remark about library path. | Michi Henning | 2004-11-16 | |
| | ||||
* | Added README files for demos. | Michi Henning | 2004-11-16 | |
| | ||||
* | make depend | Marc Laukien | 2004-11-08 | |
| | ||||
* | make depend | Marc Laukien | 2004-11-07 | |
| | ||||
* | test suite now works with thread per connection | Marc Laukien | 2004-10-27 | |
| | ||||
* | updating dependencies | Mark Spruiell | 2004-10-19 | |
| | ||||
* | depend | Marc Laukien | 2004-10-04 | |
| | ||||
* | fixes | Marc Laukien | 2004-10-04 | |
| | ||||
* | Connection.ice | Marc Laukien | 2004-09-13 | |
| | ||||
* | Renamed IceInternal::Connection to Ice::ConnectionI | Bernard Normier | 2004-08-31 | |
| | ||||
* | adding public streaming API | Mark Spruiell | 2004-08-31 | |
| | ||||
* | Deprecation of global Slice definitions. | Michi Henning | 2004-08-31 | |
| | ||||
* | class->interface | Marc Laukien | 2004-08-26 | |
| | ||||
* | more fixed connection work | Marc Laukien | 2004-08-14 | |
| | ||||
* | fixes for Linux | Marc Laukien | 2004-08-10 | |
| | ||||
* | more glacier2 | Marc Laukien | 2004-08-10 | |
| | ||||
* | demo fixes | Marc Laukien | 2004-08-05 | |
| | ||||
* | Slice checksum changes | Mark Spruiell | 2004-07-02 | |
| | ||||
* | fixes | Marc Laukien | 2004-06-30 | |
| | ||||
* | fixes | Marc Laukien | 2004-06-29 | |
| | ||||
* | AIX port | Bernard Normier | 2004-06-08 | |
| | ||||
* | Fixed copyright | Bernard Normier | 2004-05-18 | |
| | ||||
* | Added removeAllFacets. This is a temporary check-in with trace still in the | Michi Henning | 2004-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 notice | Bernard Normier | 2004-05-11 | |
| | ||||
* | Merged changes from michi_pre_e3 branch | Michi Henning | 2004-05-10 | |
| | ||||
* | Updated Freeze Evictor with new facets | Bernard Normier | 2004-04-09 | |
| | ||||
* | adding Ice::Process for graceful shutdown of IcePack servers | Mark Spruiell | 2004-02-29 | |
| | ||||
* | mutex for OutgoingAsync | Marc Laukien | 2004-02-23 | |
| | ||||
* | MacOS X port. | Benoit Foucher | 2004-02-10 | |
| | ||||
* | removing UNICODE requirement on Win32 | Mark Spruiell | 2003-12-05 | |
| | ||||
* | Fixed incorrect lock in CommunicatorI.cpp. | Michi Henning | 2003-10-28 | |
| | ||||
* | 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 | |
| | ||||
* | - 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. |