summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* refactor parser, check in some failing testsEvan Martin2011-05-233-9/+51
* emacs: highlight variable expansions tooEvan Martin2011-05-221-0/+2
* merge two line continuation codepathsEvan Martin2011-05-221-14/+11
* include filename in subninja load err messageEvan Martin2011-05-222-5/+15
* update obsolete HACKING notesEvan Martin2011-05-221-7/+7
* 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
* update instructions on using gyp; mention cmakeEvan Martin2011-05-172-727/+8
* 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
* Merge pull request #46 from iwadon/fix-asciidoc-argsEvan Martin2011-05-171-1/+1
|\
| * fix the error: 'asciidoc: To many arguments'Hiroyuki Iwatsuki2011-05-151-1/+1
|/
* move various doc files out of top-level directoryEvan Martin2011-05-145-10/+11
* 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
* remove order-only hacks now that semantics changedEvan Martin2011-05-131-4/+3
* SEMANTIC CHANGE: implicit inputs are now required to existEvan Martin2011-05-135-16/+54
* 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
* clang noteEvan Martin2011-05-111-0/+4
* Merge pull request #44 from polrop/update-todoEvan Martin2011-05-101-3/+0
|\
| * Update the todo list since -k is implemented now.Nicolas Despres2011-05-101-3/+0
* | Merge pull request #43 from polrop/fix-bootstrap-for-dashEvan Martin2011-05-101-3/+6
|\ \ | |/ |/|
| * Fix bootstrap script for dash.Nicolas Despres2011-05-101-3/+6
|/
* fix testEvan Martin2011-05-091-1/+1
* make platform a command-line arg to configureEvan Martin2011-05-092-10/+20
* expose -k flag to usersEvan Martin2011-05-092-2/+12
* add support for ignoring failures of some subtasksEvan Martin2011-05-093-10/+57
* rename gen-build-file to configureEvan Martin2011-05-093-8/+12
* 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
* Merge pull request #42 from ascherkus/masterEvan Martin2011-05-081-1/+7
|\
| * Fix bootstrap.sh to include the correct subprocess{-win32}.cc based on the pl...Andrew Scherkus2011-05-081-1/+7
|/
* amend HACKING with how to dev for windowsEvan Martin2011-05-061-0/+11
* windows: successfully link testsEvan Martin2011-05-065-33/+70
* fix tests broken by previous commitEvan Martin2011-05-061-6/+6
* Merge pull request #40 from fischman/masterEvan Martin2011-05-061-2/+2
|\
| * Use $CXX instead of $CC when building C++ ninja source.Ami Fischman2011-05-061-2/+2
* | windows: subprocess implementation for WindowsEvan Martin2011-05-064-6/+243