..
.cvsignore
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
2008-06-02 21:41:35 +00:00
.DS_Store
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
2008-06-02 21:41:35 +00:00
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
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
2008-06-02 21:41:35 +00:00
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
add new files
2010-07-16 15:45:24 +00:00
command.h
Fix crossfade undo using the stateful diff system. Fixes #3257 .
2010-08-26 01:44:11 +00:00
compose.h
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
2008-06-02 21:41:35 +00:00
controllable.h
Reinstate user Controllable values, as they are needed
2012-01-21 16:38:56 +00:00
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
convert.h
move string_is_affirmative() into libpbd
2012-04-12 11:45:40 +00:00
cpus.h
use JACK thread creation functions to create process-graph threads; provide GUI control over number of threads-relative-to-number-of-CPUS
2010-06-24 14:13:45 +00:00
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.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
demangle.h
use #include <typeinfo> before using typeid
2012-03-01 20:25:31 +00:00
destructible.h
cleanup up cleanup at session destruction; clarify the meaning of 3 signals (DropReferences & Destroyed in libardour ; CatchDeletion in the GTK UI); clarify ownership of objects (session no longer pays attention to DropReferences for objects that it is considered to own, such as routes, sources, etc); fix up MIDI parsing and a couple of other places by correcting syntax for return of values from a boost::signals2::signal (possible danger elsewhere to be checked)
2009-12-22 20:21:43 +00:00
enumwriter.h
Make EnumWriter exceptions a bit more informative.
2012-06-18 18:28:19 +00:00
epa.h
Fixing issues with opening a browser when using the bundle. Use xdg-open instead of glib functions. Fix to epa to ensure that the enviroment is restored correctly. The current enviroment has to be cleared. Otherwise any variables that are set in the current enviroment, but do not have a setting in the restored version will be left set.
2012-06-21 20:15:38 +00:00
error.h
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
2008-06-02 21:41:35 +00:00
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
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
2008-06-02 21:41:35 +00:00
fastlog.h
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
2008-06-02 21:41:35 +00:00
file_manager.h
Assorted doxygen fixes; no functional changes.
2011-05-23 22:12:45 +00:00
file_utils.h
Move file utility function into pbd/file_utils.h and into PBD namespace
2012-06-23 05:08:19 +00:00
forkexec.h
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
2008-06-02 21:41:35 +00:00
fpu.h
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
2008-06-02 21:41:35 +00:00
functor_command.h
*** NEW CODING POLICY ***
2009-02-25 18:26:51 +00:00
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
* libardour uses ARDOUR::nframes_t and ARDOUR::nframes64_t explicitly in headers
2009-10-28 21:36:40 +00:00
malign.h
new file to encapsulate posix_memalign() hackery
2009-04-23 17:43:39 +00:00
mathfix.h
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
2008-06-02 21:41:35 +00:00
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
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
2008-06-02 21:41:35 +00:00
openuri.h
changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)
2010-03-16 15:33:04 +00:00
pathscanner.h
Remove most using declarations from header files.
2009-05-12 17:03:42 +00:00
pool.h
Prevent crash in pool destruction during session teardown.
2010-04-14 23:58:20 +00:00
properties.h
Add new SharedStatefulProperty which manages a shared_ptr to
2012-06-16 17:20:10 +00:00
property_basics.h
Clarify commentary slightly. No functional changes.
2010-12-28 03:05:09 +00:00
property_basics_impl.h
the mega-properties/SequenceProperty patch. split is broken at present (right hand starts has start-in-source of zero)
2010-03-02 00:00:00 +00:00
property_list.h
Modify StatefulDiffCommand undo record to only contain the changes in one direction, as the other direction can be inferred. Breaks session history file compatibility.
2010-08-25 17:31:57 +00:00
property_list_impl.h
the mega-properties/SequenceProperty patch. split is broken at present (right hand starts has start-in-source of zero)
2010-03-02 00:00:00 +00:00
pthread_utils.h
change the way thread name is managed and accessed; store thread name for JACK thread(s); remove bits of debugging output
2009-12-26 16:15:11 +00:00
rcu.h
Fix wacky tabs. Apologies to anybody actually compiling right now. :)
2009-11-01 17:57:57 +00:00
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
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
2008-06-02 21:41:35 +00:00
ringbuffer.h
const correctness.
2010-06-29 13:47:11 +00:00
ringbufferNPT.h
Fix some warnings.
2012-04-20 23:34:15 +00:00
search_path.h
Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_utils.h and ardour/session_dir.h
2012-06-23 05:06:54 +00:00
selectable.h
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
2008-06-02 21:41:35 +00:00
semaphore.h
Fix compilation on Windows. Probably.
2012-05-10 21:53:01 +00:00
semutils.h
fix linux side of semaphore abstraction
2010-11-16 20:01:01 +00:00
sequence_property.h
Patch from johan_mattsson_m to be more graceful if there
2012-06-25 21:19:21 +00:00
shortpath.h
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
2008-06-02 21:41:35 +00:00
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
massive changes to waf build scripts so that nearly everything "should" be working now except for i18n (OSC is not quite right) ; some preliminary work on post-main-out handling, incomplete; a couple of fixes from -Wall and valgrind
2009-07-17 22:12:21 +00:00
stateful.h
Replace PBD::sys::path use in PBD::Stateful
2012-06-23 05:07:27 +00:00
stateful_diff_command.h
Fix crossfade undo using the stateful diff system. Fixes #3257 .
2010-08-26 01:44:11 +00:00
statefuldestructible.h
switch to using boost::signals2 instead of sigc++, at least for libardour. not finished yet, but compiles, loads sessions, records and can close a session without a crash
2009-12-17 18:24:23 +00:00
stl_delete.h
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
2008-06-02 21:41:35 +00:00
stl_functors.h
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
2008-06-02 21:41:35 +00:00
strsplit.h
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
2008-06-02 21:41:35 +00:00
textreceiver.h
Remove most using declarations from header files.
2009-05-12 17:03:42 +00:00
thrown_error.h
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
2008-06-02 21:41:35 +00:00
tokenizer.h
*** NEW CODING POLICY ***
2009-02-25 18:26:51 +00:00
touchable.h
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
2008-06-02 21:41:35 +00:00
transmitter.h
Remove most using declarations from header files.
2009-05-12 17:03:42 +00:00
undo.h
Fix undo nesting.
2011-01-19 17:38:46 +00:00
unknown_type.h
rollback to 3428, before the mysterious removal of libs/* at 3431/3432
2008-06-02 21:41:35 +00:00
unwind.h
new file, a small idea
2012-01-18 01:34:53 +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
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
whitespace.h
use isspace() and not isgraph() to identify whitespace; remove Glib::ustring version of strip_whitespace_edges()
2010-09-14 16:50:22 +00:00
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