platform/upstream/ninja.git
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-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
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-29 Jeremy ApthorpUpdate ninja_syntax.py and tests to reflect '$ ' syntax.
2011-11-28 Jeremy ApthorpAdd tests for escaping spaces with '$ '.
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-21 Jeremy ApthorpAllow '$ ' to escape spaces in identifiers.
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
next