platform/upstream/ninja.git
2012-01-04 Jeremy ApthorpAdd a test for quoting spaces in expanded $in and ...
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()
2011-12-07 Evan Martinadd and use getter for Edge::rule_
2011-12-06 Evan Martinmove build/install to README
2011-12-06 Evan MartinMerge pull request #152 from pcc/clean-depfiles
2011-12-06 Evan MartinMerge pull request #151 from pcc/restat-depfiles
2011-12-06 Peter CollingbourneHave the clean tool remove depfiles
2011-12-06 Peter CollingbourneUse the modification time of the depfile when computing...
2011-12-06 Peter CollingbourneFactor out Edge::EvaluateDepFile
2011-12-05 Evan Martinmore whitespace in build output
2011-12-05 Evan Martinremove reference to nonexistent file
2011-12-05 Evan Martinadd help output to clean tool
2011-12-05 Evan Martinprettify manual for tools
2011-12-05 Evan Martinalso spell-check the 'clean' tool; abort on misspelling
2011-12-05 Evan Martinminor manual touchups
2011-12-05 Evan Martinsplit out tool list into a separate subcommand
2011-12-05 Evan Martindisable the 'unused parameter' warning
2011-12-05 Evan MartinMerge pull request #150 from luislavena/mingw-no-visibility
2011-12-05 Evan MartinMerge pull request #149 from luislavena/mingw-static
2011-12-05 Luis Lavenavisibility=hidden should not be used for Windows
2011-12-05 Luis LavenaUse g++'s -static option instead of specific libs
2011-12-04 Evan Martinfix some minor style issues in RecomputeDirty
2011-12-04 Evan Martinwhen an edge is dirty, mark all outputs dirty
2011-12-04 Evan Martinrefactor RecomputeOutputDirty to return true/false...
2011-12-04 Evan Martinadd a test case from issue 148
2011-12-02 Evan Martinwindows: don't buffer stdout
next