platform/upstream/ninja.git
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
2011-12-02 Evan MartinHACKING: windows notes
2011-12-02 Evan Martinbootstrap.sh: windows (mingw) fixes
2011-12-02 Evan Martinconfigure.py: windows updates
2011-12-02 Evan Martinwindows: clear process launch structs before using...
2011-11-25 Evan MartinRevert "Merge pull request #143 from cipriancraciun...
2011-11-22 Evan MartinMerge pull request #143 from cipriancraciun/patches...
2011-11-22 Evan MartinMerge pull request #142 from cipriancraciun/patches...
2011-11-22 Ciprian Dorin... Renamed `python` to `python2`.
2011-11-22 Ciprian Dorin... Fixed Python 2 scripts prologue (i.e. `#!/usr/bin/env...
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
next