Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move test virtual time "now_" into VirtualFileSystem | Evan Martin | 2013-04-08 | 1 | -2/+13 |
| | | | | It's the only piece that cares about the current time. | ||||
* | Only store command hashes in the build log. | Nico Weber | 2012-06-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | .build_log load time 350ms -> 17ms, filesize 197MB -> 1.6MB on Mac. On Windows, it's 500ms -> 20ms. Makes the build log a lot less useful for scripts, but there could be a tool for use cases that need log information. A prototype of such a tool is in https://github.com/nico/ninja/commit/1b243d311 The hash function is 64bit murmurhash2. Assuming that that different commands get the same hash only by chance, it's is very unlikely for two different commands to hash to the same value with a 64bit hash. | ||||
* | Response files | unknown | 2012-02-09 | 1 | -0/+2 |
| | |||||
* | Stop warning about chdir etc which are treated as errors on MSVC with the | Frances Buontempo | 2012-01-16 | 1 | -0/+1 |
| | | | | current settings | ||||
* | migrate tempdir code to test.cc | Evan Martin | 2012-01-06 | 1 | -0/+13 |
| | |||||
* | convert all time_t to a new TimeStamp type | Evan Martin | 2012-01-05 | 1 | -1/+1 |
| | |||||
* | Factor out State struct from ninja_jumble.cc into its header/source files. | Thiago Farina | 2011-09-03 | 1 | -1/+1 |
| | | | | | | This was a TODO in src/ninja_jumble.cc. Now this task is completed. Signed-off-by: Thiago Farina <tfarina@chromium.org> | ||||
* | Fix ninja compilation by including a missing disk_interface.h. | Thiago Farina | 2011-08-25 | 1 | -0/+1 |
| | | | | | | | When running ./ninja the compilation fails because test.h uses DiskInterface but doesn't include disk_interface.h to get the declaration. Signed-off-by: Thiago Farina <tfarina@chromium.org> | ||||
* | Return non-zero status when errors occur. | Nicolas Despres | 2011-05-02 | 1 | -1/+1 |
| | | | | | | Clean all was not returning non-zero when an error occur (like when failing to remove a directory). This patch fix the problem and add a test for it. | ||||
* | Add a test for the clean tool. | Nicolas Despres | 2011-05-02 | 1 | -0/+2 |
| | | | | It also fix a bug about the count of removed file reported. | ||||
* | add doxygen-compatibile comments to most classes | Evan Martin | 2011-04-29 | 1 | -6/+7 |
| | |||||
* | Add missing CPP guards. | Nicolas Despres | 2011-03-22 | 1 | -0/+5 |
| | |||||
* | more comments | Evan Martin | 2011-03-06 | 1 | -0/+2 |
| | |||||
* | move VirtualFileSystem into test.* | Evan Martin | 2011-03-06 | 1 | -0/+23 |
| | |||||
* | move test support into test.* | Evan Martin | 2011-03-06 | 1 | -1/+4 |
| | |||||
* | add copyrights | Evan Martin | 2011-02-06 | 1 | -0/+14 |
| | |||||
* | remove ResetDirty | Evan Martin | 2011-01-08 | 1 | -3/+0 |
| | |||||
* | remove bottom-up dirtying | Evan Martin | 2011-01-08 | 1 | -0/+3 |
| | |||||
* | split out graph into its own header | Evan Martin | 2011-01-08 | 1 | -2/+3 |
| | |||||
* | move src into subdir | Evan Martin | 2010-12-05 | 1 | -0/+12 |