Sign in
chromium
/
external
/
github.com
/
ninja-build
/
ninja
/
HEAD
cc60300
Merge pull request #2705 from elliotgoodrich/reduce-sizeof-edge
by Jan Niklas Hasse
· 3 weeks ago
master
47c0467
Merge pull request #2660 from jyn514/doc
by Jan Niklas Hasse
· 3 weeks ago
ad7ae63
Merge pull request #2711 from jlonnberg/symlink-support-windows
by Jan Niklas Hasse
· 4 weeks ago
714ae4b
Compare vectors in build_test.cc to get better output if sizes don't match
by Jan Niklas Hasse
· 4 weeks ago
83b1512
Merge pull request #2704 from elliotgoodrich/reduce-node-sizeof
by Jan Niklas Hasse
· 4 weeks ago
27e545a
Don't clear err in VirtualFileSystem::Stat because real one also doesn't
by Jan Niklas Hasse
· 4 weeks ago
92b8257
Stat symlinks correctly on windows
by Joakim Lonnberg
· 4 weeks ago
3cd2f23
Merge pull request #2673 from dblsaiko/push-mlnkxqoqmvru
by Jan Niklas Hasse
· 4 weeks ago
2d77de5
Merge pull request #2697 from jerome-pouiller/permission-fix
by Jan Niklas Hasse
· 5 weeks ago
0311d43
Merge pull request #2606 from ildus/newline_insert
by Jan Niklas Hasse
· 5 weeks ago
077c794
Merge pull request #2700 from ninja-build/dependabot/github_actions/actions/upload-artifact-6
by Jan Niklas Hasse
· 5 weeks ago
0a7b5be
Reduce `sizeof(Node)`
by Elliot Goodrich
· 6 weeks ago
e4bff63
Reduce `sizeof(Edge)`
by Elliot Goodrich
· 6 weeks ago
3b944c9
Rename minNewline.. constants to kMinNewline..
by Ildus Kurbangaliev
· 7 weeks ago
85c1564
Revert "Add \r\n on Windows"
by Ildus Kurbangaliev
· 7 weeks ago
c74beb4
GitHub Actions: Update to macos-14
by Jan Niklas Hasse
· 8 weeks ago
6fcd700
Bump actions/upload-artifact from 5 to 6
by dependabot[bot]
· 9 weeks ago
a0e5f79
Make sure to carry the old uid and gid on file replace
by Jérôme Pouiller
· 9 weeks ago
4b72b15
Merge pull request #2684 from moritzx22/testSuiteMemoryLeak
by Jan Niklas Hasse
· 3 months ago
ae3884d
Merge pull request #2692 from thesamesam/fifo-no-validate
by Jan Niklas Hasse
· 3 months ago
1272304
Merge pull request #2693 from ninja-build/dependabot/github_actions/actions/checkout-6
by Jan Niklas Hasse
· 3 months ago
71cb2a4
Permit jobserver on character device in addition to a named pipe
by Sam James
· 3 months ago
8d311b4
Bump actions/checkout from 5 to 6
by dependabot[bot]
· 3 months ago
231db65
Merge pull request #2690 from digit-google/fix-status-code-when-ninja-is-interrupted
by Jan Niklas Hasse
· 3 months ago
cc0b6ff
Fix Ninja exit code when interrupted.
by David 'Digit' Turner
· 3 months ago
931d990
Merge pull request #2687 from ninja-build/dependabot/github_actions/actions/upload-artifact-5
by Jan Niklas Hasse
· 4 months ago
c9de7ce
Fix unit test crash, if test fails
by Moritz
· 4 months ago
8d76cc4
Bump actions/upload-artifact from 4 to 5
by dependabot[bot]
· 4 months ago
3eeda8f
Print an entry in the compilation database for each input file
by Katalin Rebhan
· 4 months ago
68fbe8a
Fix formatting in version.h
by Ildus Kurbangaliev
· 5 months ago
50db8fd
Fix formatting and more precise doc
by Ildus Kurbangaliev
· 5 months ago
da390ef
Improve docs and use pointer in CheckNinjaVersion
by Ildus Kurbangaliev
· 5 months ago
6c6587b
Add ' ' on Windows for '$^'
by Ildus Kurbangaliev
· 5 months ago
43cf6b8
Check for ninja_required_version when $^ escape is used
by Ildus Kurbangaliev
· 5 months ago
d676f9e
Support $^ escape sequence for newlines.
by Ildus
· 5 months ago
47ed2d2
Merge pull request #2661 from ninja-build/dependabot/github_actions/actions/checkout-5
by Jan Niklas Hasse
· 5 months ago
2e71941
Bump actions/checkout from 4 to 5
by dependabot[bot]
· 5 months ago
3844671
Merge pull request #2668 from digit-google/github-macos-build-fix
by Jan Niklas Hasse
· 5 months ago
ef65f36
Fix MacOS github builds.
by David 'Digit' Turner
· 5 months ago
eac306c
Merge pull request #2654 from chwarr/manual-gnu-job-server
by Jan Niklas Hasse
· 6 months ago
9746811
Document some additional `-t` tool flags
by jyn
· 6 months ago
e4dfed9
Correct GNU Make jobserver link
by Christopher Warrington
· 6 months ago
370edd4
Merge pull request #2631 from userdocs/linux.yml-build-with-python-update
by Jan Niklas Hasse
· 6 months ago
50a5fb5
Revert "workflow update - concurrency to cancel outdated runs"
by Jan Niklas Hasse
· 7 months ago
bf84799
Merge pull request #2640 from mathstuf/test-deps-log-big-endian
by Jan Niklas Hasse
· 7 months ago
c992100
Merge pull request #2630 from userdocs/linux.yml-test-update
by Jan Niklas Hasse
· 7 months ago
77c9bd3
Merge pull request #2629 from userdocs/workflow-release-update
by Jan Niklas Hasse
· 7 months ago
9421d5c
deps_log_test: support big endian architectures
by Ben Boeckel
· 7 months ago
02a8d17
Update linux.yml
by userdocs
· 7 months ago
77679f9
requested: remove changes to dnf commands in linux.yml
by userdocs
· 7 months ago
f2baf1f
Merge pull request #2632 from userdocs/workflows-concurrency
by Jan Niklas Hasse
· 7 months ago
ca46e23
Merge pull request #2635 from digit-google/cmake-set-c++14-when-building-ninja
by Jan Niklas Hasse
· 7 months ago
31af250
Merge pull request #2636 from jhasse/rsp-crlf
by Jan Niklas Hasse
· 7 months ago
516a0dd
Add output test for multiple rules + dyndep, fix #2621
by Jan Niklas Hasse
· 7 months ago
04f1d2a
Update CMakeLists.txt to use C++14 too.
by David 'Digit' Turner
· 7 months ago
114fb93
Convert \n to \r\n on Windows in rsp files, fix #2616
by Jan Niklas Hasse
· 8 months ago
d60673d
Merge pull request #2628 from userdocs/workflows-fix-triggers
by Jan Niklas Hasse
· 8 months ago
cd8d029
workflow update - concurrency to cancel outdated runs
by userdocs
· 8 months ago
c1b73ea
linux.yml - build-with-python - add matrix to job
by userdocs
· 8 months ago
d487f0b
linux.yml - test - add matrix to job
by userdocs
· 8 months ago
991f34a
replace archived in 2021 release action for currently maintained one
by userdocs
· 8 months ago
9659311
prevent duplicate runs being triggered when a release tag is published.
by userdocs
· 8 months ago
b783add
Merge pull request #2627 from userdocs/linux.yml-build
by Jan Niklas Hasse
· 8 months ago
70b06c6
add aarch64 matrix to build job using rockylinux 8 container
by userdocs
· 8 months ago
eb4cf5c
Merge pull request #2625 from Felixoid/fix-planer-bug
by Jan Niklas Hasse
· 8 months ago
56b33bb
Fix exit code for unset result.status
by Mikhail f. Shiryaev
· 8 months ago
cbecfaf
Fix tests to reflect the new Builder.Build
by Mikhail f. Shiryaev
· 8 months ago
7226ee1
Merge pull request #2604 from userdocs/master
by Jan Niklas Hasse
· 8 months ago
56bfd79
Merge branch 'ninja-build:master' into master
by Userdocs
· 8 months ago
3890808
Merge pull request #2622 from digit-google/remove-1.13-warnings
by Jan Niklas Hasse
· 8 months ago
5323b91
Add `configure.py --warnings-as-errors` option.
by David 'Digit' Turner
· 8 months ago
deedffe
Remove incorrect c++17 statements.
by David 'Digit' Turner
· 8 months ago
0417582
Update to GTest 1.16, latest version to support C++14
by userdocs
· 8 months ago
6564125
mark this 1.14.0.git
by Jan Niklas Hasse
· 8 months ago
1b52e21
Merge pull request #2590 from Balletie/filenames-with-ampersands-and-quotes-in-depfiles
by Jan Niklas Hasse
· 8 months ago
896f6bf
Remove incorrect paragraph about jobserver on Posix
by Jan Niklas Hasse
· 9 months ago
a5da6f9
Merge pull request #2506 from digit-google/jobserver
by Jan Niklas Hasse
· 9 months ago
04175ab
Merge pull request #2591 from SR4ven/cgroup2
by Jan Niklas Hasse
· 9 months ago
cb85708
Use auto
by Maximilian Lindner
· 9 months ago
d9b1efd
Add std:: namespace, braces and replace insert with emplace
by Maximilian Lindner
· 9 months ago
882f49c
Add support for cgroup2 in CPU quota parsing
by Maximilian Lindner
· 10 months ago
81841b3
Add support for filenames with ampersands/quotes in depfile parser
by Taan Skip
· 10 months ago
d4a4f36
Support jobserver client mode automatically.
by David 'Digit' Turner
· 10 months ago
ae09557
Add Jobserver::Client class
by David 'Digit' Turner
· 10 months ago
e3f1f44
Add Jobserver::Slot and Jobserver::Config classes
by David 'Digit' Turner
· 10 months ago
6adbd5c
Add misc/jobserver_pool.py
by David 'Digit' Turner
· 10 months ago
29db9a7
Merge pull request #2587 from ntrrgc/2025-04-14-iterator
by Jan Niklas Hasse
· 10 months ago
8393f25
Fix iterator bug in ppoll-based Subprocess::DoWork()
by Alicia Boya García
· 10 months ago
11cd8de
Reapply "Replace covert pipe with SIGCHLD handler"
by Alicia Boya García
· 10 months ago
f2aa42a
Revert "Replace covert pipe with SIGCHLD handler"
by Jan Niklas Hasse
· 10 months ago
89af474
Add test for multiple console jobs, see #2586
by Jan Niklas Hasse
· 10 months ago
d9e280d
Merge pull request #2550 from ntrrgc/2025-01-10-sigchld
by Jan Niklas Hasse
· 10 months ago
5912b0d
Replace covert pipe with SIGCHLD handler
by Alicia Boya García
· 10 months ago
09c42d1
Merge pull request #2584 from kenchung285/patch-1
by Jan Niklas Hasse
· 10 months ago
1c54430
use OFF for -DBUILD_TESTING instead
by Cheng-Yeh Chung
· 10 months ago
a5a7218
Merge pull request #2583 from aagor/patch-1
by Jan Niklas Hasse
· 10 months ago
ff834e4
add cmake -DBUILD_TESTING flag description in README.md
by Cheng-Yeh Chung
· 10 months ago
19c0e6a
Remove superfluos character at order-only dependencies
by Alexander Krabler
· 10 months ago
d687df2
Merge pull request #2576 from rhelmot/master
by Jan Niklas Hasse
· 11 months ago
f084791
browse: do not compare str to None during sort
by Audrey Dutcher
· 12 months ago
Next »