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
fc334a06b58d2cd2d5f5548ca23b2518ef2c66fc
ardour
/
libs
/
pbd
/
test
History
Paul Davis
1e0fd01815
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).
...
git-svn-id: svn://localhost/ardour2/branches/3.0@12265 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-14 17:18:48 +00:00
..
convert_test.cc
Remove unused ustring version of url_decode(). Rework
2012-04-01 14:30:06 +00:00
convert_test.h
Missing file.
2012-04-02 13:52:36 +00:00
Makefile
Rename tests to test to match up with other libraries.
2010-04-02 14:42:38 +00:00
ProtoolsPatchFile.midnam
Rename tests to test to match up with other libraries.
2010-04-02 14:42:38 +00:00
RosegardenPatchFile.xml
Rename tests to test to match up with other libraries.
2010-04-02 14:42:38 +00:00
scalar_properties.cc
Test tweaks.
2011-03-04 17:35:10 +00:00
scalar_properties.h
A few more libpbd test tweaks.
2010-04-02 16:38:23 +00:00
signals_test.cc
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
signals_test.h
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
testrunner.cc
A few more libpbd test tweaks.
2010-04-02 16:38:23 +00:00
TestSession.ardour
Rename tests to test to match up with other libraries.
2010-04-02 14:42:38 +00:00
xpath.cc
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
xpath.h
Add missing test file.
2010-04-02 21:11:45 +00:00