| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete read-only files on Windows, too | Jan Niklas Hasse | 2020-12-07 | 1 | -0/+6 |
|
|
* | Add 'using namespace std;' to all cc files to prepare for removing it from he... | Michael Jones | 2020-09-30 | 1 | -0/+2 |
|
|
* | [clang-tidy] remove pointless c_str() (#1785) | Rosen Penev | 2020-06-04 | 1 | -1/+1 |
|
|
* | Restore depfile toleration of multiple output paths on distinct lines | Brad King | 2018-11-19 | 1 | -1/+1 |
|
|
* | Exclude broken DiskInterfaceTests from MSVC, see #1423 | Jan Niklas Hasse | 2018-11-05 | 1 | -0/+2 |
|
|
* | Revert "Fix stat when subdirectory is a file" | Fredrik Medley | 2018-04-09 | 1 | -21/+0 |
|
|
* | Fix stat when subdirectory is a file | Fredrik Medley | 2017-12-19 | 1 | -0/+21 |
|
|
* | Fix disk_interface_test.cc on Windows for 64-bit timestamp | Fredrik Medley | 2017-12-19 | 1 | -1/+10 |
|
|
* | Refactor RecomputeDirty to take a node instead of an edge | Brad King | 2017-06-19 | 1 | -4/+4 |
|
|
* | Expose more details in FileReader::ReadFile signature | Brad King | 2016-02-03 | 1 | -5/+11 |
|
|
* | Let Stat() have an err outparam instead of writing to stderr. | Nico Weber | 2015-03-31 | 1 | -31/+62 |
|
|
* | Make failing stat() calls abort the build. | Nico Weber | 2015-03-19 | 1 | -4/+12 |
|
|
* | Use a small, standalone testing framework instead of googletest. | Nico Weber | 2014-09-18 | 1 | -2/+2 |
|
|
* | add more tests for stat()ing a directory | Nico Weber | 2014-06-27 | 1 | -1/+16 |
|
|
* | add a test for stat()ing a directory | Nico Weber | 2014-06-27 | 1 | -0/+6 |
|
|
* | make Stat() a const method | Nico Weber | 2014-06-19 | 1 | -4/+4 |
|
|
* | add some statcache tests | Nico Weber | 2014-06-15 | 1 | -0/+27 |
|
|
* | Support both slashes on Windows when making output dirs | Scott Graham | 2014-04-03 | 1 | -1/+12 |
|
|
* | make DiskInterfaceTest.StatBadPath quiet | Evan Martin | 2013-04-19 | 1 | -0/+2 |
|
|
* | plumb DepsLog load through Builder | Evan Martin | 2013-04-08 | 1 | -1/+1 |
|
|
* | fix all "class" -> "struct" | Evan Martin | 2012-12-29 | 1 | -2/+1 |
|
|
* | move BuildLog to DependencyScan | Evan Martin | 2012-09-04 | 1 | -1/+1 |
|
|
* | split out dirty recomputation logic from Edge class | Evan Martin | 2012-09-02 | 1 | -4/+7 |
|
|
* | Put & operator with the type rather than the variable name. | Thiago Farina | 2012-04-28 | 1 | -1/+1 |
|
|
* | Fix StatBadPath for Windows 7 | Qingning Huo | 2012-03-13 | 1 | -2/+5 |
|
|
* | Treat paths of the form "existing-file/something" as non-existent | Peter Collingbourne | 2012-03-07 | 1 | -12/+14 |
|
|
* | Fix tabs, typos | PetrWolf | 2012-02-14 | 1 | -2/+2 |
|
|
* | Response files | unknown | 2012-02-09 | 1 | -0/+4 |
|
|
* | migrate tempdir code to test.cc | Evan Martin | 2012-01-06 | 1 | -71/+4 |
|
|
* | convert all time_t to a new TimeStamp type | Evan Martin | 2012-01-05 | 1 | -4/+4 |
|
|
* | windows: handle ERROR_PATH_NOT_FOUND | Evan Martin | 2011-12-23 | 1 | -5/+6 |
|
|
* | windows: use GetFileAttributesEx instead of stat | Evan Martin | 2011-12-20 | 1 | -2/+7 |
|
|
* | make Node::in_edge_ private | Evan Martin | 2011-12-07 | 1 | -8/+4 |
|
|
* | make Node::dirty_ private | Evan Martin | 2011-12-07 | 1 | -6/+6 |
|
|
* | merge FileStat into Node | Evan Martin | 2011-12-07 | 1 | -4/+4 |
|
|
* | disable the 'unused parameter' warning | Evan Martin | 2011-12-05 | 1 | -3/+3 |
|
|
* | Fix compilation warning in Ninja's test suite. | Nicolas Despres | 2011-11-21 | 1 | -3/+3 |
|
|
* | Split ninja_test.cc into state_test.cc and disk_interface_test.cc | Thiago Farina | 2011-09-11 | 1 | -0/+99 |
|
|
* | Fix windows build by moving mkdtemp() implementation from ninja_test.cc to di... | Thiago Farina | 2011-09-08 | 1 | -0/+29 |
|
|
* | Move DiskInterfaceTest into its own source file. | Thiago Farina | 2011-09-07 | 1 | -0/+131 |
|
|