Commit Graph

935 Commits

Author SHA1 Message Date
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
Chris Cannam
edf9ea90f6 iOS Makefile 2014-12-09 09:22:19 +00:00
Chris Cannam
b3d47e1375 Use Accelerate header; select old vvfabf only if OSX is actually a target (as well as if it's an old version) 2014-12-08 10:23:33 +00:00
Chris Cannam
8c90e3a5e1 Fix small memory leak 2014-10-16 21:36:39 +01:00
Chris Cannam
6f361078f9 Reorder args to with_gain functions to match bqvec; docs; build fixes 2014-09-05 09:02:49 +01:00
Chris Cannam
7ad3bcd729 Some small fixes suggested by Coverity Scan 2014-09-03 17:11:07 +01:00
Chris Cannam
bd7e32b34c Don't fail install if copying jni lib fails (it might not have been built) 2014-08-08 16:04:03 +01:00
Chris Cannam
8bcd90fab0 Copyrights 2014-05-29 18:00:22 +01:00
Chris Cannam
c6bd616243 Library name change, to match earlier commit 2014-05-16 17:56:46 +01:00
Chris Cannam
b942eebbe8 Merge 2014-05-16 16:55:10 +01:00
Chris Cannam
4f487b57a3 Recent NDK does have bad_alloc 2014-05-16 16:54:46 +01:00
Chris Cannam
5042b20930 Print out ratios in debug mode 2014-05-03 17:12:51 +01:00
Chris Cannam
7966b86250 Add JNI target (not built by default) 2014-05-03 13:28:58 +01:00
Chris Cannam
24c9507170 Ignore doxygen-generated files and rejected patches 2013-12-10 21:02:18 +00:00
Chris Cannam
9ded9a2adf Patch from Ryan Schmidt for install and various other make fixes on OS/X 2013-12-10 21:01:47 +00:00
Chris Cannam
512780abe2 Pull back local includes to before system ones 2013-12-10 16:33:31 +00:00
Chris Cannam
05e14a6a7d Pull out ms buffer onto the heap (was being used after end of block in which it was allocated on the stack) 2013-05-15 10:55:11 +01:00