platform/upstream/ninja.git
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.
2011-05-29 Evan MartinMerge pull request #51 from philipcraig/master
2011-05-29 Philip Craigmingw ninja_test links and passes. (as do linux and...
2011-05-28 Evan MartinMerge pull request #50 from philipcraig/master
2011-05-28 Philip CraigTests now build on a native Windows build (tested with...
2011-05-27 Evan Martinuse 0 for NULL in test to silence gcc 4.5 warning
2011-05-27 Evan Martinexpand $$ as $
2011-05-27 Evan Martinswitch to $ as the line continuation char
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
next