Skip to content

Releases: lu-zero/autotools-rs

v0.2.7

08 Apr 15:59
Compare
Choose a tag to compare
  • Always set num_jobs in make_args (thank you @citizen-stig !)
  • Add a note in the README and docs to rise awareness of the risks related to build scripts.

New Contributors

v0.2.6

04 Apr 10:10
Compare
Choose a tag to compare
  • Add a configure method
  • Add 'try_*' interfaces which return results instead of panicking (thanks @rdfriese !)

New Contributors

v0.2.5

27 Feb 11:13
Compare
Choose a tag to compare
  • Support <prefix>-cc as valid compiler.

Multiple improvements

13 Dec 10:13
Compare
Choose a tag to compare
  • Better windows support
  • More documentation
  • Ability to avoid passing certain options to support more quasi-autotools configure scripts.

Emscripten support

03 Jan 08:08
Compare
Choose a tag to compare
v0.2.2

Use emconfigure and emmake wrappers for emscripten targets

Incompatible bugfix

23 Feb 00:09
Compare
Choose a tag to compare

Address #13 and bump the version accordingly.

New feature release

11 Feb 22:23
Compare
Choose a tag to compare

Thanks to Nolan Darilek there is support for:

  • custom CFLAGS, LDFLAGS and CXXFLAGS
  • enabling/disabling shared and static builds

Thanks to Martin Larralde there is support for:

  • custom make targets
  • in-source compilation

Add autoreconf and make options support

13 Jan 08:33
Compare
Choose a tag to compare

Thanks to Owen Nelson we have the following features:

  • reconf to trigger autoreconfig (was documented but missing)
  • make_args to add additional make parameters (new)

First release

11 Mar 22:10
Compare
Choose a tag to compare

Minimal feature set, but workable.