platform/upstream/ninja.git
2012-01-05 Evan MartinMerge pull request #185 from nico/vim
2012-01-04 Evan Martinallow spellcheck to be used with a vector of strings
2012-01-04 Evan Martinrefactor tool list into a table
2012-01-04 Evan Martindon't attempt to build browse.* in bootstrap mode
2012-01-04 Evan MartinMerge pull request #175 from nornagon/escape-in-out
2012-01-04 Jeremy ApthorpAdd a test for quoting spaces in expanded $in and ...
2012-01-04 Evan MartinMerge pull request #186 from evanj/master
2012-01-04 Evan Jonesninja_syntax.py: Fix a bug when passing dict variables...
2012-01-04 Evan MartinRevert "ninja_syntax.py: Fix a bug when passing variabl...
2012-01-04 Scott Grahamwindows: more build fixes
2012-01-04 Evan MartinMerge pull request #184 from evanj/master
2012-01-04 Nico WeberAdd a ninja syntax file for vim.
2012-01-04 Evan Jonesninja_syntax.py: Fix a bug when passing variables to...
2012-01-04 Evan JonesAdd a space to unexpected token errors.
2012-01-04 Frances BuontempoUse ExitProcess instead of exit in Fatal to allow extra...
2012-01-04 Scott Grahamwindows: make bootstrap.py/configure.py work with MSVC
2012-01-03 Evan MartinMerge pull request #180 from doctorlove/int64
2012-01-03 Frances BuontempoAdd new line to new file
2012-01-03 Frances Buontempotypedef long long for MSVC
2012-01-03 Evan MartinMerge pull request #179 from polrop/fix-clang-warning
2012-01-03 Evan MartinMerge pull request #177 from doctorlove/msvc_changes
2012-01-03 Nicolas DespresFix warning about class previously declared as struct.
2012-01-03 Frances Buontempostd::string(NULL,0) asserts in MSVC Debug
2012-01-03 Frances BuontempoChanges to hash_map to make it build with MSVC's version
2012-01-03 Frances BuontempoInclude <algorithm> for std::find in test.cc
2012-01-02 Jeremy ApthorpWhen expanding $in and $out, wrap with quotes if the...
2011-12-30 Evan Martinallow hyphen in variable names
2011-12-30 Evan Martinmore private
2011-12-30 Evan Martinmake evalstring internals private
2011-12-30 Evan MartinMerge pull request #173 from polrop/fix-typo-in-manual
2011-12-30 Nicolas DespresFix typo in manual.
2011-12-30 Evan Martinbuild fix
2011-12-29 Evan Martinswitch the core ninja parser to use re2c for the lexer
2011-12-29 Evan Martinminor re2c cleanups
2011-12-29 Evan Martinhandle nuls more carefully in re2c rules
2011-12-29 Evan Martinadd script for measuring build performance
2011-12-28 Evan Martinninja_syntax: add restat attribute to rules
2011-12-28 Evan Martinadd bash completion based on zsh completion
2011-12-28 Evan Martinmove some docs to home page
2011-12-28 Evan Martinlink to blog post in docs
2011-12-28 Evan Martinadd an "all" target to build all binaries
2011-12-28 Evan Martinfix parser_perftest after depfile change
2011-12-28 Evan Martinde-escape backslashes in depfiles while parsing
2011-12-27 Evan Martinadd (failing) test involving spaces in depfiles
2011-12-27 Evan Martinswitch DepfileParser to take a string* to make memory...
2011-12-27 Evan Martinfix depfile regex to not match empty strings
2011-12-27 Evan Martinadapt parser_perftest to new depfile class
2011-12-27 Evan Martinremove huge indent from tools list
2011-12-27 Evan Martinrearrange the new bootstrap.py
2011-12-27 Evan MartinMerge branch 'master' of git://github.com/ehird/ninja
2011-12-26 Evan MartinMerge pull request #166 from tfarina/fix-commit
2011-12-24 Thiago FarinaFollow up fix to commit 32bf74f (Fix the TODO in Rule...
2011-12-24 Evan MartinMerge pull request #164 from tfarina/rule-private-members
2011-12-24 Thiago FarinaFix the TODO in Rule class.
2011-12-23 Evan Martinwindows: handle ERROR_PATH_NOT_FOUND
2011-12-23 Evan MartinMerge pull request #163 from jsternberg/master
2011-12-23 Jonathan SternbergMatching the depfile_parser.in.cc file to properly...
2011-12-22 Evan MartinMerge pull request #161 from nico/fix
2011-12-22 Nico WeberLet ninja_syntax handle escaped spaces correctly.
2011-12-22 Evan Martinrevert part of c33b198 to fix build of ninja_test
2011-12-20 Evan MartinMerge pull request #160 from tfarina/upper-case-error
2011-12-20 Thiago FarinaCapitalize "error" to match with the other utility...
2011-12-20 Evan MartinMerge pull request #159 from tfarina/protect-build...
2011-12-20 Thiago FarinaProtect BuildLog data member variables by making them...
2011-12-20 Evan MartinMerge pull request #158 from tfarina/alphabetize
2011-12-20 Thiago FarinaPut the list of core source files in alphabetical order.
2011-12-20 Evan Martinwindows: use GetFileAttributesEx instead of stat
2011-12-20 Evan Martingitignore exe files
2011-12-20 Evan Martinfactor out windows perror equivalent
2011-12-20 Evan Martininline gtest to simplify windows build
2011-12-20 Evan Martinfix bad merge
2011-12-20 Evan Martinfix mingw cross-compile
2011-12-20 Evan Martinrearrange manual to centralize quoting rules
2011-12-20 Evan Martinremove weird accidental double-return
2011-12-20 Evan MartinMerge pull request #146 from nornagon/escape-spaces
2011-12-19 Evan Martinadjust depfile test now that parsing is more lax
2011-12-19 Evan Martinhandle backslashes and isolated colons in depfile parser
2011-12-19 Evan Martinsplit out depfile parser tests into new file
2011-12-15 Evan Martinprint 'entering directory' when -C is used
2011-12-15 Elliott HirdRewrite the bootstrap script in Python
2011-12-14 Elliott HirdSupport non-standard Python executable names
2011-12-09 Evan MartinMerge pull request #153 from polrop/fix-bootstrap
2011-12-09 Nicolas DespresFix 'list' tool.
2011-12-09 Nicolas DespresFactor source file listing code in bootstrap script.
2011-12-09 Nicolas DespresFix bootstrap script.
2011-12-09 Nicolas DespresUse getter instead of private member.
2011-12-07 Evan Martinperformance testing note
2011-12-07 Evan Martinremove makefile parsing code, use depfile code instead
2011-12-07 Evan Martinuse re2c to parse depfiles
2011-12-07 Evan Martinrefactor EdgeEnv
2011-12-07 Evan Martinmake Rule::generator_ and restat_ private
2011-12-07 Evan Martinmake Rule::name_ private
2011-12-07 Evan Martinremove unused function
2011-12-07 Evan Martinmake Node::out_edges_ private
2011-12-07 Evan Martinmake Node::in_edge_ private
2011-12-07 Evan Martinmake Node::dirty_ private
2011-12-07 Evan Martinmore whitespace
2011-12-07 Evan Martinmerge StatCache into State
2011-12-07 Evan Martinmerge FileStat into Node
2011-12-07 Evan Martinrefactor to remove Node::ready()
next