Commit Graph

901 Commits

Author SHA1 Message Date
Jonathan Gilbert
3b1235c937 Added project rubberband-dll to create Windows DLL files (32-bit and 64-bit)
that expose the Rubber Band API as a flat API that can be imported through
runtime linking.

Added project rubberband-sharp to provide a .NET wrapper of the rubberband-dll
files, dynamically dispatching to the 32- or 64-bit DLL based on the process
platform. Configured NuGet package creation, with compatibility for both
packages.config and PackageReference style consumers.
2019-01-03 03:05:13 -06:00
Chris Cannam
26c7635c9e Avoid dependence on stdexcept by throwing a string here, for an internal error that is not supposed ever to be thrown or caught 2018-11-29 10:34:43 +00:00
Chris Cannam
d6f55d526e Include guard 2018-11-29 10:14:44 +00:00
Chris Cannam
4a4213dc3e Bring across current allocator from bqvec (it's less demanding of having the right preprocessor symbol set already) 2018-11-29 09:12:59 +00:00
Chris Cannam
f35c900c0b OSX memory barrier bit 2018-10-11 13:00:58 +01:00
Chris Cannam
a747e725f2 Fix build for FFTW_SINGLE_ONLY. Thanks to Andreas Müller 2018-08-15 14:52:16 +01:00
Chris Cannam
7b52a2567c Added tag v1.8.2 for changeset fa6a54be7e6b 2018-05-20 11:15:26 +01:00
Chris Cannam
c67557181b + ios build 2018-05-15 18:43:39 +01:00
Chris Cannam
e3597878ef + ladspa! 2018-05-14 21:41:25 +01:00
Chris Cannam
c5f163085f + vamp sdk 2018-05-14 21:38:20 +01:00
Chris Cannam
6a64703000 + fftw 2018-05-14 21:35:39 +01:00
Chris Cannam
afda9193dc Possible CI fixes 2018-05-14 21:33:31 +01:00
Chris Cannam
d7108dba95 First cut travis/appveyor files 2018-05-14 21:28:08 +01:00
Chris Cannam
486ab5de62 Backport fixes for IPP v9 2018-05-14 20:41:25 +01:00
Chris Cannam
4d63c025e2 Versions 2018-05-14 19:31:29 +01:00
Chris Cannam
c2552425fe Doc update 2018-05-14 19:05:08 +01:00
Chris Cannam
f5755ebf17 Merge 2018-05-13 21:34:15 +01:00
Chris Cannam
b63af78be7 Remove old VC2005 projects, update README 2018-05-13 21:33:39 +01:00
Chris Cannam
e55d44e99e Some slightly newer Visual Studio projects (VC2015, we don't want to scare the horses) 2018-05-13 19:09:59 +01:00
Chris Cannam
2976a1fbe5 Avoid a couple of picky compiler warnings 2018-05-13 19:08:04 +01:00
Chris Cannam
bbf45fa887 Copyright dates 2018-03-07 13:10:19 +00:00
Chris Cannam
12db9e651d Enable denormal flush-to-zero for ARM64 iOS (previous logic only worked for ARM32) 2018-02-22 17:13:58 +00:00
Chris Cannam
77cb928b6e Duh 2018-02-03 13:19:57 +00:00
Chris Cannam
b68f500e2d We don't actually use clock_gettime here. Which is fortunate, because its arrival in OSX 10.12 would pose a slightly tricky code target consistency question 2018-02-02 09:12:07 +00:00
Chris Cannam
63e59043b3 Surely no need to build 32-bit by default any more; also remove the archive before recreating it (ironically, prompted by refusal of ar to update a fat file which of course is no longer an issue if we're not building 32-bit) 2018-02-02 09:09:00 +00:00
Chris Cannam
5eb13cb947 Fixes to reset calls, thanks to Justin Frankel 2017-09-26 09:51:22 +01:00
Chris Cannam
51ef8a63ff MSVC build fixes (thanks JF) 2017-09-26 09:48:55 +01:00
Chris Cannam
bda5cdb112 Correct FFTW3 preprocessor flag 2017-03-14 10:05:10 +00:00
Chris Cannam
cff23c4e2e Merge 2017-02-13 14:10:31 +00:00
Chris Cannam
933d19380d This flag no longer supported for Android NDK it seems 2017-02-13 14:10:19 +00:00
Chris Cannam
e0736604b5 Note about libsamplerate licence 2017-02-03 14:56:45 +00:00
Chris Cannam
5d821b6643 Merge 2017-01-09 19:27:53 +00:00
Chris Cannam
c93a18535f Comments to clarify sample layout and counting 2016-02-05 15:14:46 +00:00
Chris Cannam
8a4d2a8231 Better docs on input format 2016-02-05 15:02:51 +00:00
Chris Cannam
176a84b550 Version in C header too 2016-02-05 15:02:39 +00:00
Chris Cannam
f178b158c9 Version 2015-07-09 16:32:18 +01:00
Chris Cannam
09a1dc3a20 Next version will be 1.8.2 2015-07-09 15:40:42 +01:00
Chris Cannam
24560ba3ec Copyright dates 2015-07-09 15:26:08 +01:00
Chris Cannam
a0f8c91e7b Include 2015-07-09 15:14:47 +01:00
Chris Cannam
dfdc1ad2e0 Fix memory leak (thanks bepaald!) 2015-07-08 19:23:41 +01:00
Chris Cannam
f57e65a881 Define these, in case they are still unfound on x64 2015-06-29 16:12:44 +01:00
Chris Cannam
6f86b96391 Win32/64 build fixes 2015-06-29 14:50:33 +01:00
Chris Cannam
1a96b9a19a Fix comment 2015-06-16 08:51:55 +01:00
Chris Cannam
79bd63becd Start using libc++ by default 2015-03-11 13:28:59 +00:00
Chris Cannam
0f4a9e1612 Refuse to accept NaNs in MovingMedian, replacing them with zeros (and a warning) instead. (Must push something, to maintain filter length) 2015-02-23 10:56:31 +00:00
Chris Cannam
5ffec3ea8a Add overlooked MKDIR definition 2015-02-11 08:34:04 +00:00
Chris Cannam
51bf5125ea Minor build tweak 2015-01-28 21:01:25 +00:00
Chris Cannam
eaf64631d5 Tweak the compile flags 2015-01-25 19:09:23 +00:00
Chris Cannam
069fefef48 Build device and simulator architectures into a single archive 2015-01-24 12:34:06 +00:00
Chris Cannam
9d4fd2622d Add simulator options 2014-12-09 09:33:44 +00:00