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
*
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
*
|
Merge pull request #91 from pcc/reload-manifest
Evan Martin
2011-09-06
3
-0/+34
|
\
\
|
*
|
Support for rebuilding and reloading manifest files
Peter Collingbourne
2011-09-03
3
-0/+34
*
|
|
build only the main binary by default
Evan Martin
2011-09-06
1
-0/+4
*
|
|
add 'default' keyword to python module
Evan Martin
2011-09-06
1
-0/+3
*
|
|
don't use "all" in the phony example, because we now have "default"
Evan Martin
2011-09-06
1
-2/+2
*
|
|
link to github in docs
Evan Martin
2011-09-06
1
-0/+3
*
|
|
update docs on other build system integration with recent news
Evan Martin
2011-09-06
1
-10/+9
*
|
|
make --profile take an argument to use either gmon or google-pprof
Evan Martin
2011-09-06
1
-3/+7
|
|
/
|
/
|
*
|
Merge pull request #94 from qhuo/named-pipe
Evan Martin
2011-09-04
1
-2/+2
|
\
\
|
|
/
|
/
|
|
*
subprocess-win32.cc: change named pipe names to contain process ID and subpro...
Qingning Huo
2011-09-04
1
-2/+2
*
|
Merge pull request #89 from tfarina/state
Evan Martin
2011-09-03
13
-47/+39
|
\
\
|
|
/
|
/
|
|
*
Factor out State struct from ninja_jumble.cc into its header/source files.
Thiago Farina
2011-09-03
13
-47/+39
|
/
*
Merge pull request #92 from pcc/fix-warning
Evan Martin
2011-09-03
1
-2/+2
|
\
|
*
Fix a Clang self-assign warning by casting result to void
Peter Collingbourne
2011-09-01
1
-2/+2
*
|
Merge pull request #90 from pcc/default-target-statements
Evan Martin
2011-09-03
7
-8/+145
|
\
\
|
|
/
|
/
|
|
*
Implement default target statements
Peter Collingbourne
2011-08-31
7
-8/+145
|
/
*
ninja_syntax.py: add include and subninja
Evan Martin
2011-08-29
1
-0/+6
*
Merge pull request #87 from tfarina/fix-ninja-compilation
Evan Martin
2011-08-26
1
-0/+1
|
\
|
*
Fix ninja compilation by including a missing disk_interface.h.
Thiago Farina
2011-08-25
1
-0/+1
|
/
*
Merge pull request #86 from tfarina/real-disk-interface
Evan Martin
2011-08-25
7
-78/+90
|
\
|
*
Move RealDiskInterface class to disk_interface.h.
Thiago Farina
2011-08-25
7
-78/+90
*
|
semantic change: allow reaching into parent directories in paths
Evan Martin
2011-08-24
6
-104/+76
|
/
*
Merge pull request #82 from tfarina/disk-interface
Evan Martin
2011-08-23
5
-60/+102
|
\
|
*
Factor out DiskInterface class into its own source/header files.
Thiago Farina
2011-08-10
5
-60/+102
*
|
Merge pull request #83 from rlarocque2/master
Evan Martin
2011-08-18
1
-2/+2
|
\
\
|
*
|
Update configure.py for ninja module rename
Richard Larocque
2011-08-17
1
-2/+2
|
/
/
[next]