Remove over 500 unnecessary includes (including 54 of session.h).
[ardour.git] / libs / pbd /
2012-05-23 Carl HetheringtonFix up tests now that operator= on ScopedConnection...
2012-05-21 Carl HetheringtonMust disconnect old UnscopedConnection when setting...
2012-05-18 Paul Davismajor rationalization of use of search paths. ardour...
2012-05-17 David RobillardFix posix_memalign checks.
2012-05-16 Carl HetheringtonFix libpbd tests.
2012-05-16 Carl HetheringtonAlign the address of the pointer to the fxsave block...
2012-05-16 Carl HetheringtonTweak comment.
2012-05-16 Paul Davisreset _signal member of a Connection so that we will...
2012-05-15 Paul Davisremove two instances of static/global ScopedConnectionL...
2012-05-15 Carl HetheringtonTry to make signals.h.py more cross-python-version...
2012-05-15 Carl HetheringtonTidy up a bit.
2012-05-15 Carl HetheringtonMaybe fix typename / no-typename problems better.
2012-05-15 Carl HetheringtonAdd missing file.
2012-05-15 Carl HetheringtonMake ScopedConnectionList's mutex non-static so that one
2012-05-15 Carl HetheringtonMerge old a new signals code into one set of classes.
2012-05-15 Carl HetheringtonRemove the need for a shared_ptr for Signal; signal
2012-05-15 Carl HetheringtonRemove debug output.
2012-05-14 Carl HetheringtonBuild libs/pbd/pbd/signal.h from its generator python
2012-05-14 Paul Davisdrop boost::signals2 and replace with carl's solution...
2012-05-14 Paul Davisremove virtual inheritance of sigc::trackable by Receiv...
2012-05-14 Paul Davisfix for --test build on OSX
2012-05-10 David RobillardFix compilation on Windows. Probably.
2012-05-09 Paul Daviscorrect cut-n-paste error in new comments for signals.h
2012-05-09 Paul Davisadd some explanatory comments to pbd/signals.h
2012-05-09 Carl HetheringtonFix critical glib warning if a BaseUI is quit without
2012-05-02 Paul Davismore fixes/tweaks from the land of the lion
2012-05-02 Paul Davisanother quick OS X Lion gcc suggestion
2012-04-27 Carl HetheringtonPossibly hacky fix for tests on newer Ubuntu (or maybe
2012-04-24 Paul Daviseventloop and abstractui debugging, lots more commentin...
2012-04-24 Paul Davisremove various debugging output
2012-04-24 Paul Davisadd support for IP MIDI (multicast MIDI over IP UDP...
2012-04-20 Carl HetheringtonFix some warnings.
2012-04-12 Paul Davismove string_is_affirmative() into libpbd
2012-04-05 David RobillardImplement LV2 worker extension.
2012-04-02 Carl HetheringtonMissing file.
2012-04-01 Carl HetheringtonRemove unused ustring version of url_decode(). Rework
2012-04-01 Carl HetheringtonFix libpbd tests and add test for url_decode().
2012-03-21 Carl HetheringtonFix test build.
2012-03-20 Paul Davissome deep changes to xml++ in which we retain a C-level...
2012-03-07 Paul Davisimplement XMLNode::operator=() as a deep operation...
2012-03-01 Paul Davisuse #include <typeinfo> before using typeid
2012-01-21 Carl HetheringtonReinstate user Controllable values, as they are needed
2012-01-20 Carl HetheringtonRemove unused concept of user' values. Make user_to_ui
2012-01-18 Paul Davisnew file, a small idea
2012-01-11 Paul Daviscomplete the do-not-free-data-from-getmntinfo() fix
2012-01-09 Paul Davisfix nasty memory-related crashes caused by not noticing...
2012-01-09 Carl HetheringtonFix typo.
2012-01-08 Paul Davissort debug options
2011-12-28 Paul Davisnew DEBUG_ENABLED(bits) macro, potentially useful here...
2011-12-26 Paul Davisexplain MXCSR shenanigans in libs/pbd/fpu.cc
2011-12-17 Carl HetheringtonClear up confusion with overloads of _frozen and frozen()
2011-12-15 Carl HetheringtonAdd basic test of playlist layering.
2011-12-11 Carl HetheringtonSave templates as directories with plugin state, if
2011-12-02 Paul Davisuse compiler-generated _LP64 macro to detect x86_64...
2011-11-29 Carl HetheringtonSpeculative fix for crash with untranslated messages
2011-11-21 Paul Davistweak wscript files to set PACKAGE in one place
2011-11-21 Carl HetheringtonSimple ambiguitity-resolution wrapper for gettext;...
2011-11-16 Carl HetheringtonSlightly unpleasant fix for creation of tracks from
2011-11-16 Paul Davisremove stupid symlink stuff
2011-11-15 Paul Davisutility function to detect symlinks
2011-11-15 Paul Davisutility function to detect symlinks
2011-11-13 David RobillardApply patch from timbyr to fix building with --test.
2011-10-22 Carl HetheringtonAdd function to recover a full path from something...
2011-10-18 Paul Davismake Stateful::_id private and provide appropriate...
2011-09-30 Paul Davisfixes for 98% of all the warnings/errors reported by...
2011-09-30 Paul Davismore changes to wscript files to catch up with waf...
2011-09-30 Paul Davismake libpbd header checks non-mandatory (for OS X)
2011-09-29 David RobillardUse is_defined to check for HAVE_* variables set by...
2011-09-29 David RobillardRemove use of waf compat15 tool.
2011-09-29 David RobillardUpgrade to waf 1.6.7 and autowaf r52.
2011-09-26 Carl HetheringtonAdd Signal5.
2011-09-21 Carl HetheringtonUse a MementoCommandBinder for Crossfades so that the...
2011-07-02 Carl HetheringtonFix some set-but-not-used variable warnings from gcc 4.6
2011-06-11 Paul Davismajor, substantive reworking of how we store GUI inform...
2011-05-23 Carl HetheringtonFix build.
2011-05-23 Carl HetheringtonAssorted doxygen fixes; no functional changes.
2011-04-22 David RobillardFix Python whitespace (follow PEP8 guidelines, reformat...
2011-04-19 Paul Davisallow invalidation-of-UI-request-by-object-deletion...
2011-04-09 Paul Davisadd PBD::sys::path::exists_and_writable() method to...
2011-04-04 Carl HetheringtonUpdate region peak amplitude when the region is trimmed...
2011-03-30 Carl HetheringtonSpurious character in GPL boilerplate.
2011-03-26 Paul Davisremove Evoral::RingBuffer, which was (a) duplicating...
2011-03-16 David RobillardIndent python files with spaces as per style guide.
2011-03-12 Paul Davismake XMLNode::add_property() correctly re-entrant and...
2011-03-12 Paul Davisa better fix fpr that wierd XMLProperty botch
2011-03-04 Carl HetheringtonMissing files.
2011-03-04 Carl HetheringtonTest tweaks.
2011-03-04 Carl HetheringtonRemove unused bits.
2011-02-28 Paul Davisremove hard-coded use of '/' in pathscanner code as...
2011-02-24 Paul Davisswitch cartesian/spherical function names and make...
2011-02-24 Paul Davisnew implementation of cartesian -> elevation, avoiding...
2011-02-15 Carl HetheringtonClean up and hopefully fix handling of logarithmic...
2011-02-12 Paul Davisactually delete the contents of the history list, rathe...
2011-02-10 Paul Davis#ifdef-ize all/most uses of the boost debug hooks API
2011-02-10 Paul Davisget boost debug code working again (global constructors...
2011-02-08 Paul Davisbuild-side of UUID reversion
2011-02-08 Paul Davisrevert earlier changes to uuid class, but keep boost...
2011-02-07 Paul Davisforward port thread/abstract_ui changes from 2.X to 3.0
2011-02-07 Paul Davisswitch to Boost UUID's and away from libuuid
2011-01-27 Paul Davismerge 3.0-panexp (pan experiments) branch, revisions...
next