summaryrefslogtreecommitdiffstats
path: root/src/disk_interface.h
Commit message (Collapse)AuthorAgeFilesLines
* 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>