platform/upstream/ninja.git
2011-05-27 Evan Martinperftest: print summary info at end
2011-05-25 Evan Martinadd --profile configure flag
2011-05-25 Evan Martinadd more test coverage for makefile parsing
2011-05-25 Evan Martinadd a test program for evaluating depfile parse speed
2011-05-24 Evan Martinmove GetTimeMillis to util
2011-05-24 Evan Martinmove ReadFile into util
2011-05-24 Evan Martinrefactor let parsing, passing another test
2011-05-23 Evan Martinrefactor
2011-05-23 Evan Martinshow correct location for unexpected var error
2011-05-23 Evan Martinrefactor parser, check in some failing tests
2011-05-22 Evan Martinemacs: highlight variable expansions too
2011-05-22 Evan Martinmerge two line continuation codepaths
2011-05-22 Evan Martininclude filename in subninja load err message
2011-05-22 Evan Martinupdate obsolete HACKING notes
2011-05-22 Evan Martindon't recompact log often for small programs
2011-05-17 Evan Martinmake the phony depfile edge order-only
2011-05-17 Evan Martindon't mangle absolute paths in the canonicalizer
2011-05-17 Evan Martinadd extra check for no error in build test
2011-05-17 Evan Martinupdate instructions on using gyp; mention cmake
2011-05-17 Evan Martinsimplify CommandRunner, simplifying users too
2011-05-17 Evan Martinrearrange build loop, pass new test
2011-05-17 Evan Martincheck in failing test that hits the "stuck" state
2011-05-17 Evan MartinMerge pull request #46 from iwadon/fix-asciidoc-args
2011-05-15 Hiroyuki Iwatsukifix the error: 'asciidoc: To many arguments'
2011-05-14 Evan Martinmove various doc files out of top-level directory
2011-05-14 Evan Martinshow started, not finished, edges in progress
2011-05-14 Evan Martincorrectly compute truncation margin
2011-05-14 Evan Martinrefactor status printing into BuildStatus
2011-05-14 Evan Martinhide internals of BuildStatus
2011-05-13 Evan Martinremove order-only hacks now that semantics changed
2011-05-13 Evan MartinSEMANTIC CHANGE: implicit inputs are now required to...
2011-05-13 Evan Martintweak browse appearance
2011-05-13 Evan Martinmake browse work for all ninja paths
2011-05-12 Evan Martinrefix recompaction
2011-05-11 Evan Martinquick fix: write out signature in recompaction
2011-05-11 Evan Martindon't crash on truncated log files
2011-05-11 Evan Martinadd a versioning header to build log, switch to v2
2011-05-11 Evan Martinclang note
2011-05-10 Evan MartinMerge pull request #44 from polrop/update-todo
2011-05-10 Evan MartinMerge pull request #43 from polrop/fix-bootstrap-for...
2011-05-10 Nicolas DespresUpdate the todo list since -k is implemented now.
2011-05-10 Nicolas DespresFix bootstrap script for dash.
2011-05-09 Evan Martinfix test
2011-05-09 Evan Martinmake platform a command-line arg to configure
2011-05-09 Evan Martinexpose -k flag to users
2011-05-09 Evan Martinadd support for ignoring failures of some subtasks
2011-05-09 Evan Martinrename gen-build-file to configure
2011-05-08 Evan Martinwindows: remove extra print
2011-05-08 Evan Martinwindows: fix more signedness warnings
2011-05-08 Evan Martinwindows: pass subprocess tests
2011-05-08 Evan Martinwindows: pass the DiskInterface tests
2011-05-08 Evan MartinMerge pull request #42 from ascherkus/master
2011-05-08 Andrew ScherkusFix bootstrap.sh to include the correct subprocess...
2011-05-06 Evan Martinamend HACKING with how to dev for windows
2011-05-06 Evan Martinwindows: successfully link tests
2011-05-06 Evan Martinfix tests broken by previous commit
2011-05-06 Evan MartinMerge pull request #40 from fischman/master
2011-05-06 Ami FischmanUse $CXX instead of $CC when building C++ ninja source.
2011-05-06 Evan Martinwindows: subprocess implementation for Windows
2011-05-06 Evan Martinmore refactoring for windows
2011-05-03 Evan MartinMerge pull request #38 from SByer/path_fix.
2011-05-03 Scott ByerNeeded more path components to build Chrome. One path...
2011-05-03 Evan Martinwindows: build win32 subprocess file on windows
2011-05-03 Evan Martinrefactor subprocess to make it easier for windows port
2011-05-03 Evan Martingenerate mingw build files if requested
2011-05-02 Evan Martinfix unit test
2011-05-02 Evan MartinMerge pull request #37 from polrop/add-guidelines.
2011-05-02 Evan MartinMerge pull request #36 from polrop/test-clean-tool.
2011-05-02 Evan MartinMerge pull request #35 from polrop/add-warning-funcion.
2011-05-02 Evan MartinMerge pull request #34 from polrop/fix-typo.
2011-05-02 Nicolas DespresAdd coding and documentation guidelines.
2011-05-02 Nicolas DespresThe cleaner can be used multiple times now.
2011-05-02 Nicolas DespresReturn non-zero status when errors occur.
2011-05-02 Nicolas DespresAdd a test for the clean tool.
2011-05-02 Nicolas DespresAdd a Warning() report function.
2011-05-02 Nicolas DespresFix typo in documentation.
2011-05-02 Evan Martinwindows: use abstractions in ninja.cc
2011-05-02 Evan Martinwindows: getopt const clean hack
2011-05-02 Evan Martinwindows: use millis abstraction instead of non-portable...
2011-05-02 Evan Martinremove ROOT_HACK hack; it is unused
2011-05-02 Evan Martinwindows: abstract around mkdir vs _mkdir
2011-05-02 Evan Martinwindows: use portable replacement of setlinebuf()
2011-05-02 Evan Martincheck in a script that generates build.ninja
2011-05-01 Evan Martindrop "all" target from build
2011-05-01 Evan Martinuse refactored function to support implicit "all" target
2011-05-01 Evan Martincanonicalize paths in refactored function
2011-05-01 Evan Martinrefactor out adding "all" to graph tool
2011-05-01 Evan Martinadd test for RootNodes(); fix comment
2011-05-01 Evan Martingit: ignore python droppings
2011-05-01 Evan Martindrop reserved words 'build'/'rule'/'subninja'/etc.
2011-05-01 Evan Martindoc shell semantics of rule commands
2011-05-01 Evan Martinrename the manual phony target to "manual"
2011-05-01 Evan Martindoxygen: restore references docs
2011-04-30 Evan MartinMerge pull request #33 from arnaudgelas/master.
2011-04-30 Evan Martincheck in a ninja file generator Python module
2011-04-30 Arnaud Gelasfix warnings on Mac 10.5
2011-04-30 Arnaud Gelasfix compilation error on Mac 10.5
2011-04-30 Evan MartinMerged pull request #32 from iwadon/fix-graph-test.
2011-04-29 Hiroyuki Iwatsukifix SEGV in graph_test
2011-04-29 Evan Martinreduce doxygen output
next