Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | | | | | Merge pull request #2369 from Colecf/dark_mode | Jan Niklas Hasse | 2024-02-13 | 1 | -0/+26 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add a dark mode to the docs | Cole Faust | 2023-12-31 | 1 | -0/+26 |
* | | | | | | | Merge pull request #2375 from scivision/correct-flag | Jan Niklas Hasse | 2024-02-13 | 1 | -3/+3 |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | correction to #2360 | scivision | 2024-01-16 | 1 | -3/+3 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #2360 from Simonhancrew/master | Jan Niklas Hasse | 2024-01-02 | 1 | -0/+10 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | [FIX] compile: gcc version > 11.3, treat -Wmaybe-uninitialized as error | yourfather | 2023-12-30 | 1 | -0/+10 |
* | | | | | | Merge pull request #2358 from digit-google/fix-canonicalize-path2 | Jan Niklas Hasse | 2023-12-28 | 2 | -42/+208 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | CanonicalizePath: Remove kMaxComponents limit | David 'Digit' Turner | 2023-12-07 | 2 | -42/+208 |
* | | | | | | Merge pull request #2356 from jhasse/remove-w-dupbuild | Jan Niklas Hasse | 2023-12-07 | 8 | -87/+36 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Improve misleading error message when an output is defined multiple times | Jan Niklas Hasse | 2023-12-06 | 6 | -11/+18 |
| * | | | | | Remove `-w dupbuild` completely, always error on duplicate edges | Jan Niklas Hasse | 2023-11-29 | 4 | -79/+21 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #2302 from Snektron/timer-to-micros-chrono | Jan Niklas Hasse | 2023-11-29 | 1 | -2/+7 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | metrics: use chrono to convert ticks to micros | Robin Voetter | 2023-06-15 | 1 | -2/+7 |
* | | | | | Merge pull request #2292 from digit-google/fix-stats-report | Jan Niklas Hasse | 2023-11-22 | 3 | -2/+11 |
|\ \ \ \ \ | |||||
| * | | | | | Don't double-count the 'node stat' metric. | David 'Digit' Turner | 2023-09-25 | 1 | -1/+0 |
| * | | | | | Fix .ninja parse time reported by `-d stats`. | David 'Digit' Turner | 2023-09-25 | 2 | -1/+11 |
* | | | | | | Merge pull request #2219 from Siogian/master | Jan Niklas Hasse | 2023-11-22 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | fix garbled error message, like Chinese in Windows | xiaojian.liang | 2022-12-04 | 1 | -1/+1 |