index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement Make-style order-only dependencies
Peter Collingbourne
2011-10-24
3
-19/+59
*
Split Node::dirty_ into two flags: Node::dirty_ and Edge::outputs_ready_
Peter Collingbourne
2011-10-18
8
-106/+160
*
Merge pull request #120 from pcc/generator
Evan Martin
2011-10-17
10
-38/+94
|
\
|
*
Make the command line interface for the clean tool consistent
Peter Collingbourne
2011-10-15
2
-31/+23
|
*
Implement generator rules
Peter Collingbourne
2011-10-15
10
-19/+83
|
/
*
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
*
Merge pull request #119 from pcc/disable-asserts
Evan Martin
2011-09-28
1
-1/+1
|
\
|
*
Disable assertion checks unless --debug is enabled
Peter Collingbourne
2011-09-24
1
-1/+1
|
/
*
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
*
delete todo; I converted it into bugs on github
Evan Martin
2011-09-15
1
-22/+0
*
delete .a files before adding to them with ar
Evan Martin
2011-09-14
1
-1/+1
*
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
*
|
Merge pull request #107 from pcc/missing-phony
Evan Martin
2011-09-14
5
-8/+40
|
\
\
|
|
/
|
/
|
|
*
Consider missing phony targets with no dependencies out of date
Peter Collingbourne
2011-09-14
3
-1/+19
|
*
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
*
Merge pull request #104 from tfarina/ninja-test
Evan Martin
2011-09-12
4
-144/+151
|
\
|
*
Split ninja_test.cc into state_test.cc and disk_interface_test.cc
Thiago Farina
2011-09-11
4
-144/+151
|
/
*
Merge pull request #103 from tfarina/struct
Evan Martin
2011-09-11
1
-1/+1
|
\
|
*
This is C++, there is no need to write 'struct' before the type when declarin...
Thiago Farina
2011-09-10
1
-1/+1
*
|
change main hash to char*; use pointers into files
Evan Martin
2011-09-10
2
-3/+26
*
|
optimize IsIdentChar
Evan Martin
2011-09-09
1
-5/+25
*
|
fix "ignored return value of write" harder
Evan Martin
2011-09-09
1
-2/+4
*
|
verify -k param is numeric
Evan Martin
2011-09-09
2
-4/+10
*
|
minor cleanups
Evan Martin
2011-09-09
1
-2/+4
*
|
don't mark phony edges dirty if none of their inputs are dirty
Evan Martin
2011-09-09
2
-8/+23
|
/
*
Merge pull request #101 from tfarina/build-config-reference
Evan Martin
2011-09-09
2
-5/+5
|
\
|
*
Make Cleaner::config_ a reference-to-const instead of copying the value.
Thiago Farina
2011-09-09
2
-5/+5
*
|
Merge pull request #95 from qhuo/depfile-for-command-with-multiple-outputs
Evan Martin
2011-09-09
3
-22/+11
|
\
\
|
|
/
|
/
|
|
*
Move a passing test from Errors to MultipleOutputs
Qingning Huo
2011-09-06
1
-10/+11
|
*
Add depfile support to build command with multiple outputs (Fixes: #61)
Qingning Huo
2011-09-06
3
-14/+2
*
|
link gtest code with -lpthread
Evan Martin
2011-09-09
1
-1/+1
*
|
Merge pull request #99 from tfarina/eval-env-test
Evan Martin
2011-09-09
3
-75/+103
|
\
\
|
*
|
Move EvalString tests to eval_env_test.cc
Thiago Farina
2011-09-09
3
-75/+103
|
/
/
*
|
Merge pull request #98 from tfarina/fix-win-build
Evan Martin
2011-09-08
2
-28/+29
|
\
\
|
*
|
Fix windows build by moving mkdtemp() implementation from ninja_test.cc to di...
Thiago Farina
2011-09-08
2
-28/+29
*
|
|
Merge branch 'master' of github.com:martine/ninja
Evan Martin
2011-09-08
3
-105/+134
|
\
\
\
|
|
/
/
|
*
|
Merge pull request #96 from tfarina/disk-interface-test
Evan Martin
2011-09-07
3
-105/+134
|
|
\
\
|
|
*
|
Move DiskInterfaceTest into its own source file.
Thiago Farina
2011-09-07
3
-105/+134
|
|
|
/
*
|
|
fix redundant manifest rebuild
Evan Martin
2011-09-08
4
-20/+41
*
|
|
allow --with-gtest flag to use unpacked gtest dir
Evan Martin
2011-09-07
2
-9/+30
|
/
/
*
|
preserve configure.py params across re-runs
Evan Martin
2011-09-06
1
-1/+4
[next]