summaryrefslogtreecommitdiffstats
path: root/src/disk_interface_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix stat when subdirectory is a file"Fredrik Medley2018-04-091-21/+0
* Fix stat when subdirectory is a fileFredrik Medley2017-12-191-0/+21
* Fix disk_interface_test.cc on Windows for 64-bit timestampFredrik Medley2017-12-191-1/+10
* Refactor RecomputeDirty to take a node instead of an edgeBrad King2017-06-191-4/+4
* Expose more details in FileReader::ReadFile signatureBrad King2016-02-031-5/+11
* Let Stat() have an err outparam instead of writing to stderr.Nico Weber2015-03-311-31/+62
* Make failing stat() calls abort the build.Nico Weber2015-03-191-4/+12
* Use a small, standalone testing framework instead of googletest.Nico Weber2014-09-181-2/+2
* add more tests for stat()ing a directoryNico Weber2014-06-271-1/+16
* add a test for stat()ing a directoryNico Weber2014-06-271-0/+6
* make Stat() a const methodNico Weber2014-06-191-4/+4
* add some statcache testsNico Weber2014-06-151-0/+27
* Support both slashes on Windows when making output dirsScott Graham2014-04-031-1/+12
* make DiskInterfaceTest.StatBadPath quietEvan Martin2013-04-191-0/+2
* plumb DepsLog load through BuilderEvan Martin2013-04-081-1/+1
* fix all "class" -> "struct"Evan Martin2012-12-291-2/+1
* move BuildLog to DependencyScanEvan Martin2012-09-041-1/+1
* split out dirty recomputation logic from Edge classEvan Martin2012-09-021-4/+7
* Put & operator with the type rather than the variable name.Thiago Farina2012-04-281-1/+1
* Fix StatBadPath for Windows 7Qingning Huo2012-03-131-2/+5
* Treat paths of the form "existing-file/something" as non-existentPeter Collingbourne2012-03-071-12/+14
* Fix tabs, typosPetrWolf2012-02-141-2/+2
* Response filesunknown2012-02-091-0/+4
* migrate tempdir code to test.ccEvan Martin2012-01-061-71/+4
* convert all time_t to a new TimeStamp typeEvan Martin2012-01-051-4/+4
* windows: handle ERROR_PATH_NOT_FOUNDEvan Martin2011-12-231-5/+6
* windows: use GetFileAttributesEx instead of statEvan Martin2011-12-201-2/+7
* make Node::in_edge_ privateEvan Martin2011-12-071-8/+4
* make Node::dirty_ privateEvan Martin2011-12-071-6/+6
* merge FileStat into NodeEvan Martin2011-12-071-4/+4
* disable the 'unused parameter' warningEvan Martin2011-12-051-3/+3
* Fix compilation warning in Ninja's test suite.Nicolas Despres2011-11-211-3/+3
* Split ninja_test.cc into state_test.cc and disk_interface_test.ccThiago Farina2011-09-111-0/+99
* Fix windows build by moving mkdtemp() implementation from ninja_test.cc to di...Thiago Farina2011-09-081-0/+29
* Move DiskInterfaceTest into its own source file.Thiago Farina2011-09-071-0/+131