0
I Use This!
Activity Not Available

Commits : Listings

Analyzed 7 months ago. based on code collected 7 months ago.
Jul 05, 2024 — Jul 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed stubba as it is deprecated now. More... almost 15 years ago
Enabling local unit tests only when directly invoked. More... almost 15 years ago
Limiting windows builds to libraries only. More... almost 15 years ago
Added thread generic implementation to the main thread library. More... almost 15 years ago
Fixed invocation on Unix. More... almost 15 years ago
Added ability to compile and install all build abi variations on Windows. More... almost 15 years ago
Better looking case block indentation. More... almost 15 years ago
Added ability to invoke yaml-env on Windows. More... almost 15 years ago
Updated stemkit-cpp installation script for Windows. More... almost 15 years ago
Temporarily turning of unit tests under 64-bit MKS on Windows. More... almost 15 years ago
Re-organized Windows configuration blocks for 64-bit compilation. Unit tests More... almost 15 years ago
Now generic condition mediator honors recently introduced parameters to yield More... almost 15 years ago
Added ability to control whether pthread implementation would yield thread More... almost 15 years ago
Added indent rc file. More... almost 15 years ago
Fixed timing issue in the test. More... almost 15 years ago
Fixing compile on Windows. More... almost 15 years ago
Turned out Windows does not have "struct timespec", not exposing it. More... almost 15 years ago
Some final cleanups. More... almost 15 years ago
Introduced ability to specify sleep delay in generic condition mediator. More... almost 15 years ago
Renamed a class to better reflect the intent. More... almost 15 years ago
Refactored generic condition mediator to use absolute time when calculating More... almost 15 years ago
Moved time specific calculations to sk::rt::Time class. More... almost 15 years ago
Replaced non-portable gettimeofday() with sk::rt::Time facility. More... almost 15 years ago
Using gettimeofday() facility to get the current time. More... almost 15 years ago
Added tests for the actual waiting on conditions and announcing. More... almost 15 years ago
Introduced a helper test method for readability. More... almost 15 years ago
Fixing Windows compile. More... almost 15 years ago
Renamed tests for consistency. More... almost 15 years ago
Refactored a test for non-blocking operations. More... almost 15 years ago
Added a test for synchronize actually waiting unil the mutex becomes unlocked More... almost 15 years ago