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
*
Comply with project formatting rules wrt 80 column lines
Michael Jones
2020-09-30
8
-13/+19
*
Remove 'using namespace std' from header files, properly namespace all std sy...
Michael Jones
2020-09-30
26
-276/+250
*
Add 'using namespace std;' to all cc files to prepare for removing it from he...
Michael Jones
2020-09-30
55
-1/+109
*
Merge pull request #1789 from neheb/if
Jan Niklas Hasse
2020-09-10
1
-2/+1
|
\
|
*
[clang-tidy] fix small false positive
Rosen Penev
2020-06-18
1
-2/+1
*
|
Merge pull request #1786 from neheb/memb
Jan Niklas Hasse
2020-09-10
2
-8/+3
|
\
\
|
*
|
[clang-tidy] remove redundant member init
Rosen Penev
2020-06-18
2
-8/+3
|
|
/
*
|
Improve error handling in inline.sh
Alastair Harrison
2020-08-28
1
-3/+10
*
|
Mark this 1.10.1.git
Jan Niklas Hasse
2020-08-18
1
-1/+1
*
|
Merge pull request #1780 from jhasse/delay-open
Jan Niklas Hasse
2020-08-03
4
-47/+89
|
\
\
|
*
|
Delay actually opening log files until the first write, fix #1724
Jan Niklas Hasse
2020-05-23
4
-47/+89
*
|
|
Fix typos
Dimitris Apostolou
2020-07-07
2
-3/+3
*
|
|
Merge pull request #1804 from ninja-build/nico-patch-2
Nico Weber
2020-06-21
1
-1/+6
|
\
\
\
|
*
|
|
Include sys/select.h in subprocess-posix.cc
Nico Weber
2020-06-21
1
-1/+6
|
|
|
/
|
|
/
|
*
|
|
Include unistd.h in disk_interface.cc
Nico Weber
2020-06-21
1
-0/+2
|
/
/
*
|
[clang-tidy] check empty instead of size (#1784)
Rosen Penev
2020-06-04
4
-4/+4
*
|
[clang-tidy] remove pointless c_str() (#1785)
Rosen Penev
2020-06-04
1
-1/+1
*
|
bugfix: Process escaped colon in GCC depfiles. (#1774)
zero9178
2020-05-20
3
-24/+121
|
/
*
MinGW now has _mktemp_s, use overload with size parameter
Jan Niklas Hasse
2020-05-18
1
-11/+2
*
Null terminate the out2 string passed as filter2 to log.Restat
yydevelop
2020-04-15
1
-1/+1
*
Merge pull request #1637 from beevik/windows-create-process-fix
Jan Niklas Hasse
2020-03-26
1
-5/+13
|
\
|
*
Improve error messages when ninja commands fail on Windows.
Brett Vickers
2019-08-28
1
-5/+13
*
|
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
[next]