summaryrefslogtreecommitdiffstats
path: root/src/disk_interface.h
Commit message (Collapse)AuthorAgeFilesLines
* make Stat() a const methodNico Weber2014-06-191-3/+3
|
* simplify statcache code moreNico Weber2014-06-161-3/+2
|
* make bool exist everywhere, for simpler calling codeNico Weber2014-06-151-1/+1
|
* add some statcache testsNico Weber2014-06-151-1/+3
|
* Free cache memory once it's no longer used.Nico Weber2014-06-151-1/+5
| | | | | Doesn't slow down empty build times measurably, and saves some memory on non-empty builds.
* commentNico Weber2014-06-151-1/+7
|
* make win-onlyNico Weber2014-06-151-0/+2
|
* Add a stat cache. Demo-quality, and disabled atm.Nico Weber2014-06-151-1/+8
|
* make DiskInterfaceTest.StatBadPath quietEvan Martin2013-04-191-0/+4
| | | | | | Add a flag to temporarily suppress error output. Fixes issue #281.
* Put & operator with the type rather than the variable name.Thiago Farina2012-04-281-2/+2
| | | | Signed-off-by: Thiago Farina <tfarina@chromium.org>
* Fix tabs, typosPetrWolf2012-02-141-3/+3
|
* Response filesunknown2012-02-091-0/+5
|
* convert all time_t to a new TimeStamp typeEvan Martin2012-01-051-9/+12
|
* Move RealDiskInterface class to disk_interface.h.Thiago Farina2011-08-251-0/+9
| | | | | | This is a TODO in src/ninja_jumble.cc Signed-off-by: Thiago Farina <tfarina@chromium.org>
* Factor out DiskInterface class into its own source/header files.Thiago Farina2011-08-101-0/+49
This is a TODO in src/ninja_jumble.cc Signed-off-by: Thiago Farina <tfarina@chromium.org>