Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: Rearrange files into test and unittest directories | Joel Rosdahl | 2018-01-29 | 1 | -60/+0 |
| | | | | | | | * The unit tests formerly located in the test directory have been moved to the unittest directory. * The integration test suite test.sh has been made a bash script and renamed to test/run. Its test suites are located in test/suites. | ||||
* | c99: Use //-style-comments | Joel Rosdahl | 2016-07-22 | 1 | -17/+15 |
| | |||||
* | Tweak #include file paths | Joel Rosdahl | 2016-07-22 | 1 | -4/+4 |
| | |||||
* | test: Use an int64_t variant of CHECK_INT_EQ for all integer types | Joel Rosdahl | 2011-07-26 | 1 | -9/+9 |
| | |||||
* | Make reading and writing of statistics counters forward-compatible | Joel Rosdahl | 2010-08-04 | 1 | -0/+62 |
Previously, ccache threw away counters values it didn't know about, i.e., new counters coming from later ccache versions. |