summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Add a test for the clean tool.Nicolas Despres2011-05-028-34/+386
* | Add a Warning() report function.Nicolas Despres2011-05-023-2/+14
|/
* windows: use abstractions in ninja.ccEvan Martin2011-05-021-6/+13
* windows: getopt const clean hackEvan Martin2011-05-021-3/+3
* windows: use millis abstraction instead of non-portable gettimeofdayEvan Martin2011-05-021-14/+28
* remove ROOT_HACK hack; it is unusedEvan Martin2011-05-021-9/+0
* windows: abstract around mkdir vs _mkdirEvan Martin2011-05-023-1/+19
* windows: use portable replacement of setlinebuf()Evan Martin2011-05-021-1/+1
* use refactored function to support implicit "all" targetEvan Martin2011-05-013-16/+20
* canonicalize paths in refactored functionEvan Martin2011-05-011-2/+5
* refactor out adding "all" to graph toolEvan Martin2011-05-011-21/+31
* add test for RootNodes(); fix commentEvan Martin2011-05-013-12/+28
* drop reserved words 'build'/'rule'/'subninja'/etc.Evan Martin2011-05-013-50/+52
* fix warnings on Mac 10.5Arnaud Gelas2011-04-303-0/+6
* fix compilation error on Mac 10.5Arnaud Gelas2011-04-301-1/+1
* fix SEGV in graph_testHiroyuki Iwatsuki2011-04-291-5/+5
* add doxygen-compatibile comments to most classesEvan Martin2011-04-2916-63/+116
* fix a signedness warningEvan Martin2011-04-291-1/+1
* Merged pull request #31 from polrop/generate-whole-graph.Evan Martin2011-04-291-6/+20
|\
| * graph: Assume all root nodes if no target given.Nicolas Despres2011-04-261-6/+20
* | Merged pull request #30 from polrop/more-tools.Evan Martin2011-04-295-2/+447
|\ \ | |/