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
*
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
*
HACKING: windows notes
Evan Martin
2011-12-02
1
-1/+10
*
bootstrap.sh: windows (mingw) fixes
Evan Martin
2011-12-02
1
-3/+3
*
configure.py: windows updates
Evan Martin
2011-12-02
1
-25/+28
*
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
5
-5/+5
*
Merge pull request #143 from cipriancraciun/patches/python2
Evan Martin
2011-11-22
5
-5/+5
|
\
|
*
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
4
-4/+4
*
|
Merge pull request #142 from cipriancraciun/patches/custom-cflags-ldflags
Evan Martin
2011-11-22
1
-4/+4
|
\
\
|
|
/
|
/
|
|
*
Added support for custom CFLAGS and LDFLAGS.
Ciprian Dorin, Craciun
2011-11-22
1
-4/+4
|
/
*
Merge pull request #138 from polrop/fix-warning-in-test
Evan Martin
2011-11-21
3
-5/+5
|
\
|
*
Fix compilation warning in Ninja's test suite.
Nicolas Despres
2011-11-21
3
-5/+5
|
/
*
Merge pull request #136 from polrop/add-extra-warning
Evan Martin
2011-11-20
9
-9/+18
|
\
|
*
Remove warning triggered by -Wextra on MinGW.
Nicolas Despres
2011-11-19
5
-2/+11
|
*
Add -Wextra warning flag.
Nicolas Despres
2011-11-19
6
-7/+7
|
/
*
Merge pull request #135 from polrop/fix-mingw
Evan Martin
2011-11-19
3
-5/+4
|
\
|
*
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
*
|
Merge pull request #133 from polrop/fix-duplication
Evan Martin
2011-11-19
1
-1/+1
|
\
\
|
|
/
|
/
|
|
*
Fix duplicated list of profilers.
Nicolas Despres
2011-11-19
1
-1/+1
|
/
*
Merge pull request #132 from nico/spell
Evan Martin
2011-11-16
10
-8/+87
|
\
|
*
Add spelling suggestions for four cases:
Nico Weber
2011-11-16
10
-8/+87
|
/
*
fix TODO: correct dependencies for inline.sh
Evan Martin
2011-11-13
1
-4/+2
*
Add a EditDistance() function based on the one in llvm/lib/Support/StringRef....
Nico Weber
2011-11-13
5
-3/+147
*
Merge pull request #131 from secondplanet/patch-1
Evan Martin
2011-11-13
1
-0/+4
|
\
|
*
Improvements to ninja-mode
Humza
2011-11-13
1
-0/+4
|
/
*
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
*
|
Merge pull request #123 from pcc/commands-tool
Evan Martin
2011-11-04
2
-6/+42
|
\
\
|
*
|
Add a "commands" tool
Peter Collingbourne
2011-11-04
2
-6/+42
|
/
/
*
|
Merge pull request #125 from pcc/outputs-ready
Evan Martin
2011-11-02
13
-137/+446
|
\
\
|
*
|
Implement restat rules
Peter Collingbourne
2011-10-24
10
-22/+239
|
*
|
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
3
-19/+59
|
*
|
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
2
-0/+24
*
|
move SetCloseOnExec to util
Evan Martin
2011-10-31
3
-17/+21
|
/
*
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
[next]