38 Commits

Author SHA256 Message Date
f504614cd1 - update to 1.13.2:
* Fix Ninja exit code when interrupted (issue #2681) #2690

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=72
2025-12-28 13:13:18 +00:00
1fabc5551d Accepting request 1306786 from home:mathletic:branches:devel:tools:building
- update to 1.13.1
  * Compatibility with older distros for Linux ARM version
  * Restore "multiple rules generate" error with dyndep
- adapt ninja-disable-maxprocs-test.patch and ninja-re2c-g.patch

OBS-URL: https://build.opensuse.org/request/show/1306786
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=70
2025-10-01 07:47:43 +00:00
4f758f6daf Accepting request 1286782 from home:mathletic:branches:devel:tools:building
- update to 1.13.0
  * Ninja now automatically joins a GNU Make jobserver as a client
    (version 4.4 on non-Windows systems required for "fifo" style)
  * Print exit code of failed subcommands
  * ninja -t compdb accepts a target
  * Support for ANSI (color) escape codes in NINJA_STATUS

OBS-URL: https://build.opensuse.org/request/show/1286782
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=68
2025-06-22 14:10:11 +00:00
472c6bfd90 Accepting request 1176780 from home:mathletic:branches:devel:tools:building
- update to 1.12.1
  * Dry run error if the build directory does not exist
  * New critical path scheduler performance improvements

OBS-URL: https://build.opensuse.org/request/show/1176780
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=66
2024-05-28 08:49:12 +00:00
2ba4609377 Accepting request 1172521 from home:mathletic:branches:devel:tools:building
- Move testing and its dependency google-test into a separate
  package

OBS-URL: https://build.opensuse.org/request/show/1172521
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=63
2024-05-07 20:05:53 +00:00
c71c8f3bee Accepting request 1171926 from home:mathletic:branches:devel:tools:building
- Use build dependency googletest-devel instead of gtest to
  break dependency cycle

OBS-URL: https://build.opensuse.org/request/show/1171926
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=62
2024-05-05 15:58:53 +00:00
05dd410d38 Accepting request 1171045 from home:mathletic:branches:devel:tools:building
- 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

OBS-URL: https://build.opensuse.org/request/show/1171045
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=61
2024-05-01 05:58:38 +00:00
0fe949f8d1 Accepting request 1000369 from home:mathletic:branches:devel:tools:building
- update to 1.11.1:
  * A fix for a potential SIGFPE in the new (Docker-compatible)
    default number of jobs detection.

OBS-URL: https://build.opensuse.org/request/show/1000369
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=59
2022-09-12 08:26:01 +00:00
c19f2f6805 Accepting request 977896 from home:polslinux:branches:devel:tools:building
- 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

OBS-URL: https://build.opensuse.org/request/show/977896
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=57
2022-05-18 09:14:27 +00:00
586618dc79 Accepting request 883105 from home:elvigia:branches:devel:tools:building
- 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.

OBS-URL: https://build.opensuse.org/request/show/883105
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=55
2021-04-06 06:06:27 +00:00
c9b6f61669 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=53
2020-12-29 19:00:14 +00:00
35e9447d1d Accepting request 846041 from home:lnussel:usrmove
- LFS fix for 32bit arch builds (gh#ninja-build/ninja#829)

OBS-URL: https://build.opensuse.org/request/show/846041
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=51
2020-11-04 17:02:12 +00:00
15f43e3d8a - update to 1.10.1:
* https://groups.google.com/g/ninja-build/c/QQM54eAhrjU/m/q5zn_zTlAQAJ

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=49
2020-08-24 20:26:04 +00:00
a184b95c2a Accepting request 769798 from home:mathletic:branches:devel:tools:building
update to version 1.10.0

OBS-URL: https://build.opensuse.org/request/show/769798
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=47
2020-02-04 10:14:02 +00:00
49997bf102 - Run more tests
- Small spec file improvements

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=45
2019-09-11 12:50:06 +00:00
ac3e010532 Accepting request 670217 from home:mathletic:branches:devel:tools:building
Update to version 1.9.0

OBS-URL: https://build.opensuse.org/request/show/670217
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=43
2019-01-31 13:51:25 +00:00
a7b11a7182 Accepting request 665745 from home:etamPL:branches:devel:tools:building
fix bash-completion path

OBS-URL: https://build.opensuse.org/request/show/665745
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=42
2019-01-15 08:26:40 +00:00
Ismail Dönmez
9179c485b8 - Add ninja-64bit-timestamps.patch from upstream to use 64bit
timestamps, fixes bsc#1118619
- Fix bash-completion install path

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=40
2018-12-06 10:00:19 +00:00
7ed19be6fc - 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

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=38
2017-09-12 08:42:01 +00:00
Ismail Dönmez
4712236bb2 - Version update to 1.8.1
* Support more path components
  * Performance improvement in highly parallerized and large build

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=36
2017-09-07 14:47:21 +00:00
Ismail Dönmez
a281b72efc Accepting request 518355 from home:scarabeus_iv:branches:devel:tools:building
Changelog sync for sle

- Add macros.ninja (boo#1014177)
- Backport latest release to SLE12 bsc#1055189 fate#323787

- needed for building current llvm on sle12
  (fate #315643-315645, 319159-319161, 319618)

OBS-URL: https://build.opensuse.org/request/show/518355
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=34
2017-08-23 11:47:04 +00:00
Ismail Dönmez
731c70ae6a Accepting request 444304 from home:badshah400:branches:devel:tools:building
Added macros.ninja as external source and install it to rpmconfigdir. This installs macros for RPM which are then used by meson (since v0.36) [The macros file comes from Fedora, allowing to easy manage x-distro packages]

OBS-URL: https://build.opensuse.org/request/show/444304
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=32
2016-12-06 15:06:14 +00:00
43679d4c01 - 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/package/show/devel:tools:building/ninja?expand=0&rev=30
2016-11-13 11:22:15 +00:00
Ismail Dönmez
fca665c187 - Update to version 1.7.1
* Change default NINJA_STATUS to [%f/%t] github issue #1143

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=28
2016-04-29 17:45:46 +00:00
Ismail Dönmez
2729e4b6dd Accepting request 391883 from home:mathletic:branches:devel:tools:building
update to 1.7.0

OBS-URL: https://build.opensuse.org/request/show/391883
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=26
2016-04-28 07:22:29 +00:00
994564ba7c Accepting request 391702 from home:matz2:branches:devel:tools:building
- Make it build on SLE11 (use python2 there).

(It won't work in the devel:tools:building project because you
broke the libtool<->m4 cycle there, but it will in other projects)

OBS-URL: https://build.opensuse.org/request/show/391702
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=25
2016-04-26 14:34:28 +00:00
83bc5c8625 - Update dependencies
- Use optflags when building
- Make building more verbose

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=23
2016-01-30 21:43:54 +00:00
Ismail Dönmez
312f0ac523 Accepting request 314674 from home:mathletic:branches:devel:tools:building
update to ninja 1.6.0.
Use Python 3 for configuration.

OBS-URL: https://build.opensuse.org/request/show/314674
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=21
2015-07-01 08:59:14 +00:00
Ismail Dönmez
cc855d0a3b - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=19
2014-11-26 08:03:10 +00:00
Ismail Dönmez
cadfcc8519 - Only depend on python-base to trim down BuildRequires
- Do not build the html manual
- Use upstream pristine tarball

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=17
2014-09-11 10:28:19 +00:00
Ismail Dönmez
aa41ee8cc0 - 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/package/show/devel:tools:building/ninja?expand=0&rev=16
2014-06-29 10:30:29 +00:00
Ismail Dönmez
a5b0a172b7 - Update to version 1.4.0
* Bug fixes
- Fix version field. Its 1.x not 3.x

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=14
2013-09-18 08:37:25 +00:00
Ismail Dönmez
5469a2a411 * Version 3.0 now
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=11
2013-06-05 14:41:32 +00:00
Ismail Dönmez
96ad59ef13 - Update to git hash 0f53fd3
* Don't poll pipes using POLLRDHUP
  * Recompact the deps log when it gets too big

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=10
2013-06-05 14:40:07 +00:00
Ismail Dönmez
5bf6cba9f5 - Update to git hash 7bf53c6
* Build ninja itself in deps mode
  * Bugfixes
  * Documentation updates

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=8
2013-04-17 09:22:17 +00:00
Ismail Dönmez
7393d08463 - Update to git hash ecc876e
* Add compdb command to generate compile_commands.json for clang.
  * Add elapsed time (%e) to NINJA_STATUS.
- First release

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=5
2013-03-12 15:55:41 +00:00
Ismail Dönmez
bc7b0c1f00 - Update to git hash b26d217
* Documentation updates
  * Fix wrong usage of std::string::find

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=3
2013-02-22 13:26:28 +00:00
Ismail Dönmez
0ca76de22e Accepting request 147968 from home:namtrac:bugfix
A build system compared to make

OBS-URL: https://build.opensuse.org/request/show/147968
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=1
2013-01-10 19:48:37 +00:00