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 #2074 from gunechristensen/master
Jan Niklas Hasse
2022-02-02
1
-1/+2
|
\
|
*
Filter lines ending with ".c++" in clparser
DESKTOP-8CNEPM9\sune
2022-01-26
1
-1/+2
*
|
Merge pull request #2055 from swills/still-dirty-time
Jan Niklas Hasse
2022-01-28
1
-1/+1
|
\
\
|
|
/
|
/
|
|
*
Suggest possible cause for hitting cycle limit
Steve Wills
2021-11-23
1
-1/+1
*
|
Merge pull request #1901 from MartinBP/windows_case_sensitive_folders
Jan Niklas Hasse
2022-01-20
1
-3/+4
|
\
\
|
*
|
disk_interface: Improve the stat cache handling for case sensitive folders on...
Martin Boye Petersen
2021-01-02
1
-3/+4
*
|
|
Merge pull request #2065 from maruel/re2c_no_version
Jan Niklas Hasse
2022-01-01
4
-4/+4
|
\
\
\
|
*
|
|
Disable re2c from embedding the version number in the source file
Marc-Antoine Ruel
2021-12-31
4
-4/+4
|
/
/
/
*
|
|
Merge pull request #2062 from maruel/typos
Jan Niklas Hasse
2021-12-29
2
-2/+2
|
\
\
\
|
*
|
|
Fix two typos
Marc-Antoine Ruel
2021-12-28
2
-2/+2
|
/
/
/
*
|
|
Merge pull request #1800 from colincross/validations
Jan Niklas Hasse
2021-12-21
16
-165/+676
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add validation nodes to ninja
Colin Cross
2021-10-12
16
-160/+663
|
*
|
Remove early return from Builder::AddTarget
Colin Cross
2021-10-12
2
-5/+13
*
|
|
Fix crash when FakeCommandRunner is deleted twice
Jan Niklas Hasse
2021-11-16
1
-0/+1
*
|
|
Merge pull request #2040 from scivision/gnu-win32-clang
Jan Niklas Hasse
2021-11-15
1
-3/+1
|
\
\
\
|
*
|
|
minidump-win32 is needed by native GNU-like Clang on Windows
Michael Hirsch
2021-11-03
1
-3/+1
|
|
/
/
*
|
|
Fix typos discovered by codespell (#2047)
Christian Clauss
2021-11-12
6
-5/+8
*
|
|
xrange() was removed in Python 3 in favor of range() (#2036)
Christian Clauss
2021-11-11
1
-4/+4
*
|
|
Merge pull request #2045 from Arthur-Milchior/rules_documentation
Jan Niklas Hasse
2021-11-11
1
-3/+3
|
\
\
\
|
*
|
|
NF: clarify documentation's part about rules description
Arthur Milchior
2021-11-07
1
-3/+3
|
|
/
/
*
|
|
Fix typo
Dimitris Apostolou
2021-11-08
1
-1/+1
|
/
/
*
|
Merge pull request #2031 from randomascii/buffering2
Jan Niklas Hasse
2021-10-04
2
-5/+11
|
\
\
|
*
|
Disable stdout buffering in real_main
Bruce Dawson
2021-10-01
2
-5/+11
|
/
/
*
|
Merge pull request #1964 from rascani/fix-phony-edges
Nico Weber
2021-10-01
5
-6/+232
|
\
\
|
*
|
Set output mtime of phony edges to the latest inputs
Richard Geary
2021-08-02
5
-6/+232
*
|
|
Remove -H CMake flag from README.md (#2023)
Ronald
2021-09-20
1
-1/+1
*
|
|
Merge pull request #2025 from mischajonker/mjonker_828
Jan Niklas Hasse
2021-09-16
2
-7/+32
|
\
\
\
|
*
|
|
Fix ninja -t clean for directories on Windows
Mischa Jonker
2021-09-13
2
-7/+32
|
/
/
/
*
|
|
Merge pull request #1983 from sgraham/master
Jan Niklas Hasse
2021-08-25
1
-1/+1
|
\
\
\
|
*
|
|
win: Use cl /help to test for /FS requirement
Scott Graham
2021-06-13
1
-1/+1
*
|
|
|
Merge pull request #2002 from randomascii/stats_optimize
Jan Niklas Hasse
2021-08-25
2
-5/+0
|
\
\
\
\
|
*
|
|
|
Optimize ninja -d stats
Bruce Dawson
2021-07-26
2
-5/+0
*
|
|
|
|
Merge pull request #1347 from tzik/revdep
Jan Niklas Hasse
2021-08-12
4
-8/+54
|
\
\
\
\
\
|
*
|
|
|
|
Look up header dependencies on the first-output build
tzik
2017-10-25
4
-8/+54
*
|
|
|
|
|
Merge pull request #1996 from digit-google/cleandead-preserves-inputs
Jan Niklas Hasse
2021-07-29
2
-1/+71
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
cleandead: Fix the logic to preserve inputs.
David 'Digit' Turner
2021-07-21
2
-1/+71
*
|
|
|
|
|
Merge pull request #1994 from afq984/1e408562-f801-4644-b703-46cd9c672400
Jan Niklas Hasse
2021-07-25
6
-13/+128
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
compdb: escape control characters in JSON strings
Li-Yu Yu
2021-07-22
6
-13/+128
|
/
/
/
/
/
*
|
|
|
|
Merge pull request #1991 from zmodem/filter_filenames_less
Nico Weber
2021-06-28
2
-1/+14
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
CLParser: Don't filter filename lines after seeing /showIncludes
Hans Wennborg
2021-06-25
2
-1/+14
|
/
/
/
/
*
|
|
|
Merge pull request #1979 from bradking/simplify-CanonicalizePath
Jan Niklas Hasse
2021-06-10
13
-151/+128
|
\
\
\
\
|
*
|
|
|
util: Remove unnecessary CanonicalizePath error handling
Brad King
2021-06-04
13
-151/+103
|
*
|
|
|
Add explicit "empty path" errors before calling CanonicalizePath
Brad King
2021-06-04
4
-0/+25
*
|
|
|
|
Make output_test.py executable again (mistake thanks to WSL)
Jan Niklas Hasse
2021-06-10
1
-0/+0
*
|
|
|
|
Put Info output back on stdout instead of stderr
Jan Niklas Hasse
2021-06-10
2
-3/+8
|
|
_
|
/
/
|
/
|
|
|
*
|
|
|
Merge pull request #1977 from mathstuf/cross-compilation-browse
Jan Niklas Hasse
2021-06-04
1
-5/+10
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
cmake: use `check_symbol_exists` for browse support
Ben Boeckel
2021-06-02
1
-5/+10
|
/
/
/
*
|
|
Merge pull request #1970 from lurch/patch-2
Jan Niklas Hasse
2021-05-18
1
-4/+4
|
\
\
\
|
*
|
|
Attempt to fix Linux CI build
Andrew Scheller
2021-05-16
1
-4/+4
|
/
/
/
*
|
|
Merge pull request #1968 from EliRibble/pull-1818
Jan Niklas Hasse
2021-05-08
4
-4/+29
|
\
\
\
[next]