Tres Finocchiaro
313977ebfd
swh plugins: Fix SWH destructors
...
The constructors had been fixed with commit #83c2019, but I had missed
the destructors. This corrects the `_fini()` destructors as well.
2014-05-16 13:11:26 -04:00
Tobias Doerffel
90496600f2
SWH: fixed Win32 compilation
...
The recent adaptions for OS X broke build for Win32.
2014-05-08 21:59:30 +02:00
Tobias Doerffel
25204abdab
Merge remote-tracking branch 'tresf/stable-1.0' into stable-1.0
...
Conflicts:
plugins/opl2/fmopl.c
2014-05-08 21:53:03 +02:00
Tres Finocchiaro
049a88fe8e
Fix SWH contructors (Apple)
...
@tobydox, please advise as I cannot easily test the win32 impact of this
change.
2014-05-08 15:36:51 -04:00
Tobias Doerffel
b9d51f0a40
Merge pull request #685 from tresf/stable-1.0
...
SWH Clang Fixes, Apple Installer Fixes
2014-05-06 09:39:22 +02:00
Tres Finocchiaro
a80dbd67e4
Replace LMMS_BULD_APPLE with __clang__
2014-05-03 11:46:02 -07:00
Tres Finocchiaro
b987d3ed04
Replace LMMS_BULD_APPLE with __clang__
2014-05-03 11:44:58 -07:00
Tres Finocchiaro
b0ffa45011
Include lmmsconfig.h for OS #ifdef
2014-05-03 11:34:16 -07:00
Tres Finocchiaro
ae67c792fe
Remove inline function declaration for Apple
...
Typo :)
2014-05-03 09:30:15 -07:00
Tres Finocchiaro
19130e5fce
Apple specific build path
...
Remove another offending inline function declaration for Apple compat.
2014-05-03 09:00:32 -07:00
Tres Finocchiaro
3d95f82f30
Remove inline function recursion for Apple
...
q_sort is an inline function which recurses upon itself. Some compilers such as MSVC limit this which can be overridden with a parameter. Since I could find no such parameter for clang, this #IFDEF allows the sifter plugin to compile successfully.
If this approach has negative side effects, it should only affect apple. If there's a better approach to this, please reject the pull request and submit your own.
2014-05-02 14:01:59 -07:00
Tres Finocchiaro
96e41491ad
Fix incorrect C99 loop declaration
2014-05-02 10:51:42 -07:00
Tres Finocchiaro
e2c3e65767
Clang comp. fix unnecessary else
2014-05-01 22:13:14 -07:00
Tobias Doerffel
83c2019611
LadspaEffect/TAP: fix instantiation/destruction
...
Instead of relying on naming the init functions _init() and _fini()
declare them as constructors/destructors and use a different name so
there's no double destruction
Closes #668 .
2014-05-01 23:33:40 +02:00
Vesa
5b29142c28
Fix crash on close patch rebased for stable
2014-04-05 23:57:12 +03:00
Tobias Doerffel
1b08cc0649
CALF: do not compile with -finline-limit=80 when building for OS X
2014-03-26 10:57:04 +01:00
Tobias Doerffel
4c2bf8982f
CALF: fixed compilation with clang
2014-03-25 20:09:41 +01:00
Tobias Doerffel
ed973bd8be
LadspaEffect, VstEffect: shortened plugin name
...
In order to display less redundancy in EffectSelectDialog, the plugin
names were shortened to "LADSPA" and "VST".
2014-02-23 15:24:15 +01:00
Tobias Doerffel
9c9372f0c8
LadspaEffect: renamed source directory to match coding style
2014-02-23 15:23:57 +01:00