Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2302 - restarting test_all_layers from a layer | Kartik K. Agaram | 2015-10-28 | 1 | -0/+1 |
| | |||||
* | 2158 | Kartik K. Agaram | 2015-09-05 | 1 | -1/+7 |
| | |||||
* | 2054 | Kartik K. Agaram | 2015-08-21 | 1 | -2/+1 |
| | |||||
* | 1405 | Kartik K. Agaram | 2015-05-19 | 1 | -2/+2 |
| | |||||
* | 1404 - undefined-behavior checks using clang | Kartik K. Agaram | 2015-05-18 | 1 | -0/+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.) | ||||
* | 1276 - make C++ version the default | Kartik K. Agaram | 2015-05-05 | 1 | -0/+7 |
I've tried to update the Readme, but there are at least a couple of issues. |