Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-04 | Libraries: Create top level directory for libraries. | Andreas Kling | |
Things were getting a little crowded in the project root, so this patch moves the Lib*/ directories into Libraries/. | |||
2019-05-28 | Add clang-format file | Robin Burchell | |
Also run it across the whole tree to get everything using the One True Style. We don't yet run this in an automated fashion as it's a little slow, but there is a snippet to do so in makeall.sh. | |||
2019-02-25 | Fix a bunch of compiler warnings. Not all, but a lot. | Andreas Kling | |
2018-11-11 | Rage hacking to get bash to run. It finally runs. So cool! :^) | Andreas Kling | |
2018-11-05 | More random compat hacking towards getting bash to build. | Andreas Kling | |
I'm now at the build stage where it complains about a bajillion missing symbols. This is a good place to be! |