index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Factor out Edge::EvaluateDepFile
Peter Collingbourne
2011-12-06
2
-3/+7
*
add help output to clean tool
Evan Martin
2011-12-05
1
-10/+16
*
also spell-check the 'clean' tool; abort on misspelling
Evan Martin
2011-12-05
1
-2/+3
*
split out tool list into a separate subcommand
Evan Martin
2011-12-05
1
-14/+27
*
disable the 'unused parameter' warning
Evan Martin
2011-12-05
8
-11/+11
*
fix some minor style issues in RecomputeDirty
Evan Martin
2011-12-04
1
-11/+11
*
when an edge is dirty, mark all outputs dirty
Evan Martin
2011-12-04
2
-12/+27
*
refactor RecomputeOutputDirty to return true/false for dirty
Evan Martin
2011-12-04
3
-39/+38
*
add a test case from issue 148
Evan Martin
2011-12-04
1
-0/+20
*
windows: don't buffer stdout
Evan Martin
2011-12-02
1
-0/+5
*
windows: clear process launch structs before using them
Evan Martin
2011-12-02
1
-0/+2
*
Revert "Merge pull request #143 from cipriancraciun/patches/python2"
Evan Martin
2011-11-25
2
-2/+2
*
Renamed `python` to `python2`.
Ciprian Dorin, Craciun
2011-11-22
1
-1/+1
*
Fixed Python 2 scripts prologue (i.e. `#!/usr/bin/env python2`).
Ciprian Dorin, Craciun
2011-11-22
1
-1/+1
*
Fix compilation warning in Ninja's test suite.
Nicolas Despres
2011-11-21
3
-5/+5
*
Remove warning triggered by -Wextra on MinGW.
Nicolas Despres
2011-11-19
5
-2/+11
*
Add -Wextra warning flag.
Nicolas Despres
2011-11-19
5
-6/+6
*
Fix compilation warning with getopt() on MinGW.
Nicolas Despres
2011-11-19
1
-1/+1
*
Fix compilation warning with getopt_long() on MinGW.
Nicolas Despres
2011-11-19
1
-2/+2
*
Use more portable way to get the current process ID.
Nicolas Despres
2011-11-19
1
-2/+1
*
Add spelling suggestions for four cases:
Nico Weber
2011-11-16
10
-8/+87
*
Add a EditDistance() function based on the one in llvm/lib/Support/StringRef....
Nico Weber
2011-11-13
4
-1/+143
*
Merge pull request #127 from tiresdonexits/master
Evan Martin
2011-11-06
1
-1/+1
|
\
|
*
Added a cast to NULL to remove a warning issues by g++ 4.6.
Jonathan Sternberg
2011-11-05
1
-1/+1
*
|
Add a "commands" tool
Peter Collingbourne
2011-11-04
1
-6/+38
*
|
Merge pull request #125 from pcc/outputs-ready
Evan Martin
2011-11-02
12
-134/+437
|
\
\
|
*
|
Implement restat rules
Peter Collingbourne
2011-10-24
9
-22/+233
|
*
|
Create log entries in BuildLog::RecordCommand without requiring a log file
Peter Collingbourne
2011-10-24
1
-4/+2
|
*
|
Implement Make-style order-only dependencies
Peter Collingbourne
2011-10-24
2
-16/+56
|
*
|
Split Node::dirty_ into two flags: Node::dirty_ and Edge::outputs_ready_
Peter Collingbourne
2011-10-18
8
-106/+160
|
|
/
*
|
don't leak fds into subprocesses
Evan Martin
2011-10-31
1
-0/+1
*
|
move SetCloseOnExec to util
Evan Martin
2011-10-31
3
-17/+21
|
/
*
Make the command line interface for the clean tool consistent
Peter Collingbourne
2011-10-15
1
-22/+15
*
Implement generator rules
Peter Collingbourne
2011-10-15
7
-7/+61
*
pass extra flags into the tool
Evan Martin
2011-10-14
1
-2/+5
*
Elide output in the middle when exceeding terminal width.
Nicolas Despres
2011-10-12
1
-3/+4
*
make CanonicalizePath report an error on empty path
Evan Martin
2011-10-06
7
-19/+57
*
add syntax to build output from a given file
Evan Martin
2011-09-22
1
-0/+23
*
command line supports multiple targets
Evan Martin
2011-09-22
1
-2/+2
*
make options const
Evan Martin
2011-09-22
1
-6/+6
*
stylistic cleanups
Evan Martin
2011-09-22
1
-19/+20
*
note that target is optional in command-line help
Evan Martin
2011-09-22
1
-1/+3
*
Merge pull request #106 from pcc/depfile-vector
Evan Martin
2011-09-14
1
-4/+7
|
\
|
*
Allocate space in the inputs vector for the depfile implicit deps
Peter Collingbourne
2011-09-14
1
-4/+7
*
|
Consider missing phony targets with no dependencies out of date
Peter Collingbourne
2011-09-14
2
-1/+13
*
|
Modify the build tests to use the virtual file system
Peter Collingbourne
2011-09-14
3
-7/+21
|
/
*
generalize the pattern of hash_map<const char*, ...>, use in BuildLog
Evan Martin
2011-09-12
5
-32/+42
*
use StringPiece for makefile deps
Evan Martin
2011-09-12
5
-12/+77
*
Split ninja_test.cc into state_test.cc and disk_interface_test.cc
Thiago Farina
2011-09-11
3
-141/+140
*
Merge pull request #103 from tfarina/struct
Evan Martin
2011-09-11
1
-1/+1
|
\
[next]