Factor a `FileReader` base class out of `DiskInterface`
[platform/upstream/ninja.git] / src / disk_interface.h
2016-02-03 Brad KingFactor a `FileReader` base class out of `DiskInterface`
2015-11-12 Nico WeberMerge pull request #763 from drbo/master
2015-03-31 Nico WeberMerge pull request #949 from nico/staterr
2015-03-31 Nico WeberLet Stat() have an err outparam instead of writing...
2014-12-04 Nico WeberMerge pull request #703 from ovinn/master
2014-11-23 Evan MartinMerge pull request #772 from drbo/syntax_bugfix
2014-06-29 Nico WeberMerge pull request #755 from zmodem/working_dir_vs_msvc...
2014-06-25 Nico WeberMerge pull request #785 from nico/unused
2014-06-20 Nico WeberMerge pull request #784 from nico/statkeep
2014-06-19 Nico Webermake Stat() a const method
2014-06-16 Nico WeberMerge pull request #781 from nico/cleaner
2014-06-16 Nico Webersimplify statcache code more
2014-06-15 Nico WeberMerge pull request #779 from nico/statcache
2014-06-15 Nico Webermake bool exist everywhere, for simpler calling code
2014-06-15 Nico Weberadd some statcache tests
2014-06-15 Nico WeberFree cache memory once it's no longer used.
2014-06-15 Nico Webercomment
2014-06-15 Nico Webermake win-only
2014-06-15 Nico WeberAdd a stat cache. Demo-quality, and disabled atm.
2013-04-19 Evan Martinmake DiskInterfaceTest.StatBadPath quiet
2012-07-27 Evan MartinMerge branch 'set_terminate' of git://github.com/gmoudr...
2012-05-02 Evan MartinMerge pull request #291 from nico/ocd
2012-05-02 Evan MartinMerge pull request #290 from nico/metrics
2012-05-02 Evan MartinMerge pull request #284 from nico/fixwinbuild
2012-05-02 Evan MartinMerge pull request #283 from tfarina/string-ampersand
2012-04-28 Thiago FarinaPut & operator with the type rather than the variable...
2012-04-26 Evan MartinMerge pull request #207 from iwadon/fix-configure.py...
2012-02-23 Evan MartinMerge pull request #217 from PetrWolf/master
2012-02-14 PetrWolfMerge branch 'master' of github.com:PetrWolf/ninja
2012-02-14 PetrWolfFix tabs, typos
2012-02-09 unknownResponse files
2012-01-05 Evan Martinconvert all time_t to a new TimeStamp type
2011-08-25 Evan MartinMerge pull request #86 from tfarina/real-disk-interface
2011-08-25 Thiago FarinaMove RealDiskInterface class to disk_interface.h.
2011-08-23 Evan MartinMerge pull request #82 from tfarina/disk-interface
2011-08-10 Thiago FarinaFactor out DiskInterface class into its own source...