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 #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
|
\
\
\
\
|
*
|
|
|
Docs: Make builds reproducible by generating the same IDs from the same inputs
Graham Christensen
2019-02-07
1
-0/+3
|
/
/
/
/
*
|
|
|
Fix Fuchsia typo
Jan Niklas Hasse
2019-02-05
1
-1/+1
*
|
|
|
mark this 1.9.0.git
Jan Niklas Hasse
2019-01-30
1
-1/+1
*
|
|
|
Merge pull request #1525 from avallee/patch-1
Jan Niklas Hasse
2019-01-30
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
ninja_syntax.py: remove unused has_path argument
Alex Vallee
2019-01-30
1
-1/+1
|
/
/
/
*
|
|
Remove outdated part about Chrome download, fix #1338
Jan Niklas Hasse
2018-12-20
1
-11/+3
|
|
/
|
/
|
*
|
Remove dead Chromium link, fix #1263
Jan Niklas Hasse
2018-11-25
1
-2/+1
*
|
Merge pull request #1484 from smeenai/gyp-to-gn
Jan Niklas Hasse
2018-11-25
1
-3/+3
|
\
\
|
*
|
Change gyp to gn
Shoaib Meenai
2018-10-19
1
-3/+3
*
|
|
Merge pull request #1039 from bradking/improve-depfile-parser
Nico Weber
2018-11-21
11
-65/+357
|
\
\
\
|
*
|
|
Restore depfile toleration of multiple output paths on distinct lines
Brad King
2018-11-19
11
-17/+120
|
*
|
|
Fix depfile parser handling of multiple rules
Brad King
2018-11-19
3
-33/+225
|
*
|
|
Fix depfile parser test case line continuation
Brad King
2018-11-19
1
-4/+4
|
*
|
|
Re-arrange depfile parser token processing logic
Brad King
2018-11-19
2
-22/+20
|
*
|
|
Re-generate depfile parser with re2cc 1.0.1
Brad King
2018-11-19
1
-3/+2
|
/
/
/
*
|
|
Add OSX build on travis (#1502)
Takuto Ikuta
2018-11-17
2
-4/+12
*
|
|
Fit --help output into 80 columns and move verbose up, fix #1500
Jan Niklas Hasse
2018-11-16
1
-3/+3
*
|
|
Merge pull request #1474 from mathstuf/win32-invalid-parameter-help
Jan Niklas Hasse
2018-11-16
4
-4/+13
|
\
\
\
|
*
|
|
subprocess-win32: add hint on ERROR_INVALID_PARAMETER
Ben Boeckel
2018-11-09
1
-0/+4
[prev]
[next]