summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix comparision error between pointer and NULLJan Niklas Hasse2024-02-291-1/+1
* Merge pull request #1949 from Flowdalic/load-capacityJan Niklas Hasse2024-02-293-17/+51
|\
| * Consider the remaining load capacity in main loopFlorian Schmaus2023-11-233-17/+51
* | Merge pull request #2177 from peterbell10/cpsched-2Jan Niklas Hasse2024-02-297-52/+326
|\ \
| * | Simplify scheduler to not use build log/execution timePeter Bell2022-08-105-235/+51
| * | Merge remote-tracking branch 'upstream/master' into cpsched-2Peter Bell2022-08-1022-176/+783
| |\ \
| * | | Clarify the purpose of active_edges in back-propagationPeter Bell2022-03-081-3/+5
| * | | Rename critical_time to critical_time_msPeter Bell2022-03-084-24/+24
| * | | Pool: sort equally-weighted edges by priorityPeter Bell2022-03-082-4/+14
| * | | Add test and fix priority bugPeter Bell2022-03-083-37/+231
| * | | Add run_time_ms accessors and more commentsPeter Bell2022-03-082-14/+22
| * | | Improve comments and retrieve edges into ready_queue directlyPeter Bell2022-03-076-31/+28
| * | | Add simple test for EdgeQueuePeter Bell2022-03-072-1/+54
| * | | Remove unnecessary whitespacePeter Bell2022-03-072-2/+0
| * | | Merge remote-tracking branch 'upstream/master' into cpschedPeter Bell2022-03-0732-209/+1011
| |\ \ \
| * | | | Address review commentsPeter Bell2022-03-073-48/+39
| * | | | Remove redundant includePeter Bell2021-10-081-1/+0
| * | | | Improve heuristic for unknown cost edgesPeter Bell2021-08-272-38/+77
| * | | | Address review commentsPeter Bell2021-08-271-8/+5
| * | | | Fix total_time computationPeter Bell2021-08-271-1/+3
| * | | | Address review commentsPeter Bell2021-08-273-29/+25
| * | | | clang-format diffPeter Bell2021-08-253-17/+12
| * | | | Fix critical time calculationPeter Bell2021-08-252-70/+35
| * | | | Change priority_list_ into a std::priority_queue of ready edgesPeter Bell2021-08-252-47/+92
| * | | | Use explicit std:: style and remove debug print statementsPeter Bell2021-08-252-56/+30
| * | | | support explicit build orderNico Weber2021-08-253-6/+200
* | | | | Merge pull request #2385 from icebreaker/missing_include_guardsJan Niklas Hasse2024-02-212-0/+10
|\ \ \ \ \
| * | | | | added missing include guardsMihail Szabolcs2024-02-182-0/+10
|/ / / / /
* | | | | GitHub Actions: Only specify major version for actions/upload-release-assetJan Niklas Hasse2024-02-133-4/+4
* | | | | GitHub Actions: Don't specify patch version for actions/upload-release-assetJan Niklas Hasse2024-02-133-4/+4
* | | | | Merge pull request #2373 from digit-google/document-manual-generationJan Niklas Hasse2024-02-131-0/+36
|\ \ \ \ \
| * | | | | README.md: document Manual and Doxygen generationDavid 'Digit' Turner2024-02-131-0/+36
* | | | | | Merge pull request #2369 from Colecf/dark_modeJan Niklas Hasse2024-02-131-0/+26
|\ \ \ \ \ \
| * | | | | | Add a dark mode to the docsCole Faust2023-12-311-0/+26
* | | | | | | Merge pull request #2375 from scivision/correct-flagJan Niklas Hasse2024-02-131-3/+3
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | correction to #2360scivision2024-01-161-3/+3
|/ / / / / /
* | | | | | Merge pull request #2360 from Simonhancrew/masterJan Niklas Hasse2024-01-021-0/+10
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | [FIX] compile: gcc version > 11.3, treat -Wmaybe-uninitialized as erroryourfather2023-12-301-0/+10
* | | | | | Merge pull request #2358 from digit-google/fix-canonicalize-path2Jan Niklas Hasse2023-12-282-42/+208
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | CanonicalizePath: Remove kMaxComponents limitDavid 'Digit' Turner2023-12-072-42/+208
* | | | | | Merge pull request #2356 from jhasse/remove-w-dupbuildJan Niklas Hasse2023-12-078-87/+36
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Improve misleading error message when an output is defined multiple timesJan Niklas Hasse2023-12-066-11/+18
| * | | | | Remove `-w dupbuild` completely, always error on duplicate edgesJan Niklas Hasse2023-11-294-79/+21
| | |_|_|/ | |/| | |
* | | | | Merge pull request #2302 from Snektron/timer-to-micros-chronoJan Niklas Hasse2023-11-291-2/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | metrics: use chrono to convert ticks to microsRobin Voetter2023-06-151-2/+7
* | | | | Merge pull request #2292 from digit-google/fix-stats-reportJan Niklas Hasse2023-11-223-2/+11
|\ \ \ \ \
| * | | | | Don't double-count the 'node stat' metric.David 'Digit' Turner2023-09-251-1/+0
| * | | | | Fix .ninja parse time reported by `-d stats`.David 'Digit' Turner2023-09-252-1/+11
* | | | | | Merge pull request #2219 from Siogian/masterJan Niklas Hasse2023-11-221-1/+1
|\ \ \ \ \ \
| * | | | | | fix garbled error message, like Chinese in Windowsxiaojian.liang2022-12-041-1/+1