platform/upstream/ninja.git
2011-11-22 Evan MartinMerge pull request #142 from cipriancraciun/patches...
2011-11-22 Ciprian Dorin... Added support for custom CFLAGS and LDFLAGS.
2011-11-21 Evan MartinMerge pull request #138 from polrop/fix-warning-in...
2011-11-21 Nicolas DespresFix compilation warning in Ninja's test suite.
2011-11-20 Evan MartinMerge pull request #136 from polrop/add-extra-warning
2011-11-19 Nicolas DespresRemove warning triggered by -Wextra on MinGW.
2011-11-19 Nicolas DespresAdd -Wextra warning flag.
2011-11-19 Evan MartinMerge pull request #135 from polrop/fix-mingw
2011-11-19 Evan MartinMerge pull request #133 from polrop/fix-duplication
2011-11-19 Nicolas DespresFix compilation warning with getopt() on MinGW.
2011-11-19 Nicolas DespresFix compilation warning with getopt_long() on MinGW.
2011-11-19 Nicolas DespresUse more portable way to get the current process ID.
2011-11-19 Nicolas DespresFix duplicated list of profilers.
2011-11-16 Evan MartinMerge pull request #132 from nico/spell
2011-11-16 Nico WeberAdd spelling suggestions for four cases:
2011-11-13 Evan Martinfix TODO: correct dependencies for inline.sh
2011-11-13 Nico WeberAdd a EditDistance() function based on the one in llvm...
2011-11-13 Evan MartinMerge pull request #131 from secondplanet/patch-1
2011-11-13 HumzaImprovements to ninja-mode
2011-11-06 Evan MartinMerge pull request #127 from tiresdonexits/master
2011-11-05 Jonathan SternbergAdded a cast to NULL to remove a warning issues by...
2011-11-04 Evan MartinMerge pull request #123 from pcc/commands-tool
2011-11-04 Peter CollingbourneAdd a "commands" tool
2011-11-02 Evan MartinMerge pull request #125 from pcc/outputs-ready
2011-10-31 Evan Martindon't leak fds into subprocesses
2011-10-31 Evan Martinmove SetCloseOnExec to util
2011-10-24 Peter CollingbourneImplement restat rules
2011-10-24 Peter CollingbourneCreate log entries in BuildLog::RecordCommand without...
2011-10-24 Peter CollingbourneImplement Make-style order-only dependencies
2011-10-18 Peter CollingbourneSplit Node::dirty_ into two flags: Node::dirty_ and...
2011-10-17 Evan MartinMerge pull request #120 from pcc/generator
2011-10-15 Peter CollingbourneMake the command line interface for the clean tool...
2011-10-15 Peter CollingbourneImplement generator rules
2011-10-14 Evan Martinpass extra flags into the tool
2011-10-12 Nicolas DespresElide output in the middle when exceeding terminal...
2011-10-06 Evan Martinmake CanonicalizePath report an error on empty path
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...
next