Age | Commit message (Expand) | Author |
---|---|---|
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-20 | Build: clean up build system, use one shared Makefile | joshua stein |
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-11-03 | POSIX compliance: (most) shell scripts converted to generic shell | George Pickering |
2019-10-12 | AK: Add Atomic.h | Tom |
2019-09-22 | LibCore: Make CObject reference-counted | Andreas Kling |
2019-09-01 | LibThread: Add missing install.sh script | Andreas Kling |
2019-08-26 | LibThread: Move CLock to LibThread::Lock | Sergey Bugaev |
2019-08-26 | LibThread: Introduce a new threading library | Sergey Bugaev |