SHA256
1
0
forked from pool/ninja
Commit Graph

41 Commits

Author SHA256 Message Date
Dominique Leuenberger
5112d21009 Accepting request 655562 from devel:tools:building
- 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/request/show/655562
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ninja?expand=0&rev=20
2018-12-11 14:42:48 +00:00
Ismail Dönmez
b828ca788d - 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
Dominique Leuenberger
8160daa52b Accepting request 523603 from devel:tools:building
- 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/request/show/523603
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ninja?expand=0&rev=19
2017-09-13 19:35:21 +00:00
Martin Pluskal
007a4a15a9 - 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
Dominique Leuenberger
ef94bf983e Accepting request 522023 from devel:tools:building
- Version update to 1.8.1
  * Support more path components
  * Performance improvement in highly parallerized and large build

OBS-URL: https://build.opensuse.org/request/show/522023
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ninja?expand=0&rev=18
2017-09-09 18:24:04 +00:00
Ismail Dönmez
4ff60697b5 - 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
Dominique Leuenberger
d8608f7de8 Accepting request 518373 from devel:tools:building
1

OBS-URL: https://build.opensuse.org/request/show/518373
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ninja?expand=0&rev=17
2017-08-24 16:18:53 +00:00
Ismail Dönmez
bdafee3766 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
Dominique Leuenberger
0817b98f1f Accepting request 444317 from devel:tools:building
1

OBS-URL: https://build.opensuse.org/request/show/444317
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ninja?expand=0&rev=16
2016-12-09 08:34:22 +00:00
Ismail Dönmez
041a072ab1 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
Dominique Leuenberger
719bc87c51 Accepting request 440116 from devel:tools:building
- 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
2016-11-15 16:52:50 +00:00
Martin Pluskal
94dd2c0e8d - 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
Dominique Leuenberger
7eb57e5019 Accepting request 392929 from devel:tools:building
- 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
2016-05-04 06:17:56 +00:00
Ismail Dönmez
f48823c0ce - 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
a1623ab1f7 -
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=27
2016-04-28 07:27:15 +00:00
Ismail Dönmez
8e36f3cfff 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
8d18dccd37 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
Dominique Leuenberger
ef010f9b33 Accepting request 356876 from devel:tools:building
- Update dependencies
- Use optflags when building
- Make building more verbose

OBS-URL: https://build.opensuse.org/request/show/356876
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ninja?expand=0&rev=13
2016-02-16 08:26:38 +00:00
Martin Pluskal
868ae04768 - 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
Stephan Kulow
0d78c1ed83 Accepting request 314680 from devel:tools:building
1

OBS-URL: https://build.opensuse.org/request/show/314680
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ninja?expand=0&rev=12
2015-07-16 15:17:34 +00:00
Ismail Dönmez
b8db698acd 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
Dominique Leuenberger
1d3ce7ae92 Accepting request 263065 from devel:tools:building
- 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/request/show/263065
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ninja?expand=0&rev=11
2014-11-28 07:46:56 +00:00
Ismail Dönmez
1dc93a9376 - 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
Stephan Kulow
99c2fd006c Accepting request 248463 from devel:tools:building
- 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
2014-09-18 05:12:15 +00:00
Ismail Dönmez
0a23cfac13 - 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
167f2312a4 - 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
Stephan Kulow
88a75eea42 Accepting request 199491 from devel:tools:building
- Update to version 1.4.0
  * Bug fixes
- Fix version field. Its 1.x not 3.x

OBS-URL: https://build.opensuse.org/request/show/199491
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ninja?expand=0&rev=8
2013-09-23 08:34:10 +00:00
Ismail Dönmez
42d36741b6 - 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
Stephan Kulow
7bef8bba6d Accepting request 177888 from devel:tools:building
- Update to git hash 0f53fd3
  * Version 3.0 now
  * Don't poll pipes using POLLRDHUP
  * Recompact the deps log when it gets too big

OBS-URL: https://build.opensuse.org/request/show/177888
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ninja?expand=0&rev=6
2013-06-06 13:01:04 +00:00
Ismail Dönmez
0c8c85de91 -
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=12
2013-06-06 10:36:27 +00:00
Ismail Dönmez
7db39c9f58 * 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
d383eab474 - 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
Stephan Kulow
6320dd3a27 Accepting request 171255 from devel:tools:building
- Update to git hash 7bf53c6
  * Build ninja itself in deps mode
  * Bugfixes
  * Documentation updates

OBS-URL: https://build.opensuse.org/request/show/171255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ninja?expand=0&rev=5
2013-04-17 21:12:07 +00:00
Ismail Dönmez
2de9a9cd4c - 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
Stephan Kulow
6777314bfc Accepting request 158705 from devel:tools:building
- Update to git hash ecc876e
  * Add compdb command to generate compile_commands.json for clang.
  * Add elapsed time (%e) to NINJA_STATUS.

OBS-URL: https://build.opensuse.org/request/show/158705
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ninja?expand=0&rev=4
2013-03-12 21:37:48 +00:00
Ismail Dönmez
04e50516e3 Forgot the file
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ninja?expand=0&rev=6
2013-03-12 15:55:54 +00:00
Ismail Dönmez
08f6a9e71a - 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
Stephan Kulow
8c28ae1d02 Accepting request 156102 from devel:tools:building
- Update to git hash b26d217
  * Documentation updates
  * Fix wrong usage of std::string::find

OBS-URL: https://build.opensuse.org/request/show/156102
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ninja?expand=0&rev=3
2013-02-22 15:55:45 +00:00
Ismail Dönmez
ddb87260e8 - 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
Stephan Kulow
79a3157c70 Accepting request 147969 from devel:tools:building
A fast make replacement.

OBS-URL: https://build.opensuse.org/request/show/147969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ninja?expand=0&rev=1
2013-01-11 08:37:24 +00:00
Ismail Dönmez
722e35d16a 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