Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up
Kitware branch of ninja for staging features not yet integrated upstream
bradking
Pending upstream integration of the features added by this branch, extend the version number of Ninja to indicate that it has the 'dyndep' feature so that tools can detect availability. Also extend the version number to report the 'jobserver' feature.
Latest commit
5b44bc8
Apr 13, 2018
Permalink
Type | Name | Latest commit message | Commit time |
---|---|---|---|
Failed to load latest commit information. | |||
![]() |
doc |
|
|
![]() |
misc |
|
|
![]() |
src |
|
|
![]() |
.clang-format |
|
|
![]() |
.gitignore |
|
|
![]() |
.travis.yml |
|
|
![]() |
COPYING |
|
|
![]() |
HACKING.md |
|
|
![]() |
README |
|
|
![]() |
RELEASING |
|
|
![]() |
appveyor.yml |
|
|
![]() |
bootstrap.py |
|
|
![]() |
configure.py |
|
README
Kitware maintains this branch of Ninja in order to provide features that have not yet been integrated upstream: * Dynamic dependency discovery needed for Fortran builds * make-style jobserver support This branch may be *rebased* without notice for maintenance on top of the upstream 'master' branch. It will be removed once upstream has integrated the features. Parts of this branch are under upstream consideration: * https://github.com/ninja-build/ninja/pull/1140 * https://github.com/ninja-build/ninja/pull/1521 As each PR is accepted additional parts of this branch will be submitted incrementally. Binaries built from versions of this branch are available here: * https://github.com/Kitware/ninja/releases ----------------------------------------------------------------------------- Ninja is a small build system with a focus on speed. https://ninja-build.org/ See the manual -- https://ninja-build.org/manual.html or doc/manual.asciidoc included in the distribution -- for background and more details. Binaries for Linux, Mac, and Windows are available at https://github.com/ninja-build/ninja/releases Run './ninja -h' for Ninja help. To build your own binary, on many platforms it should be sufficient to just run `./configure.py --bootstrap`; for more details see HACKING.md. (Also read that before making changes to Ninja, as it has advice.) Installation is not necessary because the only required file is the resulting ninja binary. However, to enable features like Bash completion and Emacs and Vim editing modes, some files in misc/ must be copied to appropriate locations. If you're interested in making changes to Ninja, read HACKING.md first.