about summary refs log tree commit diff stats
path: root/makefile
Commit message (Collapse)AuthorAgeFilesLines
* 1439 - support clang in addition to gccKartik K. Agaram2015-05-231-1/+1
|
* 1424 - the right way to make autogenerated_listsKartik K. Agaram2015-05-221-1/+2
| | | | | Ever since 1403 mu depended on a phony target and so was always considered stale. This commit improves on that fix.
* 1405Kartik K. Agaram2015-05-191-1/+7
|
* 1404 - undefined-behavior checks using clangKartik K. Agaram2015-05-181-2/+5
| | | | | | | | While I'm at it I also explored turning on optimization. With optimization compile+test of the chessboard app takes 10+3s, while without optimization it takes 3+8s. So we're still better off without optimizations in a tight debug loop. (Since we stopped tracing the big chessboard test.)
* 1403Kartik K. Agaram2015-05-181-7/+6
|
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-051-0/+52
I've tried to update the Readme, but there are at least a couple of issues.