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
*
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
|
\
|
*
Add test for status suppression under '--quiet'.
Eli Ribble
2021-05-06
1
-0/+18
|
*
Add jhasse's suggestion to suppress output on '--quiet'.
Eli Ribble
2021-05-06
1
-1/+1
|
*
Update help description for --quiet
Henner Zeller
2021-05-06
1
-1/+1
|
*
Add --quiet option that suppresses status updates.
Henner Zeller
2021-05-06
3
-3/+10
|
/
*
Avoid implicit cast LoadStatus -> bool
Jan Niklas Hasse
2021-04-09
1
-3/+2
*
Fix misleading usage of return type of Open*Log
Jan Niklas Hasse
2021-04-09
1
-4/+4
*
Merge pull request #1944 from EwoutH/patch-1
Jan Niklas Hasse
2021-03-29
1
-1/+0
|
\
|
*
CI: macOS: Unfix Xcode version to use the latest stable one
Ewout ter Hoeven
2021-03-28
1
-1/+0
|
/
*
Merge pull request #1937 from bradking/dyndep-out-depfile-in
Jan Niklas Hasse
2021-03-28
5
-5/+86
|
\
|
*
dyndep: reconcile dyndep-specified outputs with depfile-specified inputs
Brad King
2021-03-24
4
-5/+55
|
*
dyndep: add dedicated test for dyndep-discovered implicit dependencies
Brad King
2021-03-24
1
-0/+31
|
/
*
Merge pull request #1935 from jdrouhard/revert_input_mtime
Jan Niklas Hasse
2021-03-24
6
-223/+257
|
\
|
*
Add some regression tests for additional test cases
John Drouhard
2021-03-24
1
-0/+186
|
*
Revert "Change build log to always log the most recent input mtime"
John Drouhard
2021-03-24
6
-226/+74
|
/
*
Remove `-w dupbuild` from error message and help output
Jan Niklas Hasse
2021-03-20
3
-10/+7
*
Merge pull request #1753 from jdrouhard/log_input_mtime
Jan Niklas Hasse
2021-03-20
6
-74/+226
|
\
|
*
Change build log to always log the most recent input mtime
John Drouhard
2021-03-16
6
-74/+226
|
/
*
Merge pull request #1907 from aDotInTheVoid/patch-1
Jan Niklas Hasse
2021-03-05
1
-2/+3
|
\
|
*
Clarify purpose for implicit dependencies
Nixon Enraght-Moony
2021-01-29
1
-2/+3
*
|
Merge pull request #1921 from bradking/windows-code-page-utf8
Jan Niklas Hasse
2021-03-04
2
-10/+13
|
\
\
|
*
|
wincodepage: minimize to indicate UTF-8 or not
Brad King
2021-03-01
2
-10/+13
|
/
/
*
|
Merge pull request #1918 from bradking/windows-code-page
Jan Niklas Hasse
2021-02-26
2
-2/+31
|
\
\
|
*
|
Add tool to print code page information on Windows
Brad King
2021-02-26
2
-0/+29
|
*
|
doc: fix format of 'missingdeps' documentation
Brad King
2021-02-26
1
-2/+2
|
/
/
*
|
Merge pull request #1916 from scivision/check_msg
Jan Niklas Hasse
2021-02-23
1
-0/+8
|
\
\
|
*
|
cmake: add browse check status
Michael Hirsch
2021-02-23
1
-0/+8
|
/
/
*
|
Merge pull request #1331 from ilor/missingdeps3
Jan Niklas Hasse
2021-02-23
9
-5/+497
|
\
\
|
*
|
missingdeps: use nested maps for edge adjacency cache
Tomasz Śniatowski
2021-02-22
2
-34/+15
|
*
|
missingdeps: add exception for targets that dep on build.ninja
Tomasz Śniatowski
2021-02-22
1
-0/+8
|
*
|
Add manual entry about the missingdeps tool
Tomasz Śniatowski
2021-02-22
1
-0/+15
|
*
|
Add a -t missingdeps tool to detect some classes of build flakes
Tomasz Śniatowski
2021-02-22
6
-1/+478
|
*
|
Refactor depfile loading in preparation for the missingdeps tool
Tomasz Śniatowski
2021-02-22
2
-4/+15
*
|
|
Merge pull request #1915 from jhasse/windows-utf8
Jan Niklas Hasse
2021-02-23
3
-15/+32
|
\
\
\
|
*
|
|
Use UTF-8 on Windows 10 Version 1903, fix #1195
Jan Niklas Hasse
2021-02-17
3
-15/+32
*
|
|
|
Merge pull request #1911 from eszlari/cmake-cleanup
Jan Niklas Hasse
2021-02-22
1
-13/+13
|
\
\
\
\
|
*
|
|
|
cmake: add_compile_options / PROJECT_SOURCE_DIR
Peter Eszlari
2021-02-09
1
-13/+13
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #1899 from colincross/status_for_serialize
Jan Niklas Hasse
2021-02-22
11
-393/+534
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Put builder output through status interface
Colin Cross
2021-02-05
6
-15/+76
|
*
|
|
Turn BuildStatus into an interface
Colin Cross
2020-12-18
9
-327/+429
|
*
|
|
Simplify running edges status
Colin Cross
2020-12-18
3
-25/+21
|
*
|
|
Move edge time from Status to Builder
Colin Cross
2020-12-18
4
-98/+80
*
|
|
|
Merge pull request #1913 from bradking/windows-remove
Jan Niklas Hasse
2021-02-12
1
-8/+15
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
disk_interface: Restore toleration of missing files in RemoveFile on Windows
Brad King
2021-02-12
1
-1/+8
|
*
|
|
disk_interface: Do not query bits of INVALID_FILE_ATTRIBUTES
Brad King
2021-02-12
1
-5/+5
[next]