Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2208 | Kartik K. Agaram | 2015-09-26 | 1 | -0/+5 |
| | |||||
* | 2207 | Kartik K. Agaram | 2015-09-26 | 1 | -1/+1 |
| | |||||
* | 2184 - bugfix in trace_count | Kartik K. Agaram | 2015-09-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | It was reading lines like this in scenarios: -warn: f: error error as: -warn: f which was causing them to be silently ignored. Also found an insane preprocessor expansion from not parenthesizing preprocessor arguments. SIZE(end+delim) worked even when end was an integer, but it happily didn't ever get the wrong answer. | ||||
* | 1850 - fix a warning on 32-bit systems | Kartik K. Agaram | 2015-07-25 | 1 | -1/+1 |
| | |||||
* | 1396 | Kartik K. Agaram | 2015-05-17 | 1 | -16/+40 |
| | |||||
* | 1395 | Kartik K. Agaram | 2015-05-17 | 1 | -3/+2 |
| | |||||
* | 1391 - avoid unsigned integers | Kartik K. Agaram | 2015-05-17 | 1 | -5/+31 |
| | |||||
* | 1276 - make C++ version the default | Kartik K. Agaram | 2015-05-05 | 1 | -0/+50 |
I've tried to update the Readme, but there are at least a couple of issues. |