summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Tests now build on a native Windows build (tested with VS2010)Philip Craig2011-05-285-2/+20
* expand $$ as $Evan Martin2011-05-273-0/+24
* switch to $ as the line continuation charEvan Martin2011-05-273-23/+44
* perftest: print summary info at endEvan Martin2011-05-271-1/+20
* add more test coverage for makefile parsingEvan Martin2011-05-251-0/+13
* add a test program for evaluating depfile parse speedEvan Martin2011-05-251-0/+57
* move GetTimeMillis to utilEvan Martin2011-05-243-15/+24
* move ReadFile into utilEvan Martin2011-05-244-24/+27
* refactor let parsing, passing another testEvan Martin2011-05-243-28/+46
* refactorEvan Martin2011-05-231-7/+8
* show correct location for unexpected var errorEvan Martin2011-05-232-3/+4
* refactor parser, check in some failing testsEvan Martin2011-05-233-9/+51
* merge two line continuation codepathsEvan Martin2011-05-221-14/+11
* include filename in subninja load err messageEvan Martin2011-05-222-5/+15
* don't recompact log often for small programsEvan Martin2011-05-221-4/+8
* make the phony depfile edge order-onlyEvan Martin2011-05-171-0/+1
* don't mangle absolute paths in the canonicalizerEvan Martin2011-05-172-1/+9
* add extra check for no error in build testEvan Martin2011-05-171-0/+1
* simplify CommandRunner, simplifying users tooEvan Martin2011-05-173-37/+13
* rearrange build loop, pass new testEvan Martin2011-05-172-26/+58
* check in failing test that hits the "stuck" stateEvan Martin2011-05-171-2/+22
* move various doc files out of top-level directoryEvan Martin2011-05-141-0/+92
* show started, not finished, edges in progressEvan Martin2011-05-141-3/+4
* correctly compute truncation marginEvan Martin2011-05-141-2/+4
* refactor status printing into BuildStatusEvan Martin2011-05-143-75/+82
* hide internals of BuildStatusEvan Martin2011-05-141-12/+13
* SEMANTIC CHANGE: implicit inputs are now required to existEvan Martin2011-05-134-10/+38
* tweak browse appearanceEvan Martin2011-05-131-10/+17
* make browse work for all ninja pathsEvan Martin2011-05-134-9/+14
* 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-112-3/+35
* add a versioning header to build log, switch to v2Evan Martin2011-05-114-27/+83
* fix testEvan Martin2011-05-091-1/+1
* expose -k flag to usersEvan Martin2011-05-092-2/+12
* add support for ignoring failures of some subtasksEvan Martin2011-05-093-10/+57
* windows: remove extra printEvan Martin2011-05-081-1/+0
* windows: fix more signedness warningsEvan Martin2011-05-083-36/+36
* windows: pass subprocess testsEvan Martin2011-05-082-30/+55
* windows: pass the DiskInterface testsEvan Martin2011-05-081-21/+58
* windows: successfully link testsEvan Martin2011-05-064-27/+59
* fix tests broken by previous commitEvan Martin2011-05-061-6/+6
* windows: subprocess implementation for WindowsEvan Martin2011-05-064-6/+243
* more refactoring for windowsEvan Martin2011-05-062-27/+16
* Needed more path components to build Chrome. One path component in an uncommonScott Byer2011-05-031-1/+1
* refactor subprocess to make it easier for windows portEvan Martin2011-05-034-75/+62
* fix unit testEvan Martin2011-05-022-2/+2
* Merge pull request #36 from polrop/test-clean-tool.Evan Martin2011-05-029-51/+399
|\
| * The cleaner can be used multiple times now.Nicolas Despres2011-05-021-90/+48
| * Return non-zero status when errors occur.Nicolas Despres2011-05-029-40/+78