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 #1513 from nykula/master
Jan Niklas Hasse
2019-08-06
1
-10/+4
|
\
|
*
Use st_mtim if st_mtime is macro, fix #1510
makepost
2018-12-24
1
-10/+4
*
|
Merge pull request #1622 from goshhhy/aix
Jan Niklas Hasse
2019-08-06
1
-0/+9
|
\
\
|
*
|
fix building ninja_test on AIX 6.1
ky0ko
2019-08-05
1
-0/+9
*
|
|
Fix appveyor.yml (#1621)
goshhhy
2019-08-06
1
-1/+1
|
/
/
*
|
Merge pull request #1508 from mqudsi/colored_fail
Jan Niklas Hasse
2019-08-02
2
-2/+8
|
\
\
|
*
|
Add braces to clarify conditional scope
Mahmoud Al-Qudsi
2019-02-04
1
-2/+3
|
*
|
Unset suports_color_ if SetConsoleMode fails on WIN32
Mahmoud Al-Qudsi
2018-12-10
1
-1/+3
|
*
|
Emit "FAILED: " in red if terminal supports ANSI color output
Mahmoud Al-Qudsi
2018-12-05
1
-1/+4
*
|
|
compdb: Dump every rule without any arguments, fix #1377
Jan Niklas Hasse
2019-08-02
1
-16/+28
*
|
|
Improve const-correctness in compdb related methods
Jan Niklas Hasse
2019-08-02
3
-21/+16
*
|
|
Merge pull request #1016 from moroten/docs-empty-rule-uptodate
Jan Niklas Hasse
2019-07-09
1
-0/+8
|
\
\
\
|
*
|
|
Describe how to make a phony rule always up to date
Fredrik Medley
2017-08-16
1
-0/+8
*
|
|
|
Merge pull request #1517 from chagui/1492-add-headers-to-ninja_log
Jan Niklas Hasse
2019-07-02
2
-5/+8
|
\
\
\
\
|
*
|
|
|
1492 add column headers to .ninja_log
Guilhem Charles
2019-01-13
2
-5/+8
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #1342 from Lekensteyn/depfile-fixes
Jan Niklas Hasse
2019-06-18
3
-46/+157
|
\
\
\
\
|
*
|
|
|
Follow GCC/Clang behavior wrt depfiles
Peter Wu
2019-06-08
3
-46/+157
|
/
/
/
/
*
|
|
|
Fix UB "member call on null pointer of type 'DepsLog'", see #1248
Jan Niklas Hasse
2019-05-28
1
-1/+1
*
|
|
|
Ignore .ccls-cache directory
Jan Niklas Hasse
2019-05-10
1
-0/+1
*
|
|
|
Merge pull request #1025 from nicolasdespres/resurrect-rules-tool
Jan Niklas Hasse
2019-05-09
4
-0/+74
|
\
\
\
\
|
*
|
|
|
Resurrect the 'rules' tool.
Nicolas Despres
2019-05-09
4
-0/+74
|
/
/
/
/
*
|
|
|
Merge pull request #1521 from bradking/dyndep
Jan Niklas Hasse
2019-04-20
26
-155/+2930
|
\
\
\
\
|
*
|
|
|
Document example dyndep use cases
Brad King
2019-04-18
1
-0/+83
|
*
|
|
|
Document `dyndep` binding behavior and the dyndep file format
Brad King
2019-04-18
1
-0/+67
|
*
|
|
|
query: load dyndep files for queried edges
Brad King
2019-04-18
1
-0/+7
|
*
|
|
|
graph: load dyndep files
Brad King
2019-04-18
3
-1/+16
|
*
|
|
|
clean: remove outputs specified by dyndep files
Brad King
2019-04-18
3
-0/+73
|
*
|
|
|
clean: remove unnecessary Cleaner constructor variant
Brad King
2019-04-18
3
-15/+1
|
*
|
|
|
Teach builder to load dyndep files when they are ready
Brad King
2019-04-18
3
-7/+908
|
*
|
|
|
Teach RecomputeDirty to load dyndep files that are ready
Brad King
2019-04-18
2
-0/+219
|
*
|
|
|
Teach DependencyScan to load a dyndep file
Brad King
2019-04-18
6
-2/+355
|
*
|
|
|
Add a "dyndep" reserved binding to the manifest format
Brad King
2019-04-18
5
-3/+108
|
*
|
|
|
Add a parser for a new "dyndep" file format
Brad King
2019-04-18
5
-0/+821
|
*
|
|
|
Explicitly avoid repeat deps loading
Brad King
2019-04-18
3
-7/+13
|
*
|
|
|
Make a Builder optionally available to Plan
Brad King
2019-04-18
2
-3/+11
|
*
|
|
|
Factor out output edge ready check from Plan::NodeFinished
Brad King
2019-04-18
2
-9/+17
|
*
|
|
|
Factor out edge marking logic from Plan::AddSubTarget
Brad King
2019-04-18
2
-3/+9
|
*
|
|
|
Teach FakeCommandRunner to support multiple active commands
Brad King
2019-04-18
1
-21/+47
|
*
|
|
|
Allow EdgeFinished and NodeFinished to fail with errors
Brad King
2019-04-18
3
-37/+75
|
*
|
|
|
Assert precondition in BuildStatus::BuildEdgeStarted
Brad King
2019-04-18
1
-0/+1
|
*
|
|
|
Factor out a base class of ManifestParser
Brad King
2019-04-18
5
-53/+105
|
*
|
|
|
ManifestParser: Fix typo {expectd => expected}
Brad King
2019-04-18
1
-1/+1
|
/
/
/
/
*
|
|
|
Remove trailing whitespace from all files
Jan Niklas Hasse
2019-04-17
6
-5/+47
*
|
|
|
Merge pull request #1559 from goshhhy/master
Jan Niklas Hasse
2019-04-17
1
-1/+1
|
\
\
\
\
|
*
|
|
|
make inline.sh more portable
goshhhy
2019-04-16
1
-1/+1
|
/
/
/
/
*
|
|
|
Feature/add term env dumb to win32 (#1550)
jhuels
2019-04-16
1
-5/+9
*
|
|
|
Merge pull request #1553 from ddrone/patch-1
Jan Niklas Hasse
2019-04-10
1
-1/+1
|
\
\
\
\
|
*
|
|
|
Update link to premake
ddrone
2019-04-10
1
-1/+1
|
/
/
/
/
*
|
|
|
Take CPU set limitations into account when calculating processor count
Jan Niklas Hasse
2019-02-26
1
-0/+9
*
|
|
|
Merge pull request #1529 from grahamc/patch-1
Jan Niklas Hasse
2019-02-09
1
-0/+3
|
\
\
\
\
[next]