Be
242a0241f6
CMake rewrite using modern CMake best practices
...
Rewrite CMakeLists.txt using CMake targets and modules instead
of building up source files in variables.
Change pkgconfig file generated by CMake to use
Requires.private and Libs.private fields as recommended by the
pkgconfig maintainer:
https://people.freedesktop.org/~dbn/pkg-config-guide.html#faq
Refactor to use standard CMake variables, notably
BUILD_SHARED_LIBS instead of always building both dynamic and
static libraries. Also use CMAKE_FRAMEWORK for building as a
macOS framework.
Remove superfluous PA_ prefixes from option names.
When building with ASIO, automatically download ASIO SDK from
Steinberg if it is not found. The path to the SDK can be
manually specified with ASIO_SDK_ZIP_PATH to facilitate caching
on CI.
Add support for building JACK host API with MSVC and MinGW.
Add support for OSS (off by default).
2021-08-11 17:23:40 -07:00
..
CMakeLists.txt
CMake rewrite using modern CMake best practices
2021-08-11 17:23:40 -07:00
pa_devs.c
Clean up whitespace in examples/ in preparation for .editorconfig. Convert tabs to 4 spaces. Indent by 4 spaces. Strip trailing whitespace. Ensure EOL at EOF. ( #416 )
2021-01-21 22:23:23 +11:00
pa_fuzz.c
Clean up whitespace in examples/ in preparation for .editorconfig. Convert tabs to 4 spaces. Indent by 4 spaces. Strip trailing whitespace. Ensure EOL at EOF. ( #416 )
2021-01-21 22:23:23 +11:00
paex_mono_asio_channel_select.c
Clean up whitespace in examples/ in preparation for .editorconfig. Convert tabs to 4 spaces. Indent by 4 spaces. Strip trailing whitespace. Ensure EOL at EOF. ( #416 )
2021-01-21 22:23:23 +11:00
paex_ocean_shore.c
Clean up whitespace in examples/ in preparation for .editorconfig. Convert tabs to 4 spaces. Indent by 4 spaces. Strip trailing whitespace. Ensure EOL at EOF. ( #416 )
2021-01-21 22:23:23 +11:00
paex_pink.c
Clean up whitespace in examples/ in preparation for .editorconfig. Convert tabs to 4 spaces. Indent by 4 spaces. Strip trailing whitespace. Ensure EOL at EOF. ( #416 )
2021-01-21 22:23:23 +11:00
paex_read_write_wire.c
Whitespace cleanup in examples
2021-01-22 07:34:09 -08:00
paex_record.c
Whitespace cleanup in examples
2021-01-22 07:34:09 -08:00
paex_record_file.c
Whitespace cleanup in examples
2021-01-22 07:34:09 -08:00
paex_saw.c
Clean up whitespace in examples/ in preparation for .editorconfig. Convert tabs to 4 spaces. Indent by 4 spaces. Strip trailing whitespace. Ensure EOL at EOF. ( #416 )
2021-01-21 22:23:23 +11:00
paex_sine.c
Clean up whitespace in examples/ in preparation for .editorconfig. Convert tabs to 4 spaces. Indent by 4 spaces. Strip trailing whitespace. Ensure EOL at EOF. ( #416 )
2021-01-21 22:23:23 +11:00
paex_sine_c++.cpp
Clean up whitespace in examples/ in preparation for .editorconfig. Convert tabs to 4 spaces. Indent by 4 spaces. Strip trailing whitespace. Ensure EOL at EOF. ( #416 )
2021-01-21 22:23:23 +11:00
paex_wmme_ac3.c
Whitespace cleanup in examples
2021-01-22 07:34:09 -08:00
paex_wmme_surround.c
Whitespace cleanup in examples
2021-01-22 07:34:09 -08:00
paex_write_sine.c
Clean up whitespace in examples/ in preparation for .editorconfig. Convert tabs to 4 spaces. Indent by 4 spaces. Strip trailing whitespace. Ensure EOL at EOF. ( #416 )
2021-01-21 22:23:23 +11:00
paex_write_sine_nonint.c
Clean up whitespace in examples/ in preparation for .editorconfig. Convert tabs to 4 spaces. Indent by 4 spaces. Strip trailing whitespace. Ensure EOL at EOF. ( #416 )
2021-01-21 22:23:23 +11:00