Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Let Stat() have an err outparam instead of writing to stderr. | Nico Weber | 2015-03-31 | 1 | -7/+12 |
| | | | | | | | | | Also check for Stat() failure in a few more places. This way, ninja doesn't print two "ninja: error: " lines if stat() fails during a build. It also makes it easier to keep the stat tests quiet. Every caller of Stat() needs to explicitly log the error string if that's desired. | ||||
* | Fix -Wunused-result warning for chdir on linux. | Nico Weber | 2014-06-25 | 1 | -1/+5 |
| | |||||
* | Make manifest_parser_perftest build on Windows. | Nico Weber | 2014-04-27 | 1 | -1/+3 |
| | |||||
* | Manifest perftest: Try to make it build on Linux. | Nico Weber | 2014-04-17 | 1 | -0/+1 |
| | |||||
* | Manifest perftest: Pull manifest parsing into own function. | Nico Weber | 2014-04-17 | 1 | -17/+20 |
| | |||||
* | Manifest perftest: Also measure command evaluation time. | Nico Weber | 2014-04-17 | 1 | -5/+31 |
| | |||||
* | Add a simple manifest parsing perftest. | Nico Weber | 2014-04-17 | 1 | -0/+82 |