| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 6 | -5/+478 |
|\ |
|
| * | 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 a -t missingdeps tool to detect some classes of build flakes | Tomasz Śniatowski | 2021-02-22 | 4 | -1/+474 |
|
|
| * | 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 | 1 | -15/+20 |
|\ \ |
|
| * | | Use UTF-8 on Windows 10 Version 1903, fix #1195 | Jan Niklas Hasse | 2021-02-17 | 1 | -15/+20 |
|
|
* | | | Merge pull request #1899 from colincross/status_for_serialize | Jan Niklas Hasse | 2021-02-22 | 9 | -393/+531 |
|\ \ \
| |/ /
|/| | |
|
| * | | Put builder output through status interface | Colin Cross | 2021-02-05 | 6 | -15/+76 |
|
|
| * | | Turn BuildStatus into an interface | Colin Cross | 2020-12-18 | 7 | -327/+426 |
|
|
| * | | 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 |
|
|
* | | | 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 |
|
|
* | | | disk_interface: Improve wrapping of comment in RemoveFile | Brad King | 2021-02-12 | 1 | -3/+3 |
| |/
|/| |
|
* | | Merge pull request #1892 from jhasse/windows-readonly | Jan Niklas Hasse | 2021-02-10 | 2 | -2/+25 |
|\ \ |
|
| * | | Delete read-only files on Windows, too | Jan Niklas Hasse | 2020-12-07 | 2 | -2/+25 |
| |/ |
|
* | | Add Haiku support. | Augustin Cavalier | 2021-01-28 | 1 | -0/+4 |
|
|
* | | Merge pull request #1674 from cameron314/bugfix/core-count | Jan Niklas Hasse | 2021-01-01 | 1 | -0/+29 |
|\ \
| |/
|/| |
|
| * | Added preprocessor if to clarify processor count workaround code is only need... | Cameron | 2020-12-31 | 1 | -1/+2 |
|
|
| * | Tweaks following code review | Cameron | 2020-06-10 | 1 | -4/+3 |
|
|
| * | Style changes following code review | Cameron Desrochers | 2019-11-20 | 1 | -4/+8 |
|
|
| * | Removed unnecessary #ifdef following code review | Cameron Desrochers | 2019-11-13 | 1 | -2/+1 |
|
|
| * | Use symbolic constant as suggested in code review | Cameron | 2019-11-13 | 1 | -1/+1 |
|
|
| * | Fixed processor count detection on Windows when multiple processor groups (i.... | Cameron Desrochers | 2019-11-12 | 1 | -0/+26 |
|
|
* | | Merge pull request #1791 from neheb/exp | Jan Niklas Hasse | 2020-12-06 | 2 | -5/+4 |
|\ \ |
|
| * | | [clang-tidy] add explicit to single argument constructors | Rosen Penev | 2020-12-06 | 2 | -5/+4 |
|
|
* | | | Merge pull request #1790 from neheb/bool | Jan Niklas Hasse | 2020-12-06 | 1 | -4/+1 |
|\ \ \ |
|
| * | | | [clang-tidy] simplify boolean expression | Rosen Penev | 2020-12-05 | 1 | -4/+1 |
| |/ / |
|
* | | | Merge pull request #1866 from jhasse/unique-edge-ids | Jan Niklas Hasse | 2020-12-03 | 7 | -23/+34 |
|\ \ \ |
|
| * | | | Add unique IDs to edges | Colin Cross | 2020-10-30 | 7 | -23/+34 |
|
|
* | | | | [clang-tidy] fix inconsistent declarations | Rosen Penev | 2020-12-02 | 2 | -7/+7 |
| |/ /
|/| | |
|
* | | | Add FreeBSD support to GetProcessorCount | Mateusz Guzik | 2020-11-30 | 1 | -1/+12 |
|
|
* | | | mark this 1.10.2.git | Jan Niklas Hasse | 2020-11-28 | 1 | -1/+1 |
|
|
* | | | Merge pull request #1879 from kadler/aix-cleanup | Jan Niklas Hasse | 2020-11-14 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | Use internal getopt for IBM i and AIX | Kevin Adler | 2020-11-13 | 1 | -0/+3 |
|
|
* | | | | Fix buffer overread in hash_collision_benchmark.cc | Kevin Adler | 2020-11-13 | 1 | -1/+2 |
|/ / / |
|
* | | | [clang-tidy] remove pointless string init | Rosen Penev | 2020-11-07 | 1 | -2/+2 |
|
|
* | | | Merge pull request #1868 from kadler/fix-aix-signal-checking | Jan Niklas Hasse | 2020-11-02 | 1 | -0/+10 |
|\ \ \ |
|
| * | | | Handle process signalling correctly on AIX | Kevin Adler | 2020-10-31 | 1 | -0/+10 |
| |/ / |
|
* | | | Merge pull request #1834 from jhasse/close-during-generator | Jan Niklas Hasse | 2020-11-02 | 2 | -2/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | Close BuildLog while running generators, fix #1724 | Jan Niklas Hasse | 2020-08-26 | 2 | -2/+5 |
|
|
* | | | Check return value of setvbuf, fix #509 | Jan Niklas Hasse | 2020-10-30 | 2 | -2/+6 |
|
|
* | | | Comply with project formatting rules wrt 80 column lines | Michael Jones | 2020-09-30 | 8 | -13/+19 |
|
|
* | | | Remove 'using namespace std' from header files, properly namespace all std sy... | Michael Jones | 2020-09-30 | 26 | -276/+250 |
|
|
* | | | Add 'using namespace std;' to all cc files to prepare for removing it from he... | Michael Jones | 2020-09-30 | 55 | -1/+109 |
|
|
* | | | Merge pull request #1789 from neheb/if | Jan Niklas Hasse | 2020-09-10 | 1 | -2/+1 |
|\ \ \ |
|
| * | | | [clang-tidy] fix small false positive | Rosen Penev | 2020-06-18 | 1 | -2/+1 |
|
|