index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ninja.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove `-w dupbuild` completely, always error on duplicate edges
Jan Niklas Hasse
2023-11-29
1
-16/+2
*
Do not print 'no work to do' with --quiet
Tamino Bauknecht
2023-10-24
1
-1/+3
*
Correct formatting
gerioldman
2023-09-06
1
-4/+8
*
AddTasking RSP syntax to printCompdb functionality
gerioldman
2023-08-27
1
-2/+7
*
Merge pull request #2143 from orgads/flush
Jan Niklas Hasse
2022-12-26
1
-0/+1
|
\
|
*
Flush output after each line
Orgad Shaneh
2022-06-07
1
-0/+1
*
|
Make IsDepsEntryLiveFor static and add const to parameter (#2141)
Igor [hyperxor]
2022-06-20
1
-1/+1
|
/
*
chore: fix build warning
Gregor Jasny
2022-05-17
1
-1/+1
*
Merge pull request #1827 from okhowang/cpu-limit
Jan Niklas Hasse
2022-04-30
1
-1/+20
|
\
|
*
feat: don't detect cpu if -j set
okhowang(王沛文)
2021-11-01
1
-1/+20
*
|
Make the output of `ninja -t inputs` deterministic
David 'Digit' Turner
2022-03-21
1
-6/+45
*
|
Ensure the `msvc` tool is built in all Win32 Ninja binaries.
David 'Digit' Turner
2022-03-11
1
-4/+4
*
|
Don't disable stdout buffering on Windows
Bruce Dawson
2022-02-17
1
-11/+0
*
|
Merge pull request #1730 from naarcini/master
Jan Niklas Hasse
2022-02-02
1
-1/+33
|
\
\
|
*
|
Add 'inputs' tool to print out all inputs for a set of targets
Nicolas Arciniega
2020-02-03
1
-1/+33
*
|
|
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
|
|
|
/
|
|
/
|
*
|
|
Add validation nodes to ninja
Colin Cross
2021-10-12
1
-0/+18
|
/
/
*
|
Disable stdout buffering in real_main
Bruce Dawson
2021-10-01
1
-0/+11
*
|
Merge pull request #1347 from tzik/revdep
Jan Niklas Hasse
2021-08-12
1
-8/+13
|
\
\
|
*
|
Look up header dependencies on the first-output build
tzik
2017-10-25
1
-8/+13
*
|
|
compdb: escape control characters in JSON strings
Li-Yu Yu
2021-07-22
1
-13/+5
*
|
|
util: Remove unnecessary CanonicalizePath error handling
Brad King
2021-06-04
1
-4/+2
*
|
|
Add explicit "empty path" errors before calling CanonicalizePath
Brad King
2021-06-04
1
-0/+8
*
|
|
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
1
-1/+6
*
|
|
Fix misleading usage of return type of Open*Log
Jan Niklas Hasse
2021-04-09
1
-4/+4
*
|
|
Remove `-w dupbuild` from error message and help output
Jan Niklas Hasse
2021-03-20
1
-1/+0
*
|
|
wincodepage: minimize to indicate UTF-8 or not
Brad King
2021-03-01
1
-3/+2
*
|
|
Add tool to print code page information on Windows
Brad King
2021-02-26
1
-0/+17
*
|
|
Merge pull request #1331 from ilor/missingdeps3
Jan Niklas Hasse
2021-02-23
1
-1/+26
|
\
\
\
|
*
|
|
Add a -t missingdeps tool to detect some classes of build flakes
Tomasz Śniatowski
2021-02-22
1
-1/+26
*
|
|
|
Put builder output through status interface
Colin Cross
2021-02-05
1
-9/+9
*
|
|
|
Turn BuildStatus into an interface
Colin Cross
2020-12-18
1
-8/+12
*
|
|
|
Move edge time from Status to Builder
Colin Cross
2020-12-18
1
-3/+8
|
/
/
/
*
|
|
Add unique IDs to edges
Colin Cross
2020-10-30
1
-2/+2
*
|
|
Add 'using namespace std;' to all cc files to prepare for removing it from he...
Michael Jones
2020-09-30
1
-0/+2
*
|
|
Fix typos
Dimitris Apostolou
2020-07-07
1
-2/+2
|
|
/
|
/
|
*
|
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
1
-1/+19
*
|
Merge branch 'master' into clean_dead_outputs
Jan Niklas Hasse
2020-01-04
1
-42/+100
|
\
\
|
*
\
Merge pull request #1534 from mathstuf/remove-depslog-restriction
Jan Niklas Hasse
2020-01-04
1
-15/+3
|
|
\
\
|
|
*
|
depfile_parser: remove restriction on multiple outputs
Ben Boeckel
2019-11-20
1
-15/+3
|
*
|
|
Merge pull request #1685 from jhasse/restat
Jan Niklas Hasse
2020-01-04
1
-8/+60
|
|
\
\
\
|
|
*
|
|
Ignore nonexistent .ninja_log/.ninja_deps for restat and recompact
Jan Niklas Hasse
2019-12-23
1
-10/+24
|
|
*
|
|
Add restat tool which recalculates all mtimes in the build log
Jan Niklas Hasse
2019-12-23
1
-0/+38
|
|
|
/
/
|
*
|
|
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
|
|
/
/
|
*
|
compdb: Dump every rule without any arguments, fix #1377
Jan Niklas Hasse
2019-08-02
1
-16/+28
[next]