Skip to content

Releases: mixxxdj/libkeyfinder

2.2.8

27 Sep 23:22
2.2.8
b33b5a8
Compare
Choose a tag to compare
  • Update tests to Catch3
  • Bump minimum CMake version to 3.5 to avoid deprecation warning

2.2.7

17 Jun 04:58
2.2.7
7bd073b
Compare
Choose a tag to compare

Fix pkgconfig file when CMAKE_INSTALL_{INCLUDE,LIB}DIR are absolute paths

release 2.2.6

02 Jan 23:33
v2.2.6
a409c74
Compare
Choose a tag to compare
  • Install CMake package config to CMAKE_INSTALL_LIBDIR
  • Install FindFFTW3.cmake module
  • Fix fftw3 missing from Requires.private in pkgconfig file

2.2.5

17 Jul 22:07
v2.2.5
8d4e065
Compare
Choose a tag to compare

Set version for .so library and setup version symlinks

2.2.4

25 Jan 23:14
v2.2.4
99c59aa
Compare
Choose a tag to compare
  • Rename repository from libKeyFinder to libkeyfinder
  • Support building Windows DLL
  • Add Windows to GitHub Actions CI
  • Add CMake target export files
  • Use catch2 for tests
  • Add CTest support with standard BUILD_TESTING CMake option
  • Add example program and build it on CI
  • Add Doxygen documentation and deploy to https://mixxxdj.github.io/libkeyfinder/

2.2.3

16 Nov 04:22
442a3bf
Compare
Choose a tag to compare
  • Fix CMake build
  • Use GitHub Actions for CI on Ubuntu and macOS