summaryrefslogtreecommitdiff
path: root/cpp/src/IceUtil/GCShared.cpp
Commit message (Collapse)AuthorAge
* Made Ice::Object abstract.Michi Henning2005-07-04
|
* more GCShared/Shared cleanupMarc Laukien2005-03-08
|
* Updated copyrights to 2005Bernard Normier2005-02-16
|
* Checked TODO item -- no change necessary.Michi Henning2004-11-30
|
* fixesMarc Laukien2004-11-29
|
* Changed IceUtil::GCShared to derive from IceUtil::Shared.Michi Henning2004-11-25
|
* Fixed bug in the garbage collector: leaf nodes were sometimes not dealtMichi Henning2004-09-29
| | | | with correctly.
* Fixed copyrightBernard Normier2004-05-18
|
* Updated copyright noticeBernard Normier2004-05-11
|
* Merged changes from michi_pre_e3 branchMichi Henning2004-05-10
|
* Added a comment to GCShared to explain why delete is called by __decRef()Michi Henning2004-03-24
| | | | | | outside the protection of the lock. Also moved the code to update the object set from ~GCShared() to the garbage collector. That's cleaner than doing it from the destructor.
* HP-UX portBernard Normier2004-01-23
|
* Fixed a race condition that could lead to deadlock of a thread tried toMichi Henning2004-01-12
| | | | | join with another thread from within the destructor of a servant or class.
* more gc 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.