Changelog for
ninja-1.12.1-lp155.73.2.x86_64.rpm :
* Fri May 24 2024 Christoph G
- update to 1.12.1
* Dry run error if the build directory does not exist
* New critical path scheduler performance improvements
* Tue May 07 2024 Christoph G - Move testing and its dependency google-test into a separate package
* Sat May 04 2024 Christoph G - Use build dependency googletest-devel instead of gtest to break dependency cycle
* Tue Apr 30 2024 Christoph G - update to 1.12.0
* Critical path scheduler which orders the jobs by their runtime history. This may break your build if you haven\'t specified your dependencies correctly.
* Resiliency against inputs changing during the build
* Reliable ETA and progress percentage in status #1963- Use CMake as build system
* Wed Aug 31 2022 Christoph G - update to 1.11.1:
* A fix for a potential SIGFPE in the new (Docker-compatible) default number of jobs detection.
* Wed May 18 2022 Paolo Stivanin - update to 1.11.0:
* this release adds Validation Nodes which are a new way to add jobs like linters or static analyzers to the build graph
* support cpu limit on docker
* fixes to disk_interface
* fixes to ninja -t parameter
* optimize ninja -d stats
* add -q (quiet) option- rebase ninja-disable-maxprocs-test.patch- rebase ninja-re2c-g.patch
* Mon Apr 05 2021 Cristian Rodríguez - ninja-re2c-g.patch tell re2c to generate gcc specific code using the -g flag, this usually results in lexers that are 20-25% faster.
* Tue Dec 29 2020 Dirk Müller - update to 1.10.2:
* The browse tool is now enabled when building with CMake (so it\'s part of the official binaries again)
* it should now work in all circumstances to run the restat tool by the generator on Windows
* Wed Nov 04 2020 Ludwig Nussel - LFS fix for 32bit arch builds (gh#ninja-build/ninja#829)
* Mon Aug 24 2020 Dirk Mueller - update to 1.10.1:
* https://groups.google.com/g/ninja-build/c/QQM54eAhrjU/m/q5zn_zTlAQAJ
* Mon Feb 03 2020 Christoph G - update to version 1.10.0:
* New dyndep binding to support Fortran and C++20 modules
* Also there are three new tools: cleandead, restat, rules
* Wed Sep 11 2019 Martin Pluskal - Run more tests- Small spec file improvements
* Wed Jan 30 2019 Christoph G - Update to version 1.9.0:
* High-resolution timestamps- Update ninja-disable-maxprocs-test.patch to include upstream changes- Drop ninja-64bit-timestamps.patch as it is part of 1.9.0
* Mon Jan 14 2019 Adam Mizerski - fix bash-completion path
* Thu Dec 06 2018 Ismail Dönmez - Add ninja-64bit-timestamps.patch from upstream to use 64bit timestamps, fixes bsc#1118619- Fix bash-completion install path
* Tue Sep 12 2017 mpluskalAATTsuse.com- Update to version 1.8.2:
* Restore tolerance of self-referencing phony build statements
* Factor ManifestParser options into a structure- Drop support for building on old distributions
* Thu Sep 07 2017 idonmezAATTsuse.com- Version update to 1.8.1
* Support more path components
* Performance improvement in highly parallerized and large build
* Wed Dec 07 2016 mpluskalAATTsuse.com- Add macros.ninja (boo#1014177)- Backport latest release to SLE12 bsc#1055189 fate#323787
* Tue Dec 06 2016 badshah400AATTgmail.com- Add macros.ninja as an external source file and install it to the %{_rpmconfigdir}/macros.d/; this installs macros for RPM that are in turn used by the RPM macros for meson.
* Sun Nov 13 2016 mpluskalAATTsuse.com- 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
* Fri Apr 29 2016 idonmezAATTsuse.com- Update to version 1.7.1
* Change default NINJA_STATUS to [%f/%t] github issue #1143
* Thu Apr 28 2016 fossAATTgrueninger.de- 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
* Tue Apr 26 2016 matzAATTsuse.de- Make it build on SLE11 (use python2 there).
* Tue Feb 23 2016 sndirschAATTsuse.com- needed for building current llvm on sle12 (fate #315643-315645, 319159-319161, 319618)
* Sat Jan 30 2016 mpluskalAATTsuse.com- Update dependencies- Use optflags when building- Make building more verbose
* Wed Jul 01 2015 fossAATTgrueninger.de- Update to version 1.6.0
* rules are now scoped to the subninja they\'re in.
* dupe edges with multiple outputs now uses first edge instead of last (#867)
* pools actually work now
* generators can now run more often than twice if needed
* unexpected output names now cause a rebuild instead of a hard error
* POSIX-specific changes + child processes get detached from terminal + check for SIGINT after ppoll/pselect -> faster Ctrl-C + add an explicit SIGTERM signal handler
* Ran ninja under afl-fuzz and fixed all crashes and bugs it found + fix crashes on cyclic graphs with multiple outputs + failing stat() now aborts build + cyclic rule bindings no longer crash + dependency cycles with multiple outputs no longer get ninja into a stuck state- Update ninja-disable-maxprocs-test.patch to match upstream changes- use Python 3 for configure
* Wed Nov 26 2014 idonmezAATTsuse.com- Update to version 1.5.3
* 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.