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
*
Implement type hints in `ninja_syntax.py`
Thaddeus Crews
2024-04-06
1
-21/+53
*
Merge pull request #2390 from jheydebrand/handle-deleted-logs-during-recompact
Jan Niklas Hasse
2024-03-22
2
-2/+25
|
\
|
*
Gracefully handle outdated .ninja_log during '-t recompact'
von Heydebrand Julian
2024-03-21
2
-2/+25
*
|
Merge pull request #2398 from paboldin/pboldin/fixes/meson-lisa-dpdk-build
Jan Niklas Hasse
2024-03-22
2
-1/+5
|
\
\
|
|
/
|
/
|
|
*
CanonicalizePath: fix 'a/b/.._foo' -> 'a' replacement
Pavel Boldin
2024-03-16
2
-1/+5
*
|
Merge pull request #2399 from jhasse/github-actions-ubuntu-update
Jan Niklas Hasse
2024-03-20
2
-4/+4
|
\
\
|
*
|
AppVeyor: Update Ubuntu to 22.04
Jan Niklas Hasse
2024-03-16
1
-3/+3
|
*
|
GitHub Actions: Update Ubuntu versions to 20.04, 22.04 and 24.04
Jan Niklas Hasse
2024-03-16
1
-1/+1
|
/
/
*
|
Merge pull request #2394 from jheydebrand/GetLastErrorString-crash
Jan Niklas Hasse
2024-03-16
1
-0/+7
|
\
\
|
*
|
Fix crash when FormatMessageA sets lpBuffer to nullptr
von Heydebrand Julian
2024-03-14
1
-0/+7
|
|
/
*
|
Merge pull request #2396 from digit-google/remove-Worder-warnings
Jan Niklas Hasse
2024-03-16
1
-36/+24
|
\
\
|
*
|
graph.h: Use default initializers to remove -Worder warnings.
David 'Digit' Turner
2024-03-14
1
-36/+24
|
|
/
*
|
Merge pull request #2395 from digit-google/fix-output_test
Jan Niklas Hasse
2024-03-16
1
-9/+6
|
\
\
|
*
|
Minor fix to output_test.py
David 'Digit' Turner
2024-03-14
1
-9/+6
|
|
/
*
|
Merge pull request #1963 from LebedevRI/reliable-eta
Jan Niklas Hasse
2024-03-16
8
-38/+298
|
\
\
|
*
|
Reliable ETA and progress percentage.
Roman Lebedev
2023-10-10
8
-38/+298
*
|
|
Merge pull request #2391 from digit-google/empty-depfiles
Jan Niklas Hasse
2024-03-16
3
-2/+27
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Support empty depfiles.
David 'Digit' Turner
2024-03-15
3
-2/+27
|
/
/
*
|
Fix comparision error between pointer and NULL
Jan Niklas Hasse
2024-02-29
1
-1/+1
*
|
Merge pull request #1949 from Flowdalic/load-capacity
Jan Niklas Hasse
2024-02-29
3
-17/+51
|
\
\
|
*
|
Consider the remaining load capacity in main loop
Florian Schmaus
2023-11-23
3
-17/+51
*
|
|
Merge pull request #2177 from peterbell10/cpsched-2
Jan Niklas Hasse
2024-02-29
7
-52/+326
|
\
\
\
|
*
|
|
Simplify scheduler to not use build log/execution time
Peter Bell
2022-08-10
5
-235/+51
|
*
|
|
Merge remote-tracking branch 'upstream/master' into cpsched-2
Peter Bell
2022-08-10
22
-176/+783
|
|
\
\
\
|
*
|
|
|
Clarify the purpose of active_edges in back-propagation
Peter Bell
2022-03-08
1
-3/+5
|
*
|
|
|
Rename critical_time to critical_time_ms
Peter Bell
2022-03-08
4
-24/+24
|
*
|
|
|
Pool: sort equally-weighted edges by priority
Peter Bell
2022-03-08
2
-4/+14
|
*
|
|
|
Add test and fix priority bug
Peter Bell
2022-03-08
3
-37/+231
|
*
|
|
|
Add run_time_ms accessors and more comments
Peter Bell
2022-03-08
2
-14/+22
|
*
|
|
|
Improve comments and retrieve edges into ready_queue directly
Peter Bell
2022-03-07
6
-31/+28
|
*
|
|
|
Add simple test for EdgeQueue
Peter Bell
2022-03-07
2
-1/+54
|
*
|
|
|
Remove unnecessary whitespace
Peter Bell
2022-03-07
2
-2/+0
|
*
|
|
|
Merge remote-tracking branch 'upstream/master' into cpsched
Peter Bell
2022-03-07
32
-209/+1011
|
|
\
\
\
\
|
*
|
|
|
|
Address review comments
Peter Bell
2022-03-07
3
-48/+39
|
*
|
|
|
|
Remove redundant include
Peter Bell
2021-10-08
1
-1/+0
|
*
|
|
|
|
Improve heuristic for unknown cost edges
Peter Bell
2021-08-27
2
-38/+77
|
*
|
|
|
|
Address review comments
Peter Bell
2021-08-27
1
-8/+5
|
*
|
|
|
|
Fix total_time computation
Peter Bell
2021-08-27
1
-1/+3
|
*
|
|
|
|
Address review comments
Peter Bell
2021-08-27
3
-29/+25
|
*
|
|
|
|
clang-format diff
Peter Bell
2021-08-25
3
-17/+12
|
*
|
|
|
|
Fix critical time calculation
Peter Bell
2021-08-25
2
-70/+35
|
*
|
|
|
|
Change priority_list_ into a std::priority_queue of ready edges
Peter Bell
2021-08-25
2
-47/+92
|
*
|
|
|
|
Use explicit std:: style and remove debug print statements
Peter Bell
2021-08-25
2
-56/+30
|
*
|
|
|
|
support explicit build order
Nico Weber
2021-08-25
3
-6/+200
*
|
|
|
|
|
Merge pull request #2385 from icebreaker/missing_include_guards
Jan Niklas Hasse
2024-02-21
2
-0/+10
|
\
\
\
\
\
\
|
*
|
|
|
|
|
added missing include guards
Mihail Szabolcs
2024-02-18
2
-0/+10
|
/
/
/
/
/
/
*
|
|
|
|
|
GitHub Actions: Only specify major version for actions/upload-release-asset
Jan Niklas Hasse
2024-02-13
3
-4/+4
*
|
|
|
|
|
GitHub Actions: Don't specify patch version for actions/upload-release-asset
Jan Niklas Hasse
2024-02-13
3
-4/+4
*
|
|
|
|
|
Merge pull request #2373 from digit-google/document-manual-generation
Jan Niklas Hasse
2024-02-13
1
-0/+36
|
\
\
\
\
\
\
|
*
|
|
|
|
|
README.md: document Manual and Doxygen generation
David 'Digit' Turner
2024-02-13
1
-0/+36
[next]