Skip to content

Releases: mborgerding/kissfft

131.2.0

22 Oct 20:57
7bce415

Choose a tag to compare

New release mostly containing build system changes and other small things.

What's Changed

  • fixed test/Makefile line 137 missing ')' by @razor7788 in #70
  • call $(MAKE) instead of make by @felixjogris in #98
  • Add newline to end of kiss_fft_log.h by @lanurmi in #99
  • Use M_PI instead of M_PIl by @cmumford in #96
  • CMakeLists.txt: Bump minimum version to 3.10 by @C0rn3j in #109
  • Bump minimum CMake version in kissfft-config.cmake by @krop in #101
  • Makefile: Do not fail creating pkgconfig directory if it already exists by @C0rn3j in #107
  • README.md: Correctly capitalize simd option by @C0rn3j in #106
  • tests/CMakeLists.txt: Fix CMP0148 by @C0rn3j in #108
  • Tweaked wording in README by @evanwporter in #100

New Contributors

Full Changelog: 131.1.0...131.2.0

131.1.0

16 Feb 12:45

Choose a tag to compare

This is the first release with semantic versioning. It has the roughly the same code as v131, but some symbol visibility changes and build enhancements to improve shared object usage and use as a packaged/installed library.

version v131

01 Feb 13:20

Choose a tag to compare

  • various improvements to the c++ version.
    ** use std::acos instead of acos in c++ version
    ** more standard use of scratchbuf in c++ version
  • Travis CI was added
  • SPDX license identifiers added for easy automated parsing
  • minor changes related to switch from hg on sourceforge to git on github
  • modernized some python tests