Age | Commit message (Expand) | Author |
---|---|---|
2020-02-05 | LibThread: Store thread id as pthread_t, use pthread_self() | joshua stein |
2020-02-02 | LibCore: Put all classes in the Core namespace and remove the leading C | Andreas Kling |
2020-01-24 | Meta: Claim copyright for files created by me | Sergey Bugaev |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2020-01-11 | LibPthread: Fix incompatible pthread_setname_np(), pthread_getname_np() | Andreas Kling |
2019-12-08 | LibThread: Allow setting thread name in constructor | Andrew Kaster |
2019-11-13 | LibPthread: Start working on a POSIX threading library | Andreas Kling |
2019-08-26 | LibThread: Introduce a new threading library | Sergey Bugaev |