Age | Commit message (Expand) | Author |
---|---|---|
2019-05-28 | Add clang-format file | Robin Burchell |
2019-04-23 | Put assertions behind a DEBUG flag to make it easy to build without them. | Andreas Kling |
2019-02-15 | LibC: The standard C library needs to be able to build as pure C. | Andreas Kling |
2019-02-15 | Use modern C++ attributes instead of __attribute__ voodoo. | Andreas Kling |
2019-01-14 | Make QtCreator stop complaining about the ASSERT macro. | Andreas Kling |
2018-11-04 | Mark LibC's assertion faillure helper with __NORETURN. | Andreas Kling |
2018-10-31 | Enough compatibility work to make figlet build and run! | Andreas Kling |
2018-10-31 | A bunch of LibC boilerplate stuff added while trying to get figlet to build. | Andreas Kling |
2018-10-28 | Canonicalize the path used by sh. | Andreas Kling |