0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 7 months ago. based on code collected 8 months ago.
Jul 05, 2024 — Jul 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Using gcc3 project by default. More... almost 17 years ago
Added abstract and mock thread implementations. Introduced ability to specify More... almost 17 years ago
Implemented ArrayList<>#get(index) method. Changed internal ArrayList<> More... almost 17 years ago
Adjusted the order of libraries to fix the compile. More... almost 17 years ago
Simplified error-to-exception macro invocations. More... almost 17 years ago
Added a test of pthread Mutex exception on bad unlock(). More... almost 17 years ago
Introduced test infrastructure for pthreads. More... almost 17 years ago
Introduced parameter "perform-error-check" for pthreads::Mutex scope, true by More... almost 17 years ago
Consolidated all error-to-exception mappings in pthreads implementation More... almost 17 years ago
Introduced a macro to invoke a system call and generate SystemException if More... almost 17 years ago
Pushed the knowledge about phreads mutex types to Mutex class itself. More... almost 17 years ago
Added missing includes. More... almost 17 years ago
Forgotten "long long" instead of uint64_t. More... almost 17 years ago
Fixed access to the original executable. More... almost 17 years ago
Refactored functional test. More... about 17 years ago
Fixing compile on AIX. More... about 17 years ago
Tiny test readability improvement. More... about 17 years ago
Added synchronization to the generator and increased contention in tests. More... about 17 years ago
Implemented yield capability for threads. More... about 17 years ago
Introduced propery "abort-on-exception" for the default exception handler and More... about 17 years ago
Actually implemented default exception handling. More... about 17 years ago
Introduced ability to setup uncaught exception handlers. More... about 17 years ago
Greatly simlified sk::rt::Lock synchronization templates following More... about 17 years ago
Generalized exception guard so that now one template is applicable to all More... about 17 years ago
Using sk::util::Exception::guard() everywhere to expose current thread More... about 17 years ago
Fixed indent. More... about 17 years ago
Implemented method ArrayList<>#forEach(). More... about 17 years ago
Implemented basic methods for ArrayList so that recently introduced tests More... about 17 years ago
Added tests for ArrayList. Fail now because of lack of implementation. More... about 17 years ago
Started introducing a DataGenerator class for thread tests. Currently fails More... about 17 years ago