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
d9862364be5cdbc1f5ec0c3e5709f8c4f7a2f2f0
ardour
/
libs
/
pbd
/
test
History
Robin Gareus
cc960c4f07
remove executable mode-bit from files
2013-06-16 21:54:08 +02:00
..
convert_test.cc
…
convert_test.h
Missing file.
2012-04-02 13:52:36 +00:00
filesystem_test.cc
Remove unused or unnecessary header includes
2012-06-23 05:09:51 +00:00
filesystem_test.h
Missing files.
2012-05-28 16:48:39 +00:00
Makefile
…
ProtoolsPatchFile.midnam
…
RosegardenPatchFile.xml
…
scalar_properties.cc
…
scalar_properties.h
…
signals_test.cc
Add missing #includes to some tests
2012-07-28 09:08:29 +00:00
signals_test.h
Fix libpbd tests.
2012-05-16 23:11:16 +00:00
testrunner.cc
remove executable mode-bit from files
2013-06-16 21:54:08 +02:00
TestSession.ardour
…
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
…