redtide
806bf1dde4
Fix sfizz.pc.in
...
The project name was changed during the repository split but the pkgconfig file template wasn't updated
2024-04-25 20:40:07 +02:00
redtide
276ab2ce68
Updated Doxyfile.in template
2023-11-14 11:25:45 +01:00
redtide
1fb62d5043
Removed VCPKG option
2023-05-30 10:41:58 +02:00
redtide
857cc2fef3
Move plugins in their own repository
2023-05-08 13:12:50 +02:00
Paul Ferrand
cb2c1e9650
Correct AU bundle vendor; match the other plugins
2022-07-25 12:05:01 +02:00
Paul Ferrand
9cd56f90b9
Retire travis and appveyor
2022-07-25 12:05:01 +02:00
Michael Willis
f1fed9462e
Build MacOS installer
2022-07-25 12:05:01 +02:00
Paul Fd
7f352170a6
Logging is not implicitely handled by the synth
...
You need a call to get the callback breakdown each frame.
sfizz_render has been updated to make use of this.
2021-11-20 01:26:11 +01:00
Paul Ferrand
af902ee8b0
Merge pull request #938 from paulfd/veltrack-oncc
...
veltrack_oncc and veltrack_curvecc
2021-07-11 00:31:02 +02:00
Paul Fd
fe744b2823
Remove the LGPL file from the installer
2021-07-06 00:26:43 +02:00
Paul Fd
66ec8c4423
Move the stateful region value computations in a separate file
2021-07-04 19:32:17 +02:00
Jean Pierre Cimalando
8d5826efd5
Do not use a hardcoded path in the installer
2021-06-21 21:45:15 +02:00
Jean Pierre Cimalando
f0ec0a5255
Win32 installer script for puredata
2021-04-30 16:43:32 +02:00
Jean Pierre Cimalando
0741da428c
Install Puredata in the macOS CI
2021-04-30 16:15:19 +02:00
Jean Pierre Cimalando
5e8443892b
Allow puredata to build in CI
2021-04-30 14:23:16 +02:00
Paul Fd
57eb4ca87a
Use better variables for the pkg-config file
...
The previous version created problems when setting manually CMAKE_INSTALL_LIBDIR on configure, e.g. for OBS/Debian packages.
The `libdir` value ended up as `libdir=${exec_prefix}//usr/lib` in this case, leading pkg-config to complain (obviously).
2021-04-20 12:28:47 +02:00
redtide
4921a9ea79
Misc Doxygen fixes
2021-04-16 20:33:27 +02:00
redtide
ba0fad99b3
Merge pull request #844 from redtide/doxygen-update
...
Fix/update Doxygen documentation
2021-04-16 16:11:22 +02:00
Jean Pierre Cimalando
423aebaafc
Make pkgconfig such that sndfile is only linked if required
2021-04-16 15:50:34 +02:00
redtide
fb210da22c
Fix/update Doxygen documentation
2021-04-16 15:32:22 +02:00
Jean Pierre Cimalando
3c9a7541a5
Do not require dylibbundler to build
2021-04-12 23:43:50 +02:00
Jean Pierre Cimalando
17d56bc30e
Set up layout for the about dialog
2021-04-05 17:50:02 +02:00
Jean Pierre Cimalando
5fbb499d9b
Help clang-tidy find new files
2021-04-03 23:25:19 +02:00
Jean Pierre Cimalando
68b74cd237
New fixes for clang-tidy
2021-04-01 17:08:26 +02:00
Jean Pierre Cimalando
ce1f11abec
Remove MSVC from Appveyor
2021-03-23 17:44:21 +01:00
Jean Pierre Cimalando
15628e1329
Try the macOS universal build
2021-03-23 13:42:59 +01:00
Jean Pierre Cimalando
216b97a3bf
Skip install sndfile in appveyor
2021-03-23 12:19:53 +01:00
Jean Pierre Cimalando
48cc74b2a3
Always force vendor abseil to be built statically
2021-03-11 11:45:51 +01:00
Jean Pierre Cimalando
ec506edbbc
Add flag BUILD_SHARED_LIBS=OFF
2021-03-10 11:49:50 +01:00
Jean Pierre Cimalando
5a6a1bbfcd
Workaround for MinGW CI to build custom font support
2021-03-10 10:18:11 +01:00
Jean Pierre Cimalando
8e122e3a36
Icons in filled style
2021-02-27 13:22:52 +01:00
Jean Pierre Cimalando
acf8b9f15a
Delete old faust scripts
2021-02-25 00:24:07 +01:00
Jean Pierre Cimalando
9bb633e50d
Add the faust helpers for cmake
2021-02-25 00:20:05 +01:00
Jean Pierre Cimalando
6de95ce2af
Update clang-tidy script
2021-02-23 03:43:29 +01:00
Jean Pierre Cimalando
cfb2b94532
Let clang-tidy find simde
2021-02-21 23:29:54 +01:00
Jean Pierre Cimalando
6eef90149f
Delete the old parser
2021-02-03 19:14:51 +01:00
Jean Pierre Cimalando
3ee7812bd8
Update clang-tidy include paths
2021-02-03 19:06:36 +01:00
Jean Pierre Cimalando
82899edc45
Update clang-tidy
2021-02-02 17:25:39 +01:00
Jean Pierre Cimalando
c27e8f409f
System-dependent options
2021-02-01 03:00:43 +01:00
Jean Pierre Cimalando
96a462e20d
Use hiir and filesystem as interface libraries
2020-12-14 11:43:47 +01:00
Jean Pierre Cimalando
9331ff504f
Disable fileicon, rejected by code-signing
2020-12-13 13:11:51 +01:00
Jean Pierre Cimalando
64480f50a9
Improve DMG and code-sign
2020-12-13 12:51:46 +01:00
Jean Pierre Cimalando
f2523f8b38
Prepare a basic macOS package with DMG format
2020-12-13 10:08:47 +01:00
Jean Pierre Cimalando
bfbcdb2b43
Static link strategy for AudioUnit
2020-12-11 19:12:00 +01:00
Jean Pierre Cimalando
c8354ce18e
Also sign bin/ and lib/
2020-11-14 17:41:11 +01:00
Jean Pierre Cimalando
c7136b6621
Perform macOS code-signing
2020-11-14 17:09:29 +01:00
Jean Pierre Cimalando
3cb80b4e4a
Set up the code-signing key pair for macOS
2020-11-14 16:42:22 +01:00
Paul Ferrand
adc7bb9a8a
enable tests on appveyor
2020-10-31 20:52:38 +01:00
Paul Ferrand
6ff8e076f3
Do tests on appveyor and merge builds on travis
2020-10-29 09:51:30 +01:00
redtide
6a2382f37a
CI reorganization
2020-10-29 05:21:25 +01:00