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
Cleanup and renames for consistency. More... about 17 years ago
Fixed unit test crash on exit caused by unpredicted order of global More... about 17 years ago
Implemented current thread query (forgotten files for previous commit). More... about 17 years ago
Implemented current thread query. More... about 17 years ago
Implemented installation of the current thread pointer value in a thread More... about 17 years ago
Propagating thread handle all way to the lower level so that it can be More... about 17 years ago
Finished implementation of the main thread representation. It is calling upon More... about 17 years ago
Introduced thread interface (sk::rt::thread::Generic) and a class to represent More... about 17 years ago
Forgotten files for the previous commit. More... about 17 years ago
Refactored access to thread implementation layer so that it is possible to More... about 17 years ago
Using pthread recursive locks. Introduced tryLock() method in the low level More... about 17 years ago
Introduce first real thread spawning test. Outputs things on sreen for now. More... about 17 years ago
Forgotten files for pervious commit. More... about 17 years ago
Implemented method interrupt(). More... about 17 years ago
Implemented Runner's run methods. Needs better error handling. More... about 17 years ago
Implementing more thread methods by delegating to already implemented More... about 17 years ago
Introduced a thread runner class that keeps track of Runnable invocations. More... about 17 years ago
Accepting non-const Runnable interface in Thread to ensure temporaries are not More... about 17 years ago
Added support for thread implementations. More... about 17 years ago
Implemented error checking for pthread functions and got rid of isOwner() More... about 17 years ago
Added ability to specify error code in a constructor. More... about 17 years ago
Thread implementation libraries (abstract, pthread, mock) all specify More... about 17 years ago
Introduced ability to provide the actual thread implementation. Initiated More... about 17 years ago
In C++ template, generating static declaration of __class and using this in More... about 17 years ago
Modified macros SK_METHOD and SK_CLASS_METHOD to reference static variable More... about 17 years ago
Introduced macros SK_METHOD and SK_CLASS_METHOD that out fully qualified More... about 17 years ago
Introduced Lockable interface. It will be used soon in logging facility to More... about 17 years ago
Introduced methods to setup and reset threading facility. More... about 17 years ago
Implemented initial naive locking, not really multi-threaded. Just for passing More... about 17 years ago
Added a test for sk::rt::thread::Mutex#synchronize(). Failing right now as More... about 17 years ago