Changelog for
ninja-1.12.1-1.1.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