summaryrefslogtreecommitdiffstats
path: root/src/build_log.cc
Commit message (Collapse)AuthorAgeFilesLines
* don't close null log filesEvan Martin2011-04-251-1/+2
|
* Close() and unlink() files in ways that make Windows happyPhilip Craig2011-04-231-0/+7
| | | | | This will make the build log compaction work on Windows. It will also make the tests no longer leave a temp log file around.
* add copyrightsEvan Martin2011-02-061-0/+14
|
* move dry run info inside build logEvan Martin2011-01-231-2/+4
|
* pass config into build logEvan Martin2011-01-231-1/+2
|
* recompact log filesEvan Martin2011-01-231-8/+63
|
* split out graph into its own headerEvan Martin2011-01-081-0/+1
|
* don't crash in tests where we don't use a log fileEvan Martin2011-01-081-0/+5
|
* build log entries can be over 64kb(!)Evan Martin2011-01-071-1/+1
|
* later entry in build log should overwrite earlier oneEvan Martin2011-01-071-1/+1
|
* reread previous log on startupEvan Martin2011-01-071-0/+2
|
* add a class for logging builds (commands + timing)Evan Martin2010-12-231-0/+89