| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | Move edge time from Status to Builder | Colin Cross | 2020-12-18 | 4 | -98/+80 |
|
|
* | | | | | | | Merge pull request #1913 from bradking/windows-remove | Jan Niklas Hasse | 2021-02-12 | 1 | -8/+15 |
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
|
| * | | | | | | 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 |
|/ / / / / / |
|
* | | | | | | GitHub Actions: Test both Debug and Release with MSVC | Jan Niklas Hasse | 2021-02-12 | 1 | -2/+7 |
|
|
* | | | | | | 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 |
|
|
* | | | | | | Merge pull request #1905 from korli/haiku | Jan Niklas Hasse | 2021-01-28 | 1 | -0/+4 |
|\ \ \ \ \ \ |
|
| * | | | | | | Add Haiku support. | Augustin Cavalier | 2021-01-28 | 1 | -0/+4 |
|/ / / / / / |
|
* | | | | | | Merge pull request #1904 from remexre/master | Jan Niklas Hasse | 2021-01-13 | 1 | -1/+3 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | Adds dyndep support to ninja_syntax.py. | Nathan Ringo | 2021-01-12 | 1 | -1/+3 |
|/ / / / / |
|
* | | | | | 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 #1893 from AdamKorcz/fuzz1 | Jan Niklas Hasse | 2020-12-11 | 3 | -0/+84 |
|\ \ \ \ \ |
|
| * | | | | | Created oss-fuzz folder and moved build.sh and sample ninja file into it | AdamKorcz | 2020-12-10 | 2 | -0/+0 |
|
|
| * | | | | | Added fuzzer with build script and seed | AdamKorcz | 2020-12-08 | 3 | -0/+84 |
| | |/ / /
| |/| | | |
|
* | | | | | Merge pull request #1894 from gjasny/modern-add-test-signature | Jan Niklas Hasse | 2020-12-11 | 2 | -2/+2 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | cmake: Use modern add_test signature | Gregor Jasny | 2020-12-11 | 2 | -2/+2 |
|/ / / / |
|
* | | | | Ignore new clangd cache directory, too | Jan Niklas Hasse | 2020-12-06 | 1 | -0/+1 |
|
|
* | | | | 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 | 2 | -4/+3 |
|\ \ \ \ \ |
|
| * | | | | | [clang-tidy] simplify boolean expression | Rosen Penev | 2020-12-05 | 2 | -4/+3 |
| |/ / / / |
|
* | | | | | Merge pull request #1873 from jhasse/remove-travis | Jan Niklas Hasse | 2020-12-05 | 2 | -36/+21 |
|\ \ \ \ \ |
|
| * | | | | | Replace Travis CI with GitHub Actions | Jan Niklas Hasse | 2020-11-06 | 2 | -36/+21 |
|
|
* | | | | | | Merge pull request #1876 from orgads/msvc-warnings | Jan Niklas Hasse | 2020-12-05 | 1 | -1/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | Suppress MSVC warnings | Orgad Shaneh | 2020-11-11 | 1 | -1/+3 |
|
|
* | | | | | | | Ignore clangd files | Jan Niklas Hasse | 2020-12-04 | 1 | -0/+4 |
|
|
* | | | | | | | 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 |
|
|
* | | | | | | | | Merge pull request #1792 from neheb/dec | Jan Niklas Hasse | 2020-12-03 | 3 | -7/+9 |
|\ \ \ \ \ \ \ \
| |_|_|_|/ / / /
|/| | | | | | | |
|
| * | | | | | | | [clang-tidy] fix inconsistent declarations | Rosen Penev | 2020-12-02 | 3 | -7/+9 |
|/ / / / / / / |
|
* | | | | | | | Merge pull request #1887 from mjguzik/freebsd_cpuset | Jan Niklas Hasse | 2020-12-01 | 1 | -1/+12 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | 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 |
|
|
* | | | | | | | GitHub Actions: Build Universal Binary for macOS | Jan Niklas Hasse | 2020-11-23 | 1 | -4/+5 |
|
|
* | | | | | | | Merge pull request #1879 from kadler/aix-cleanup | Jan Niklas Hasse | 2020-11-14 | 3 | -4/+25 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Fix test crashes on AIX | Kevin Adler | 2020-11-13 | 2 | -0/+11 |
|
|
| * | | | | | | | Add libperfstat to AIX CMake build | Kevin Adler | 2020-11-13 | 1 | -0/+5 |
|
|
| * | | | | | | | Use internal getopt for IBM i and AIX | Kevin Adler | 2020-11-13 | 2 | -4/+9 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge pull request #1880 from kadler/fix-hash-benchmark | Jan Niklas Hasse | 2020-11-13 | 1 | -1/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Fix buffer overread in hash_collision_benchmark.cc | Kevin Adler | 2020-11-13 | 1 | -1/+2 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #1878 from hdf89shfdfs/multi_generator_bug | Jan Niklas Hasse | 2020-11-13 | 1 | -10/+8 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | Fix mulit-configuration bug. This affected users who use | hdf89shfdfs | 2020-11-13 | 1 | -10/+8 |
|/ / / / / / |
|