Age | Commit message (Expand) | Author |
---|---|---|
2020-02-25 | LibThread: Fix destroying background actions | Sergey Bugaev |
2020-02-24 | LibThread: Post the completion callbacks to the *current* event loop | Andreas Kling |
2020-02-14 | LibCore: Add a forward declaration header | Andreas Kling |
2020-02-06 | LibCore: Remove leading C from filenames | Andreas Kling |
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-23 | AK: Let's call decrementing reference counts "unref" instead of "deref" | Andreas Kling |
2020-01-18 | Meta: Add license header to source files | Andreas Kling |
2019-09-22 | LibCore: Make CObject reference-counted | Andreas Kling |
2019-08-26 | LibThread: Move CLock to LibThread::Lock | Sergey Bugaev |
2019-08-26 | LibThread: Introduce a new threading library | Sergey Bugaev |