summaryrefslogtreecommitdiffstats
path: root/src/build_log.cc
Commit message (Expand)AuthorAgeFilesLines
* Include unistd.h where neededBen Boeckel2012-03-281-0/+1
* Fix resources leaksPierre Schweitzer2012-03-131-0/+1
* Response filesunknown2012-02-091-1/+1
* Fix cygwin build by including stdio.h hereokuoku2012-01-251-1/+0
* BuildLog: Use Log::insert(Log::value_type()) to avoid invalid strings.Evan Jones2012-01-131-2/+2
* convert ExternalStringHash to use StringPieceEvan Martin2012-01-091-4/+4
* convert all time_t to a new TimeStamp typeEvan Martin2012-01-051-2/+2
* make my last change actually workEvan Martin2012-01-051-2/+2
* remove build_log v1/v2 codeEvan Martin2012-01-051-24/+14
* Switch build log to use tabs as field separators, to support outputs with spa...Nico Weber2012-01-051-6/+9
* Protect BuildLog data member variables by making them private.Thiago Farina2011-12-201-2/+6
* merge FileStat into NodeEvan Martin2011-12-071-1/+1
* Merge pull request #125 from pcc/outputs-readyEvan Martin2011-11-021-14/+25
|\
| * Implement restat rulesPeter Collingbourne2011-10-241-10/+23
| * Create log entries in BuildLog::RecordCommand without requiring a log filePeter Collingbourne2011-10-241-4/+2
* | move SetCloseOnExec to utilEvan Martin2011-10-311-17/+2
|/
* generalize the pattern of hash_map<const char*, ...>, use in BuildLogEvan Martin2011-09-121-7/+7
* Factor out State struct from ninja_jumble.cc into its header/source files.Thiago Farina2011-09-031-1/+1
* don't leak the build_log file descriptor into subprocessesEvan Martin2011-06-301-0/+17
* remove +x bit from sourceEvan Martin2011-06-031-0/+0
* Tests now build on a native Windows build (tested with VS2010)Philip Craig2011-05-281-1/+1
* don't recompact log often for small programsEvan Martin2011-05-221-4/+8
* refix recompactionEvan Martin2011-05-121-1/+1
* quick fix: write out signature in recompactionEvan Martin2011-05-111-0/+5
* don't crash on truncated log filesEvan Martin2011-05-111-3/+7
* add a versioning header to build log, switch to v2Evan Martin2011-05-111-10/+54
* windows: use portable replacement of setlinebuf()Evan Martin2011-05-021-1/+1
* 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
* 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