0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 5 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
errno usage improved in IntFromStr and IntFromStrDef functions, test cases added. More... over 16 years ago
Dummy code is removed from DoSort functions in PointerArray and TValueArray: if (m == i) m = j; else if (m == j) m = i; More... over 16 years ago
Rename: Zombies -> LostObjects. More... almost 17 years ago
Rename Destroyed to DestroyedObjects. More... almost 17 years ago
Try to destroy all zombies in Sys::Finalize. More... almost 17 years ago
Zombie concept is implemented. More... almost 17 years ago
Cosmetic changes More... almost 17 years ago
Object::MoveToDestroyedObjects -> MoveTo(PointerArray* target). More... almost 17 years ago
Bug fix: double free of object in case of exception in the Initialize method. More... almost 17 years ago
Rename: Object::SafeInitialize -> Object::InternalInitialize. More... almost 17 years ago
Cosmetic changes (local varable 'exception' is renamed to 'e'). More... almost 17 years ago
TryLock method implemented in ThreadMutex; SynchronizationLockException moved from Monitor to Synchronization module. More... about 17 years ago
Race condition resolved in Object::Lock() when several threads call Lock for the same object exactly at the same time. More... about 17 years ago
Compilation error is fixed (GCC 3.2.3). More... about 17 years ago
The MarkAsDestroyed method is renamed to MoveToDestroyedObjects. More... over 17 years ago
All SilentXXX methods are renamed to ExceptionlessXXX. More... over 17 years ago
Make the code more robust by exceptions accumulation. More... over 17 years ago
Test commit. Please ignore. This commit just tests HTML quotation feature. Here is some <Tag>. Here is 'less than' symbol: one <, two <<, three <<<. Here is 'greated than' symbol: one >, two >>, three >>>. Here is ampersand: one &, two &&, three &&&. Here is quoted strings: less than &lt; greater than &gt; ampersand &amp; More... over 17 years ago
GCC compilation issue: memset function requires memory.h to be included. More... over 17 years ago
Cosmetic changes in AccumulateException - head is renamed to master, last is renamed to latest. More... over 17 years ago
Debugging CvsMon. Please ignore this commit. More... over 17 years ago
Finalize is called for partially initialized objects (in case of exception in Initialize). More... over 17 years ago
Subsequent exceptions are renamed to Accumulated exceptions. More... over 17 years ago
Subsequent exceptions should be destroyed in Exception destructor. More... over 17 years ago
TryDestroy is replaced by Try template. More... over 17 years ago
Fixed implementation of JoinExceptions. More... over 17 years ago
Added functions: JoinExceptions and Try. More... over 17 years ago
Implementation of the pool of ThreadMutexes was changed. Now Object::m_SyncBlockIndex is zero by default and the zeroth sync block references the global thread mutex g_GlobalMutex. More... over 17 years ago
Fixed implementation of TArray<T>::CopyFrom. More... over 17 years ago
Object::DestroyOwnedObject(int index) is replaced by Object::TryDestroy(). More... over 17 years ago