..
.cvsignore
.DS_Store
abstract_ui.cc
eventloop and abstractui debugging, lots more commenting on abstractui/eventloop implementation; minor tweaks elsewhere
2012-04-24 16:45:38 +00:00
abstract_ui.h
remove Evoral::RingBuffer, which was (a) duplicating PBD::RingBufferNPT and (b) broken; replace it with PBD::RingBufferNPT
2011-03-26 19:01:12 +00:00
base_ui.h
remove virtual inheritance of sigc::trackable by Receiver and AbstractUI<T>, done by changing Gtkmm2ext::UI to use composition (HAS-A) rather than inheritance (IS-A) for Receiver; use correct synchronization when starting up a BseUI event loop thread so that tests that start/stop quickly do not encounter a race condition
2012-05-14 17:07:53 +00:00
basename.h
boost_debug.h
#ifdef-ize all/most uses of the boost debug hooks API
2011-02-10 18:33:43 +00:00
cartesian.h
switch cartesian/spherical function names and make them use length. still a tweak needed here
2011-02-24 18:55:33 +00:00
clear_dir.h
command.h
compose.h
controllable_descriptor.h
merge 3.0-panexp (pan experiments) branch, revisions 8534-8585 into 3.0, thus ending 3.0-panexp. THIS COMMIT WILL BREAK ALL EXISTING 3.0 SESSIONS IN SOME WAY (possibly not fatally).
2011-01-27 01:31:03 +00:00
controllable.h
Reinstate user Controllable values, as they are needed
2012-01-21 16:38:56 +00:00
convert.h
move string_is_affirmative() into libpbd
2012-04-12 11:45:40 +00:00
cpus.h
crossthread.h
eventloop and abstractui debugging, lots more commenting on abstractui/eventloop implementation; minor tweaks elsewhere
2012-04-24 16:45:38 +00:00
debug_rt_alloc.h
Fix build.
2011-01-19 21:52:46 +00:00
debug.h
eventloop and abstractui debugging, lots more commenting on abstractui/eventloop implementation; minor tweaks elsewhere
2012-04-24 16:45:38 +00:00
demangle.h
use #include <typeinfo> before using typeid
2012-03-01 20:25:31 +00:00
destructible.h
enumwriter.h
Add basic test of playlist layering.
2011-12-15 14:33:20 +00:00
epa.h
error.h
event_loop.h
eventloop and abstractui debugging, lots more commenting on abstractui/eventloop implementation; minor tweaks elsewhere
2012-04-24 16:45:38 +00:00
failed_constructor.h
fastlog.h
file_manager.h
Assorted doxygen fixes; no functional changes.
2011-05-23 22:12:45 +00:00
file_utils.h
filesystem.h
Add path_is_within to decide if a path is within a given
2012-05-28 16:32:41 +00:00
forkexec.h
fpu.h
functor_command.h
id.h
make Stateful::_id private and provide appropriate methods to set it, and use them throughout ardour
2011-10-18 13:18:47 +00:00
locale_guard.h
malign.h
mathfix.h
memento_command.h
Use a MementoCommandBinder for Crossfades so that the undo record can contain details for crossfades that are subsequently deleted ( #4325 ).
2011-09-21 15:54:19 +00:00
mountpoint.h
openuri.h
pathscanner.h
pool.h
properties.h
property_basics_impl.h
property_basics.h
property_list_impl.h
property_list.h
pthread_utils.h
rcu.h
receiver.h
remove virtual inheritance of sigc::trackable by Receiver and AbstractUI<T>, done by changing Gtkmm2ext::UI to use composition (HAS-A) rather than inheritance (IS-A) for Receiver; use correct synchronization when starting up a BseUI event loop thread so that tests that start/stop quickly do not encounter a race condition
2012-05-14 17:07:53 +00:00
replace_all.h
ringbuffer.h
ringbufferNPT.h
Fix some warnings.
2012-04-20 23:34:15 +00:00
search_path.h
Assorted doxygen fixes; no functional changes.
2011-05-23 22:12:45 +00:00
selectable.h
semaphore.h
Fix compilation on Windows. Probably.
2012-05-10 21:53:01 +00:00
semutils.h
sequence_property.h
Assorted doxygen fixes; no functional changes.
2011-05-23 22:12:45 +00:00
shortpath.h
signals.h
Must disconnect old UnscopedConnection when setting a new one in operator=, otherwise the old one is leaked.
2012-05-21 10:26:10 +00:00
signals.py
Try to make signals.h.py more cross-python-version compatible.
2012-05-15 10:43:47 +00:00
sndfile_manager.h
Assorted doxygen fixes; no functional changes.
2011-05-23 22:12:45 +00:00
stacktrace.h
stateful_diff_command.h
stateful.h
Clear up confusion with overloads of _frozen and frozen()
2011-12-17 16:37:18 +00:00
statefuldestructible.h
stl_delete.h
stl_functors.h
strsplit.h
textreceiver.h
thrown_error.h
tokenizer.h
touchable.h
transmitter.h
undo.h
Fix undo nesting.
2011-01-19 17:38:46 +00:00
unknown_type.h
unwind.h
new file, a small idea
2012-01-18 01:34:53 +00:00
uuid_boost.h
revert earlier changes to uuid class, but keep boost version in svn for the future
2011-02-08 02:21:15 +00:00
uuid.h
revert earlier changes to uuid class, but keep boost version in svn for the future
2011-02-08 02:21:15 +00:00
whitespace.h
xml++.h
some deep changes to xml++ in which we retain a C-level xmlDocPtr as a member of an XMLTree objects. this allows us to do repeated XPATH searches (as in the midnam parser of libmidi++) without constantly rewriting an entire tree into memory to recreate a new xmlDocPtr with which we can search. Since XMLTree objects don't typically stay around for very long, just when serializing to/from disk, this is not anticipated to have much (if any) impact on memory consumption
2012-03-20 18:01:07 +00:00