index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
browse.py: use html.escape for python3
Michael Hirsch, Ph.D
2020-02-19
1
-2/+5
*
mark this 1.10.0.git
Jan Niklas Hasse
2020-01-27
1
-1/+1
*
restat: No need for loading build.ninja
Jan Niklas Hasse
2020-01-16
1
-1/+1
*
restat: Accept list of outputs to restat (none means all)
Jan Niklas Hasse
2020-01-16
4
-8/+43
*
Merge branch 'master' into clean_dead_outputs
Jan Niklas Hasse
2020-01-04
24
-310/+868
|
\
|
*
Merge pull request #1534 from mathstuf/remove-depslog-restriction
Jan Niklas Hasse
2020-01-04
10
-141/+378
|
|
\
|
|
*
depfile_parser_test: test buggy -MP behavior
Ben Boeckel
2019-11-20
3
-2/+31
|
|
*
depfile_parser: remove restriction on multiple outputs
Ben Boeckel
2019-11-20
10
-138/+344
|
|
*
build: add to deps log for each edge output
Ben Boeckel
2019-11-20
1
-7/+9
|
*
|
Merge pull request #1685 from jhasse/restat
Jan Niklas Hasse
2020-01-04
7
-24/+197
|
|
\
\
|
|
*
|
Ignore nonexistent .ninja_log/.ninja_deps for restat and recompact
Jan Niklas Hasse
2019-12-23
7
-26/+66
|
|
*
|
Add restat tool which recalculates all mtimes in the build log
Jan Niklas Hasse
2019-12-23
4
-0/+133
|
*
|
|
Fix logic-error in IsPathDead, see #1432
Jan Niklas Hasse
2019-12-27
1
-1/+1
|
*
|
|
Fix error handling for getcwd
Andreas Kempf
2019-12-27
1
-2/+4
|
|
/
/
|
*
|
build.cc: constify BuildStatus
Konstantin Kharlamov
2019-11-20
2
-4/+4
|
*
|
build.cc: constify a map in BuildStatus
Konstantin Kharlamov
2019-11-20
1
-1/+1
|
*
|
graph.cc: constify DependencyScan
Konstantin Kharlamov
2019-11-20
2
-3/+3
|
*
|
build.cc: constify a few Plan functions
Konstantin Kharlamov
2019-11-20
2
-13/+13
|
*
|
build.cc: constify a map key in RealCommandRunner
Konstantin Kharlamov
2019-11-20
1
-3/+3
|
|
/
|
*
Merge pull request #1680 from jonesmz/patch-1
Jan Niklas Hasse
2019-11-16
2
-2/+2
|
|
\
|
|
*
Update graph_test.cc
Michael Jones
2019-11-14
1
-1/+1
|
|
*
Fix invalid preprocessor #if
Michael Jones
2019-11-14
1
-1/+1
|
*
|
Fix minor typo of return value
xianglin1006
2019-11-15
1
-2/+2
|
|
/
|
*
Add Bionic tweak for getloadavg
joakim-noah
2019-11-09
1
-1/+1
|
*
Merge pull request #1654 from BourgondAries/master
Jan Niklas Hasse
2019-10-30
2
-0/+10
|
|
\
|
|
*
Ensure substring indexing never goes negative
Kevin Robert Stravers
2019-09-28
2
-0/+10
|
*
|
Revert "1492 add column headers to .ninja_log"
Jan Niklas Hasse
2019-10-28
2
-8/+5
|
|
/
|
*
Fix crash when using MSVC in debug mode
Jan Niklas Hasse
2019-09-21
1
-0/+4
|
*
Small constifications (#1647)
Konstantin Kharlamov
2019-09-19
5
-15/+15
|
*
Enable build on IBM i platform (#1630)
ThePrez
2019-08-09
1
-1/+5
|
*
Merge pull request #1604 from jessemckenna/correct-cpu-count-over-64
Jan Niklas Hasse
2019-08-08
1
-3/+1
|
|
\
|
|
*
Make GetProcessorCount() count processors across all processor groups
Jesse McKenna
2019-07-12
1
-3/+1
|
*
|
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
|
*
|
|
fix building ninja_test on AIX 6.1
ky0ko
2019-08-05
1
-0/+9
|
*
|
|
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 #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
|
|
|
/
|
*
|
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
*
|
|
Adding a way to clean dead build artifacts that have an entry in the build log,
ikifof
2019-05-25
4
-3/+108
|
/
/
*
|
Resurrect the 'rules' tool.
Nicolas Despres
2019-05-09
3
-0/+71
*
|
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
[next]