Chris Cannam
38793bba10
Added tag v1.9 for changeset 37b18c17c042
2020-09-10 14:30:36 +01:00
Chris Cannam
6659d61f01
Update version numbers
2020-09-09 14:02:42 +01:00
Chris Cannam
660e63d781
Update changelog for next release
2020-09-09 13:03:57 +01:00
Chris Cannam
757e3305f9
Header syntax
2020-09-03 11:47:08 +01:00
Chris Cannam
795dddc418
No, just Rubber Band here
2020-02-14 11:33:48 +00:00
Chris Cannam
161d6b2a5f
URL updates
2020-02-14 11:33:08 +00:00
Chris Cannam
392e6850fd
Minor formatting tweaks
2020-02-14 11:29:55 +00:00
Brian Matherly
8043a8fc8f
Add configure options
...
Allow the packager to decide if she wants to compile/install
programs, VAMP plugin and LADSPA plugin.
if --disable-programs is used, then sndfile is not required.
if --disable-vamp is used, then vamp-sdk is not required.
if --disable-lapsda is used, then lapsda is not required.
2020-02-14 11:23:52 +00:00
Chris Cannam
817c781efc
Avoid warning when initialising bit pattern for sign bit outside numerical range of int
2020-02-10 09:22:27 +00:00
Chris Cannam
948e9a25fb
Error handling: don't continue with zero or negative ratio; don't continue if input file lacks sample rate. Both cases will be caught by subsequent calls anyway (e.g. in sf_open) but only with more confusing error reporting
2020-02-04 13:24:37 +00:00
Chris Cannam
419a9bcf70
Install JNI target only if it has been built
2020-01-16 12:18:50 +00:00
Chris Cannam
e2b62687d6
Rejig includes for alloca in particular - more logic in sysutils, remove from individual files (include sysutils instead), also indent includes in sysutils for a bit more clarity
2020-01-16 11:28:47 +00:00
Chris Cannam
f7d525d17f
Fix incorrect enum ordering in C wrapper header (thanks Michael Bradshaw)
2020-01-16 10:22:23 +00:00
Chris Cannam
bfb69779af
Dates
2020-01-16 10:20:23 +00:00
Chris Cannam
3acc43f37f
Date
2020-01-16 09:45:23 +00:00
Chris Cannam
73f40c2619
Untabify
2020-01-16 09:29:52 +00:00
Chris Cannam
3de0c31b0e
When mirrored to Github, the markdown in the README gets mangled because Github thinks the number at the start of each heading indicates an ordered list element. Fix (I hope)
2020-01-16 09:28:20 +00:00
Chris Cannam
0207d85b1b
README tidying
2020-01-13 08:57:04 +00:00
Chris Cannam
0f8072c47e
Layout fixes
2019-08-30 11:26:18 +01:00
Chris Cannam
b6c90029c0
txt -> md
2019-08-30 11:24:07 +01:00
Chris Cannam
8efc278c44
Add reference to the .NET interface and its licence
2019-02-04 20:30:36 +00:00
Jonathan Gilbert
f3af80df78
Added copyright notice with minimal license to each code file, per Chris Cannam.
2019-01-15 02:12:54 -06:00
Jonathan Gilbert
364ee272b9
Added some ignore patterns.
2019-01-03 03:14:34 -06:00
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