|
e26e59b006
|
Move three file utility functions from pbd/filesystem.h to pbd/file_utils.h
git-svn-id: svn://localhost/ardour2/branches/3.0@12863 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2012-06-23 05:08:14 +00:00 |
|
Carl Hetherington
|
ec362b39ad
|
Missing files.
git-svn-id: svn://localhost/ardour2/branches/3.0@12469 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2012-05-28 16:48:39 +00:00 |
|
Carl Hetherington
|
99c1aacc23
|
Fix up tests now that operator= on ScopedConnection disconnects the old connection that it held.
git-svn-id: svn://localhost/ardour2/branches/3.0@12395 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2012-05-23 16:22:51 +00:00 |
|
Carl Hetherington
|
8aca90e593
|
Fix libpbd tests.
git-svn-id: svn://localhost/ardour2/branches/3.0@12315 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2012-05-16 23:11:16 +00:00 |
|
|
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 |
|
Carl Hetherington
|
47faebb367
|
Missing file.
git-svn-id: svn://localhost/ardour2/branches/3.0@11779 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2012-04-02 13:52:36 +00:00 |
|
Carl Hetherington
|
7f417fb44f
|
Remove unused ustring version of url_decode(). Rework
the other version to be a bit simpler, avoiding #4800.
git-svn-id: svn://localhost/ardour2/branches/3.0@11771 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2012-04-01 14:30:06 +00:00 |
|
Carl Hetherington
|
3240a93aad
|
Fix libpbd tests and add test for url_decode().
git-svn-id: svn://localhost/ardour2/branches/3.0@11770 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2012-04-01 14:29:26 +00:00 |
|
Carl Hetherington
|
4c0b104db5
|
Fix test build.
git-svn-id: svn://localhost/ardour2/branches/3.0@11738 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2012-03-21 01:07:05 +00:00 |
|
Carl Hetherington
|
b20a139129
|
Missing files.
git-svn-id: svn://localhost/ardour2/branches/3.0@9075 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-04 17:35:39 +00:00 |
|
Carl Hetherington
|
98248aeb68
|
Test tweaks.
git-svn-id: svn://localhost/ardour2/branches/3.0@9074 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-03-04 17:35:10 +00:00 |
|
Carl Hetherington
|
f8d3b1f7a7
|
Lincoln's OSC clean-ups (#3716).
git-svn-id: svn://localhost/ardour2/branches/3.0@8552 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2011-01-19 22:05:38 +00:00 |
|
Carl Hetherington
|
b92ebde801
|
Fix test.
git-svn-id: svn://localhost/ardour2/branches/3.0@7691 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-25 20:53:27 +00:00 |
|
Carl Hetherington
|
f30402d073
|
clear_history -> clear_changes and some comments.
git-svn-id: svn://localhost/ardour2/branches/3.0@7685 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-08-25 17:32:08 +00:00 |
|
Carl Hetherington
|
963bc50a8b
|
Fix up evoral test suite.
git-svn-id: svn://localhost/ardour2/branches/3.0@7483 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-07-25 00:39:04 +00:00 |
|
Carl Hetherington
|
4dfa48ad1d
|
Add missing test file.
git-svn-id: svn://localhost/ardour2/branches/3.0@6846 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-04-02 21:11:45 +00:00 |
|
Carl Hetherington
|
97e11c790f
|
A few more libpbd test tweaks.
git-svn-id: svn://localhost/ardour2/branches/3.0@6839 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-04-02 16:38:23 +00:00 |
|
Carl Hetherington
|
69f135517a
|
Unbreak build. Sorry.
git-svn-id: svn://localhost/ardour2/branches/3.0@6837 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-04-02 15:45:01 +00:00 |
|
Carl Hetherington
|
9c5f36c328
|
Missing file.
git-svn-id: svn://localhost/ardour2/branches/3.0@6836 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-04-02 15:37:11 +00:00 |
|
Carl Hetherington
|
eecb8c496a
|
Some stub tests for scalar properties.
git-svn-id: svn://localhost/ardour2/branches/3.0@6835 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-04-02 15:35:36 +00:00 |
|
Carl Hetherington
|
9e3280ae67
|
Build libpbd tests using waf.
git-svn-id: svn://localhost/ardour2/branches/3.0@6831 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-04-02 14:52:55 +00:00 |
|
Carl Hetherington
|
24fee4b8ef
|
Rename tests to test to match up with other libraries.
git-svn-id: svn://localhost/ardour2/branches/3.0@6830 d708f5d6-7413-0410-9779-e7cbd77b26cf
|
2010-04-02 14:42:38 +00:00 |
|