forked from pool/ninja
f48823c0ce
* 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
139 lines
4.9 KiB
Plaintext
139 lines
4.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Apr 29 17:34:13 UTC 2016 - idonmez@suse.com
|
|
|
|
- Update to version 1.7.1
|
|
* Change default NINJA_STATUS to [%f/%t] github issue #1143
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 28 05:24:46 UTC 2016 - foss@grueninger.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 13:27:25 UTC 2016 - matz@suse.de
|
|
|
|
- Make it build on SLE11 (use python2 there).
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 30 21:39:59 UTC 2016 - mpluskal@suse.com
|
|
|
|
- Update dependencies
|
|
- Use optflags when building
|
|
- Make building more verbose
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 1 08:04:09 UTC 2015 - foss@grueninger.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 07:42:03 UTC 2014 - idonmez@suse.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.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 11 10:21:01 UTC 2014 - idonmez@suse.com
|
|
|
|
- Only depend on python-base to trim down BuildRequires
|
|
- Do not build the html manual
|
|
- Use upstream pristine tarball
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jun 29 10:25:33 UTC 2014 - idonmez@suse.com
|
|
|
|
- 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 18 08:32:52 UTC 2013 - idonmez@suse.com
|
|
|
|
- Update to version 1.4.0
|
|
* Bug fixes
|
|
- Fix version field. Its 1.x not 3.x
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 5 14:36:06 UTC 2013 - idonmez@suse.com
|
|
|
|
- Update to git hash 0f53fd3
|
|
* Version 3.0 now
|
|
* Don't poll pipes using POLLRDHUP
|
|
* Recompact the deps log when it gets too big
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 17 09:19:56 UTC 2013 - idonmez@suse.com
|
|
|
|
- Update to git hash 7bf53c6
|
|
* Build ninja itself in deps mode
|
|
* Bugfixes
|
|
* Documentation updates
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 12 15:51:24 UTC 2013 - idonmez@suse.com
|
|
|
|
- Update to git hash ecc876e
|
|
* Add compdb command to generate compile_commands.json for clang.
|
|
* Add elapsed time (%e) to NINJA_STATUS.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 22 13:22:33 UTC 2013 - idonmez@suse.com
|
|
|
|
- Update to git hash b26d217
|
|
* Documentation updates
|
|
* Fix wrong usage of std::string::find
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 10 19:38:44 UTC 2013 - idonmez@suse.com
|
|
|
|
- First release
|
|
|