Skip to content

Releases: ninja-build/ninja

v1.13.1

10 Jul 20:49
Compare
Choose a tag to compare

Bugfixes:

  • Fix LINK : fatal error LNK1104: cannot open file on Windows in some cases #2616
  • Compatibility with older distros for Linux ARM version #2619
  • Restore "multiple rules generate" error with dyndep #2621

v1.13.0

18 Jun 12:22
Compare
Choose a tag to compare
  • Ninja now automatically joins a GNU Make jobserver as a client (version 4.4 on non-Windows systems required for "fifo" style) #1139
  • Print exit code of failed subcommands #1507
  • New tool ninja -t compdb-targets like compdb, but takes a list of targets instead of rules #1544
  • Support for ANSI (color) escape codes in NINJA_STATUS #713

See https://github.com/ninja-build/ninja/milestone/8?closed=1 for a complete list of changes.

v1.12.1

11 May 12:40
Compare
Choose a tag to compare

Bugfixes:

  • Screen updates extremely slow on Windows #2435
  • Dry run error if the build directory does not exist #2431
  • New critical path scheduler performance improvements #2443

https://github.com/ninja-build/ninja/milestone/11?closed=1

v1.12.0

11 Apr 16:47
Compare
Choose a tag to compare
  • Critical path scheduler which orders the jobs by their runtime history #2177
    This may break your build if you haven't specified your dependencies correctly.
  • Resiliency against inputs changing during the build #1943
  • Reliable ETA and progress percentage in status #1963
  • Support for path lengths over 260 characters on Windows #1900
  • ARM binaries are now available for Windows and Linux, too
  • Several bugfixes

See https://github.com/ninja-build/ninja/milestone/6?closed=1 for a complete list of changes.

v1.11.1

30 Aug 19:58
Compare
Choose a tag to compare

This is a hotfix release for a SIGFPE on Linux: #2173

v1.11.0

15 May 15:56
Compare
Choose a tag to compare

v1.10.2

28 Nov 12:03
Compare
Choose a tag to compare

v1.10.1

18 Aug 19:32
Compare
Choose a tag to compare

v1.10.0

28 Jan 08:05
Compare
Choose a tag to compare

v1.9.0

30 Jan 19:06
Compare
Choose a tag to compare