This website requires JavaScript.
Explore
Help
Sign In
allanger
/
ardour
Watch
1
Star
0
Fork
0
You've already forked ardour
Code
Issues
Pull Requests
1
Actions
Packages
Projects
Releases
Activity
Files
5bbbc985338aec965237e9fdf3696ddff2bc1002
ardour
/
libs
History
Carl Hetherington
5bbbc98533
Add missing file.
...
git-svn-id: svn://localhost/ardour2/branches/3.0@12280 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-15 00:06:17 +00:00
..
appleutility
fixes for 64 bit OS X build (c/o david robillard); tested on Lion & Tiger
2012-03-02 22:53:00 +00:00
ardour
drop boost::signals2 and replace with carl's solution which continues to rely on boost::function and boost::bind but alters two important semantics of signals2: (1) when a Connection object is disconnected, the slot ("functor") associated with the connection is destroyed immediately, unlike signals2 where this is deferred to a subsequent connect/emit call on the signal (2) if one functor called by the signal disconnects another Connection, the functor represented by the Connection will NOT be called during the current signal emission (signals2 copies the slot list at the start of emission and calls everything in the slot list). this change fixes some very nasty crashes apparently caused by boost::signals2 assuming that the memory referenced by a functor remains valid after a disconnect (google will show other developers who had issues with this).
2012-05-14 17:18:48 +00:00
audiographer
fix --test build on OSX Lion by commenting out code that does not compile
2012-05-14 17:43:52 +00:00
clearlooks-newer
Fix typo (
#4848
).
2012-04-19 15:45:08 +00:00
clearlooks-older
Merged revisions 6292,6294-6295,6311,6314 via svnmerge from
2009-12-06 14:21:46 +00:00
evoral
switch to 5 new fade curves, taken from mixbus2 branch. make xfade context menus functional even though the images are not accurate
2012-05-11 21:30:36 +00:00
fst
Remove VST current_program variable, since that stuff is
2011-11-23 19:29:38 +00:00
gtkmm2ext
drop boost::signals2 and replace with carl's solution which continues to rely on boost::function and boost::bind but alters two important semantics of signals2: (1) when a Connection object is disconnected, the slot ("functor") associated with the connection is destroyed immediately, unlike signals2 where this is deferred to a subsequent connect/emit call on the signal (2) if one functor called by the signal disconnects another Connection, the functor represented by the Connection will NOT be called during the current signal emission (signals2 copies the slot list at the start of emission and calls everything in the slot list). this change fixes some very nasty crashes apparently caused by boost::signals2 assuming that the memory referenced by a functor remains valid after a disconnect (google will show other developers who had issues with this).
2012-05-14 17:18:48 +00:00
midi++2
more fixes/tweaks from the land of the lion
2012-05-02 20:45:17 +00:00
panners
MCP: timeout display of value when altering with fader or pot; range ops on strip buttons should work; select logic may be broken
2012-04-13 16:11:55 +00:00
pbd
Add missing file.
2012-05-15 00:06:17 +00:00
qm-dsp
fixes for 98% of all the warnings/errors reported by OS X gcc on tiger
2011-09-30 17:55:14 +00:00
rubberband
remove unnecessary gcc 4.7 "fix"
2012-04-27 14:10:34 +00:00
surfaces
remove inclusion of boost/signasl2.hpp
2012-05-14 17:46:03 +00:00
taglib
Fix some warnings in non-debug mode.
2012-04-20 21:59:37 +00:00
timecode
add operator!= for BBT_Time
2012-01-07 17:11:17 +00:00
vamp-plugins
Use is_defined to check for HAVE_* variables set by checks.
2011-09-29 20:29:06 +00:00
vamp-sdk
fixes for 98% of all the warnings/errors reported by OS X gcc on tiger
2011-09-30 17:55:14 +00:00
.cvsignore
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
2008-06-02 21:41:35 +00:00