- Update to version 1.7.2:
* %e and %r work again in dumb terminals (#1146, #1148)
* `-t browse` now HTML-escapes rule names (#1157)
* an edge may now have 0 explicit outputs if it has implicit
outputs (#1159)
* make misc/measure.py python 3-compatible
* misc/write_fake_manifest.py now optionally writes source files,
use it to quickly produce large, buildable projects for testing
(#1109, #1198)
* on newer FreeBSDs, use ppoll()
- Refresh ninja-disable-maxprocs-test.patch
OBS-URL: https://build.opensuse.org/request/show/440116
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ninja?expand=0&rev=15
* %e and %r work again in dumb terminals (#1146, #1148)
* `-t browse` now HTML-escapes rule names (#1157)
* an edge may now have 0 explicit outputs if it has implicit
outputs (#1159)
* make misc/measure.py python 3-compatible
* misc/write_fake_manifest.py now optionally writes source files,
use it to quickly produce large, buildable projects for testing
(#1109, #1198)
* on newer FreeBSDs, use ppoll()
- Refresh ninja-disable-maxprocs-test.patch
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=30
- Update to version 1.7.1
* Change default NINJA_STATUS to [%f/%t] github issue #1143
- update to version 1.7.0
* ninja now supports implicit outputs.
* Ninja's output has slightly changed, to make it easier to
automated tools to look at ninja's output.
* Ninja now explicitly handles SIGHUP and cleans up after itself.
* Ninja now uses posix_spawn instead of fork/exec to launch
subprocesses (on POSIX).
- adjust links to new wesite
- Make it build on SLE11 (use python2 there).
OBS-URL: https://build.opensuse.org/request/show/392929
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ninja?expand=0&rev=14
* Reaping finished subprocesses now has precedence over
starting new jobs
* ninja no longer depends on googletest
- Install bash/zsh completion
- Install vim syntax file
- Implement %check
- Add ninja-disable-maxprocs-test.patch to disable max procs test,
it needs a ulimit raise.
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=19
- Only depend on python-base to trim down BuildRequires
- Do not build the html manual
- Use upstream pristine tarball
- Update to version 1.5.1
* Recompacting removes more entries from the build and deps logs.
* Add a manifest parsing perftest and generator that generates
random build manifests.
* $in, $out are escaped more robustly.
* `depfile=$out.d` now works if $out gets escaped.
* ninja doesn't error out when it tries to create a directory and
the directory already exists.
* Ninja now accepts both / and \ on windows when making directories.
* \r\n line endings are now accepted in depfiles.
* depfile file names can now contain '{' and '}'.
* -t compdb no longer crashes on edges with emtpy inputs.
* 'keeprsp' is now included in the spelling suggestestions for -d
* Many improvements to ninja-mode.el.
* ninja_syntax.py is now faster.
* bash completion and zsh completion provides completions more often.
* ninja.vim now highlights $$ correctly.
OBS-URL: https://build.opensuse.org/request/show/248463
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ninja?expand=0&rev=10
* Recompacting removes more entries from the build and deps logs.
* Add a manifest parsing perftest and generator that generates
random build manifests.
* $in, $out are escaped more robustly.
* `depfile=$out.d` now works if $out gets escaped.
* ninja doesn't error out when it tries to create a directory and
the directory already exists.
* Ninja now accepts both / and \ on windows when making directories.
* \r\n line endings are now accepted in depfiles.
* depfile file names can now contain '{' and '}'.
* -t compdb no longer crashes on edges with emtpy inputs.
* 'keeprsp' is now included in the spelling suggestestions for -d
* Many improvements to ninja-mode.el.
* ninja_syntax.py is now faster.
* bash completion and zsh completion provides completions more often.
* ninja.vim now highlights $$ correctly.
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=16