Skip to content

Release 1.0.0 - #86

Merged
marton78 merged 5 commits into
masterfrom
1.0
Feb 27, 2026
Merged

Release 1.0.0#86
marton78 merged 5 commits into
masterfrom
1.0

Conversation

@marton78

Copy link
Copy Markdown
Owner

No description provided.

marton78 and others added 5 commits February 27, 2026 11:29
…to src/

Move public API headers to include/pffft/ for namespaced includes
(#include <pffft/pffft.h>), implementation files and private headers
to src/, and SIMD backends to src/simd/. Update CMakeLists.txt with
proper PUBLIC/PRIVATE include directories and fix all include paths
in tests, benchmarks, and examples.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace hardcoded lib/ and include/ destinations with
CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_INCLUDEDIR for
portable, distro-friendly install layout.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update all target_include_directories INSTALL_INTERFACE paths from
hardcoded "include" to ${CMAKE_INSTALL_INCLUDEDIR} so installed
packages resolve headers correctly on all platforms.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add install(EXPORT) to generate target export files, and create
pffft-config.cmake.in with CMakePackageConfigHelpers so that
downstream projects can use find_package(pffft) and link against
PFFFT::PFFFT after install.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove hardcoded STATIC from add_library() for PFFFT, PFDSP, and
PFFASTCONV so BUILD_SHARED_LIBS controls the library type. FFTPACK
targets remain static (internal, not installed).

Add export macros (PFFFT_EXPORT, PFDSP_EXPORT, PFFASTCONV_EXPORT)
inline in each public header to handle dllexport/dllimport on Windows
and visibility("default") on GCC/Clang. The macros are self-contained
with no generated headers, so the library builds with any build system
or plain compiler invocation.

CMake sets hidden visibility by default for shared builds and defines
*_STATIC_DEFINE for static builds. *_EXPORTS is set automatically by
CMake when building shared libraries.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@marton78 marton78 changed the title Release 1.0 Release 1.0.0 Feb 27, 2026
@marton78
marton78 merged commit d0db768 into master Feb 27, 2026
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant