summaryrefslogtreecommitdiffstats
path: root/src/build.cc
Commit message (Collapse)AuthorAgeFilesLines
* limit output width to prevent line-wrappingEvan Martin2011-03-021-0/+12
|
* print short name of command before dumping command stdout/stderrEvan Martin2011-03-011-6/+15
| | | | | | Previously we showed the full command line, but with this change we only show the full command line in verbose mode or when the command fails.
* add copyrightsEvan Martin2011-02-061-0/+14
|
* include command name when printing output, add newlineEvan Martin2011-02-051-6/+10
|
* fancier outputEvan Martin2011-02-051-13/+51
|
* cleanup phony testingEvan Martin2011-02-051-3/+3
|
* implement parallelism flagEvan Martin2011-02-011-3/+4
|
* pass config into build logEvan Martin2011-01-231-1/+2
|
* record edge timingEvan Martin2011-01-081-13/+14
|
* remove needless virtualsEvan Martin2011-01-081-3/+3
|
* don't get stuck on phony edgesEvan Martin2011-01-081-0/+3
|
* don't track timing for phony edgesEvan Martin2011-01-081-3/+6
|
* compute edge timingEvan Martin2011-01-081-8/+28
|
* split out graph into its own headerEvan Martin2011-01-081-0/+1
|
* catch ourselves when we're stuckEvan Martin2011-01-081-5/+13
|
* don't crash in tests where we don't use a log fileEvan Martin2011-01-081-2/+1
|
* state holds build log, not configEvan Martin2011-01-071-1/+1
|
* move buildlog to main driverEvan Martin2010-12-261-5/+3
|
* hook up build logEvan Martin2010-12-261-1/+8
|
* rename BuildStatusLogEvan Martin2010-12-231-11/+11
|
* verbosity tristateEvan Martin2010-12-141-7/+10
|
* use separate config objectEvan Martin2010-12-131-11/+6
|
* dry run flagEvan Martin2010-12-131-0/+28
|
* verbose modeEvan Martin2010-12-071-2/+8
|
* factor out build loggingEvan Martin2010-12-061-14/+39
|
* move src into subdirEvan Martin2010-12-051-0/+280