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
*
more whitespace
Evan Martin
2011-12-07
1
-0/+4
*
merge StatCache into State
Evan Martin
2011-12-07
5
-120/+49
*
merge FileStat into Node
Evan Martin
2011-12-07
14
-109/+119
*
refactor to remove Node::ready()
Evan Martin
2011-12-07
3
-5/+14
*
add and use getter for Edge::rule_
Evan Martin
2011-12-07
4
-10/+11
*
move build/install to README
Evan Martin
2011-12-06
2
-24/+12
*
Merge pull request #152 from pcc/clean-depfiles
Evan Martin
2011-12-06
2
-0/+17
|
\
|
*
Have the clean tool remove depfiles
Peter Collingbourne
2011-12-06
2
-0/+17
*
|
Merge pull request #151 from pcc/restat-depfiles
Evan Martin
2011-12-06
3
-4/+16
|
\
\
|
*
|
Use the modification time of the depfile when computing restat_mtime
Peter Collingbourne
2011-12-06
1
-1/+9
|
|
/
|
*
Factor out Edge::EvaluateDepFile
Peter Collingbourne
2011-12-06
2
-3/+7
|
/
*
more whitespace in build output
Evan Martin
2011-12-05
1
-0/+1
*
remove reference to nonexistent file
Evan Martin
2011-12-05
1
-2/+0
*
add help output to clean tool
Evan Martin
2011-12-05
1
-10/+16
*
prettify manual for tools
Evan Martin
2011-12-05
1
-21/+31
*
also spell-check the 'clean' tool; abort on misspelling
Evan Martin
2011-12-05
1
-2/+3
*
minor manual touchups
Evan Martin
2011-12-05
1
-13/+15
*
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
9
-12/+15
*
Merge pull request #150 from luislavena/mingw-no-visibility
Evan Martin
2011-12-05
1
-0/+1
|
\
|
*
visibility=hidden should not be used for Windows
Luis Lavena
2011-12-05
1
-0/+1
*
|
Merge pull request #149 from luislavena/mingw-static
Evan Martin
2011-12-05
1
-1/+1
|
\
\
|
|
/
|
/
|
|
*
Use g++'s -static option instead of specific libs
Luis Lavena
2011-12-05
1
-1/+1
|
/
*
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
*
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
|
\
[next]