platform/upstream/ninja.git
2011-09-28 Evan MartinMerge pull request #119 from pcc/disable-asserts
2011-09-24 Peter CollingbourneDisable assertion checks unless --debug is enabled
2011-09-22 Evan Martinadd syntax to build output from a given file
2011-09-22 Evan Martincommand line supports multiple targets
2011-09-22 Evan Martinmake options const
2011-09-22 Evan Martinstylistic cleanups
2011-09-22 Evan Martinnote that target is optional in command-line help
2011-09-15 Evan Martindelete todo; I converted it into bugs on github
2011-09-14 Evan Martindelete .a files before adding to them with ar
2011-09-14 Evan MartinMerge pull request #106 from pcc/depfile-vector
2011-09-14 Evan MartinMerge pull request #107 from pcc/missing-phony
2011-09-14 Peter CollingbourneConsider missing phony targets with no dependencies...
2011-09-14 Peter CollingbourneModify the build tests to use the virtual file system
2011-09-14 Peter CollingbourneAllocate space in the inputs vector for the depfile...
2011-09-12 Evan Martingeneralize the pattern of hash_map<const char*, .....
2011-09-12 Evan Martinuse StringPiece for makefile deps
2011-09-12 Evan MartinMerge pull request #104 from tfarina/ninja-test
2011-09-11 Thiago FarinaSplit ninja_test.cc into state_test.cc and disk_interfa...
2011-09-11 Evan MartinMerge pull request #103 from tfarina/struct
2011-09-10 Thiago FarinaThis is C++, there is no need to write 'struct' before...
2011-09-10 Evan Martinchange main hash to char*; use pointers into files
2011-09-09 Evan Martinoptimize IsIdentChar
2011-09-09 Evan Martinfix "ignored return value of write" harder
2011-09-09 Evan Martinverify -k param is numeric
2011-09-09 Evan Martinminor cleanups
2011-09-09 Evan Martindon't mark phony edges dirty if none of their inputs...
2011-09-09 Evan MartinMerge pull request #101 from tfarina/build-config-reference
2011-09-09 Evan MartinMerge pull request #95 from qhuo/depfile-for-command...
2011-09-09 Thiago FarinaMake Cleaner::config_ a reference-to-const instead...
2011-09-09 Evan Martinlink gtest code with -lpthread
2011-09-09 Evan MartinMerge pull request #99 from tfarina/eval-env-test
2011-09-09 Thiago FarinaMove EvalString tests to eval_env_test.cc
2011-09-08 Evan MartinMerge pull request #98 from tfarina/fix-win-build
2011-09-08 Evan MartinMerge branch 'master' of github.com:martine/ninja
2011-09-08 Evan Martinfix redundant manifest rebuild
2011-09-08 Thiago FarinaFix windows build by moving mkdtemp() implementation...
2011-09-07 Evan Martinallow --with-gtest flag to use unpacked gtest dir
2011-09-07 Evan MartinMerge pull request #96 from tfarina/disk-interface...
2011-09-07 Thiago FarinaMove DiskInterfaceTest into its own source file.
2011-09-06 Qingning HuoMove a passing test from Errors to MultipleOutputs
2011-09-06 Evan Martinpreserve configure.py params across re-runs
2011-09-06 Evan MartinMerge pull request #91 from pcc/reload-manifest
2011-09-06 Evan Martinbuild only the main binary by default
2011-09-06 Evan Martinadd 'default' keyword to python module
2011-09-06 Evan Martindon't use "all" in the phony example, because we now...
2011-09-06 Evan Martinlink to github in docs
2011-09-06 Qingning HuoAdd depfile support to build command with multiple...
2011-09-06 Evan Martinupdate docs on other build system integration with...
2011-09-06 Evan Martinmake --profile take an argument to use either gmon...
2011-09-04 Evan MartinMerge pull request #94 from qhuo/named-pipe
2011-09-04 Qingning Huosubprocess-win32.cc: change named pipe names to contain...
2011-09-03 Peter CollingbourneSupport for rebuilding and reloading manifest files
2011-09-03 Evan MartinMerge pull request #89 from tfarina/state
2011-09-03 Thiago FarinaFactor out State struct from ninja_jumble.cc into its...
2011-09-03 Evan MartinMerge pull request #92 from pcc/fix-warning
2011-09-03 Evan MartinMerge pull request #90 from pcc/default-target-statements
2011-09-01 Peter CollingbourneFix a Clang self-assign warning by casting result to...
2011-08-31 Peter CollingbourneImplement default target statements
2011-08-29 Evan Martinninja_syntax.py: add include and subninja
2011-08-26 Evan MartinMerge pull request #87 from tfarina/fix-ninja-compilation
2011-08-25 Thiago FarinaFix ninja compilation by including a missing disk_inter...
2011-08-25 Evan MartinMerge pull request #86 from tfarina/real-disk-interface
2011-08-25 Thiago FarinaMove RealDiskInterface class to disk_interface.h.
2011-08-24 Evan Martinsemantic change: allow reaching into parent directories...
2011-08-23 Evan MartinMerge pull request #82 from tfarina/disk-interface
2011-08-18 Evan MartinMerge pull request #83 from rlarocque2/master
2011-08-17 Richard LarocqueUpdate configure.py for ninja module rename
2011-08-16 Evan Martinrename ninja module to ninja_syntax
2011-08-16 Evan Martinadd escaping function to python module
2011-08-10 Thiago FarinaFactor out DiskInterface class into its own source...
2011-08-10 Evan MartinMerge pull request #80 from tfarina/master
2011-08-09 Thiago FarinaFix trivial style issues with Cleaner class.
2011-07-27 Evan Martinfix double-indenting
2011-07-27 Evan Martinninja.py: fix the new test and pass the test
2011-07-27 Evan Martinunit test for line-wrapping in ninja.py
2011-07-26 Evan Martindon't track line/column until you encounter an error...
2011-07-25 Evan Martinadd a --debug option to configure
2011-06-30 Evan Martindon't leak the build_log file descriptor into subprocesses
2011-06-30 Evan Martinclean: don't delete phony targets
2011-06-30 Evan MartinMerge pull request #73 from qhuo/setvbuf
2011-06-28 Qingning HuoSet stdout to line-buffered.
2011-06-28 Evan MartinMerge pull request #71 from jbirtley/master
2011-06-26 U-MATHLETE... Fix for win32 long command lines:
2011-06-25 Evan MartinFix for 'pipe has ended' errors on Win32 distributed...
2011-06-25 Evan MartinMerge pull request #69 from Roorback/master
2011-06-25 Evan MartinMerge pull request #70 from scottfranklin/master
2011-06-25 Evan Martinadd docs on variable expansion
2011-06-25 Evan Martinmention python module in the docs
2011-06-23 Scott FranklinAdding tab-completion function for zsh.
2011-06-21 Grzegorz BlachRespect $CXX, fallback to 'g++' in bootstrap.sh
2011-06-20 Grzegorz Blachuse /usr/bin/env to find python interpreter
2011-06-16 Evan MartinMerge pull request #62 from qhuo/multiple-outputs-fix
2011-06-14 Qingning HuoAdd a test for the multiple outputs fix
2011-06-14 Evan MartinMerge pull request #59 from qhuo/multiple-outputs-fix
2011-06-10 Qingning Huosrc/graph.cc: fix EdgeEnv::LookupVariable
2011-06-10 Qingning Huobuild_log_test.cc: add 3 #include for stat(2) on Linux
2011-06-03 Evan Martinremove +x bit from source
2011-06-02 Philip CraigOn Windows, ninja didn't create needed paths first
2011-05-31 Evan MartinMerge branch 'master' of github.com:martine/ninja
2011-05-31 Thiago Farinaninja: Split StatCache struct into its own header file.
next