projects
/
platform
/
upstream
/
ninja.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
platform/upstream/ninja.git
2011-12-07
Evan Martin
add and use getter for Edge::rule_
commit
|
commitdiff
|
tree
|
snapshot
2011-12-06
Evan Martin
move build/install to README
commit
|
commitdiff
|
tree
|
snapshot
2011-12-06
Evan Martin
Merge pull request #152 from pcc/clean-depfiles
commit
|
commitdiff
|
tree
|
snapshot
2011-12-06
Evan Martin
Merge pull request #151 from pcc/restat-depfiles
commit
|
commitdiff
|
tree
|
snapshot
2011-12-06
Peter Collingbourne
Have the clean tool remove depfiles
commit
|
commitdiff
|
tree
|
snapshot
2011-12-06
Peter Collingbourne
Use the modification time of the depfile when computing...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-06
Peter Collingbourne
Factor out Edge::EvaluateDepFile
commit
|
commitdiff
|
tree
|
snapshot
2011-12-05
Evan Martin
more whitespace in build output
commit
|
commitdiff
|
tree
|
snapshot
2011-12-05
Evan Martin
remove reference to nonexistent file
commit
|
commitdiff
|
tree
|
snapshot
2011-12-05
Evan Martin
add help output to clean tool
commit
|
commitdiff
|
tree
|
snapshot
2011-12-05
Evan Martin
prettify manual for tools
commit
|
commitdiff
|
tree
|
snapshot
2011-12-05
Evan Martin
also spell-check the 'clean' tool; abort on misspelling
commit
|
commitdiff
|
tree
|
snapshot
2011-12-05
Evan Martin
minor manual touchups
commit
|
commitdiff
|
tree
|
snapshot
2011-12-05
Evan Martin
split out tool list into a separate subcommand
commit
|
commitdiff
|
tree
|
snapshot
2011-12-05
Evan Martin
disable the 'unused parameter' warning
commit
|
commitdiff
|
tree
|
snapshot
2011-12-05
Evan Martin
Merge pull request #150 from luislavena/mingw-no-visibility
commit
|
commitdiff
|
tree
|
snapshot
2011-12-05
Evan Martin
Merge pull request #149 from luislavena/mingw-static
commit
|
commitdiff
|
tree
|
snapshot
2011-12-05
Luis Lavena
visibility=hidden should not be used for Windows
commit
|
commitdiff
|
tree
|
snapshot
2011-12-05
Luis Lavena
Use g++'s -static option instead of specific libs
commit
|
commitdiff
|
tree
|
snapshot
2011-12-04
Evan Martin
fix some minor style issues in RecomputeDirty
commit
|
commitdiff
|
tree
|
snapshot
2011-12-04
Evan Martin
when an edge is dirty, mark all outputs dirty
commit
|
commitdiff
|
tree
|
snapshot
2011-12-04
Evan Martin
refactor RecomputeOutputDirty to return true/false...
commit
|
commitdiff
|
tree
|
snapshot
2011-12-04
Evan Martin
add a test case from issue 148
commit
|
commitdiff
|
tree
|
snapshot
2011-12-02
Evan Martin
windows: don't buffer stdout
commit
|
commitdiff
|
tree
|
snapshot
2011-12-02
Evan Martin
HACKING: windows notes
commit
|
commitdiff
|
tree
|
snapshot
2011-12-02
Evan Martin
bootstrap.sh: windows (mingw) fixes
commit
|
commitdiff
|
tree
|
snapshot
2011-12-02
Evan Martin
configure.py: windows updates
commit
|
commitdiff
|
tree
|
snapshot
2011-12-02
Evan Martin
windows: clear process launch structs before using...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-29
Jeremy Apthorp
Update ninja_syntax.py and tests to reflect '$ ' syntax.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-28
Jeremy Apthorp
Add tests for escaping spaces with '$ '.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-25
Evan Martin
Revert "Merge pull request #143 from cipriancraciun...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Evan Martin
Merge pull request #143 from cipriancraciun/patches...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Evan Martin
Merge pull request #142 from cipriancraciun/patches...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Ciprian Dorin...
Renamed `python` to `python2`.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Ciprian Dorin...
Fixed Python 2 scripts prologue (i.e. `#!/usr/bin/env...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-22
Ciprian Dorin...
Added support for custom CFLAGS and LDFLAGS.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Evan Martin
Merge pull request #138 from polrop/fix-warning-in...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Nicolas Despres
Fix compilation warning in Ninja's test suite.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-21
Jeremy Apthorp
Allow '$ ' to escape spaces in identifiers.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-20
Evan Martin
Merge pull request #136 from polrop/add-extra-warning
commit
|
commitdiff
|
tree
|
snapshot
2011-11-19
Nicolas Despres
Remove warning triggered by -Wextra on MinGW.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-19
Nicolas Despres
Add -Wextra warning flag.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-19
Evan Martin
Merge pull request #135 from polrop/fix-mingw
commit
|
commitdiff
|
tree
|
snapshot
2011-11-19
Evan Martin
Merge pull request #133 from polrop/fix-duplication
commit
|
commitdiff
|
tree
|
snapshot
2011-11-19
Nicolas Despres
Fix compilation warning with getopt() on MinGW.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-19
Nicolas Despres
Fix compilation warning with getopt_long() on MinGW.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-19
Nicolas Despres
Use more portable way to get the current process ID.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-19
Nicolas Despres
Fix duplicated list of profilers.
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Evan Martin
Merge pull request #132 from nico/spell
commit
|
commitdiff
|
tree
|
snapshot
2011-11-16
Nico Weber
Add spelling suggestions for four cases:
commit
|
commitdiff
|
tree
|
snapshot
2011-11-13
Evan Martin
fix TODO: correct dependencies for inline.sh
commit
|
commitdiff
|
tree
|
snapshot
2011-11-13
Nico Weber
Add a EditDistance() function based on the one in llvm...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-13
Evan Martin
Merge pull request #131 from secondplanet/patch-1
commit
|
commitdiff
|
tree
|
snapshot
2011-11-13
Humza
Improvements to ninja-mode
commit
|
commitdiff
|
tree
|
snapshot
2011-11-06
Evan Martin
Merge pull request #127 from tiresdonexits/master
commit
|
commitdiff
|
tree
|
snapshot
2011-11-05
Jonathan Sternberg
Added a cast to NULL to remove a warning issues by...
commit
|
commitdiff
|
tree
|
snapshot
2011-11-04
Evan Martin
Merge pull request #123 from pcc/commands-tool
commit
|
commitdiff
|
tree
|
snapshot
2011-11-04
Peter Collingbourne
Add a "commands" tool
commit
|
commitdiff
|
tree
|
snapshot
2011-11-02
Evan Martin
Merge pull request #125 from pcc/outputs-ready
commit
|
commitdiff
|
tree
|
snapshot
2011-10-31
Evan Martin
don't leak fds into subprocesses
commit
|
commitdiff
|
tree
|
snapshot
2011-10-31
Evan Martin
move SetCloseOnExec to util
commit
|
commitdiff
|
tree
|
snapshot
2011-10-24
Peter Collingbourne
Implement restat rules
commit
|
commitdiff
|
tree
|
snapshot
2011-10-24
Peter Collingbourne
Create log entries in BuildLog::RecordCommand without...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-24
Peter Collingbourne
Implement Make-style order-only dependencies
commit
|
commitdiff
|
tree
|
snapshot
2011-10-18
Peter Collingbourne
Split Node::dirty_ into two flags: Node::dirty_ and...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-17
Evan Martin
Merge pull request #120 from pcc/generator
commit
|
commitdiff
|
tree
|
snapshot
2011-10-15
Peter Collingbourne
Make the command line interface for the clean tool...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-15
Peter Collingbourne
Implement generator rules
commit
|
commitdiff
|
tree
|
snapshot
2011-10-14
Evan Martin
pass extra flags into the tool
commit
|
commitdiff
|
tree
|
snapshot
2011-10-12
Nicolas Despres
Elide output in the middle when exceeding terminal...
commit
|
commitdiff
|
tree
|
snapshot
2011-10-06
Evan Martin
make CanonicalizePath report an error on empty path
commit
|
commitdiff
|
tree
|
snapshot
2011-09-28
Evan Martin
Merge pull request #119 from pcc/disable-asserts
commit
|
commitdiff
|
tree
|
snapshot
2011-09-24
Peter Collingbourne
Disable assertion checks unless --debug is enabled
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
Evan Martin
add syntax to build output from a given file
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
Evan Martin
command line supports multiple targets
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
Evan Martin
make options const
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
Evan Martin
stylistic cleanups
commit
|
commitdiff
|
tree
|
snapshot
2011-09-22
Evan Martin
note that target is optional in command-line help
commit
|
commitdiff
|
tree
|
snapshot
2011-09-15
Evan Martin
delete todo; I converted it into bugs on github
commit
|
commitdiff
|
tree
|
snapshot
2011-09-14
Evan Martin
delete .a files before adding to them with ar
commit
|
commitdiff
|
tree
|
snapshot
2011-09-14
Evan Martin
Merge pull request #106 from pcc/depfile-vector
commit
|
commitdiff
|
tree
|
snapshot
2011-09-14
Evan Martin
Merge pull request #107 from pcc/missing-phony
commit
|
commitdiff
|
tree
|
snapshot
2011-09-14
Peter Collingbourne
Consider missing phony targets with no dependencies...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-14
Peter Collingbourne
Modify the build tests to use the virtual file system
commit
|
commitdiff
|
tree
|
snapshot
2011-09-14
Peter Collingbourne
Allocate space in the inputs vector for the depfile...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-12
Evan Martin
generalize the pattern of hash_map<const char*, .....
commit
|
commitdiff
|
tree
|
snapshot
2011-09-12
Evan Martin
use StringPiece for makefile deps
commit
|
commitdiff
|
tree
|
snapshot
2011-09-12
Evan Martin
Merge pull request #104 from tfarina/ninja-test
commit
|
commitdiff
|
tree
|
snapshot
2011-09-11
Thiago Farina
Split ninja_test.cc into state_test.cc and disk_interfa...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-11
Evan Martin
Merge pull request #103 from tfarina/struct
commit
|
commitdiff
|
tree
|
snapshot
2011-09-10
Thiago Farina
This is C++, there is no need to write 'struct' before...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-10
Evan Martin
change main hash to char*; use pointers into files
commit
|
commitdiff
|
tree
|
snapshot
2011-09-09
Evan Martin
optimize IsIdentChar
commit
|
commitdiff
|
tree
|
snapshot
2011-09-09
Evan Martin
fix "ignored return value of write" harder
commit
|
commitdiff
|
tree
|
snapshot
2011-09-09
Evan Martin
verify -k param is numeric
commit
|
commitdiff
|
tree
|
snapshot
2011-09-09
Evan Martin
minor cleanups
commit
|
commitdiff
|
tree
|
snapshot
2011-09-09
Evan Martin
don't mark phony edges dirty if none of their inputs...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-09
Evan Martin
Merge pull request #101 from tfarina/build-config-reference
commit
|
commitdiff
|
tree
|
snapshot
2011-09-09
Evan Martin
Merge pull request #95 from qhuo/depfile-for-command...
commit
|
commitdiff
|
tree
|
snapshot
2011-09-09
Thiago Farina
Make Cleaner::config_ a reference-to-const instead...
commit
|
commitdiff
|
tree
|
snapshot
next