summaryrefslogtreecommitdiff
path: root/libs/pbd/wscript
AgeCommit message (Expand)Author
2011-11-21tweak wscript files to set PACKAGE in one placePaul Davis
2011-11-16remove stupid symlink stuffPaul Davis
2011-11-15utility function to detect symlinksPaul Davis
2011-11-13Apply patch from timbyr to fix building with --test.David Robillard
2011-10-22Add function to recover a full path from something like '.'Carl Hetherington
2011-09-30more changes to wscript files to catch up with waf 1.6 and fix OS X issuesPaul Davis
2011-09-30make libpbd header checks non-mandatory (for OS X)Paul Davis
2011-09-29Use is_defined to check for HAVE_* variables set by checks.David Robillard
2011-09-29Remove use of waf compat15 tool.David Robillard
2011-09-29Upgrade to waf 1.6.7 and autowaf r52.David Robillard
2011-04-22Fix Python whitespace (follow PEP8 guidelines, reformatted by Python Reindent)David Robillard
2011-03-16Indent python files with spaces as per style guide.David Robillard
2011-03-04Test tweaks.Carl Hetherington
2011-02-08build-side of UUID reversionPaul Davis
2011-02-07switch to Boost UUID's and away from libuuidPaul Davis
2011-01-19Configure option to abort when malloc is called in the process thread.Carl Hetherington
2010-12-23add EPA stuff from 2.XPaul Davis
2010-11-18steps toward a working VBAP pannerPaul Davis
2010-11-16handle OS X's lack of unnamed semaphores, phase 1Paul Davis
2010-11-13make ardour3 build and link on OS X (tiger, at least)Paul Davis
2010-11-10fix OS X compilationPaul Davis
2010-07-25Fix up evoral test suite.Carl Hetherington
2010-07-16newly created files for use in recording appear in a .stubs folder, and are m...Paul Davis
2010-06-24use JACK thread creation functions to create process-graph threads; provide G...Paul Davis
2010-05-25split out sndfile manager code into its own file; move a couple of utility fu...Paul Davis
2010-05-16Move FileManager code into libpbd. Use it for SMF read/write.Carl Hetherington
2010-04-02Some stub tests for scalar properties.Carl Hetherington
2010-04-02Build libpbd tests using waf.Carl Hetherington
2010-03-16changes from 2.X starting in march 2009 through oct 20 2009 (5826 inclusive)Paul Davis
2010-03-02(1) stop using mangled names in history state, use demangled ones instead (2)...Paul Davis
2010-03-02the mega-properties/SequenceProperty patch. split is broken at present (right...Paul Davis
2010-02-19change PropertyChange from a bitfield into a real object, with all the many w...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-09Modify Stateful to allow undo to be done using differences in state.Carl Hetherington
2009-12-31new PBD::ControllableDescriptor class to encapsulate parsing of binding URIs ...Paul Davis
2009-12-30restore excess calls to sync-order stuff (for now); allow MIDI controllers to...Paul Davis
2009-12-21fully implement and deploy explicit x-thread signal connection syntax (testin...Paul Davis
2009-12-19use new syntax for connecting to backend signals that enforces explicit conne...Paul Davis
2009-12-17switch to using boost::signals2 instead of sigc++, at least for libardour. no...Paul Davis
2009-12-10restore rec-enable, solo & mute functionality; remove all Global*Command cruf...Paul Davis
2009-12-09major design changes: use glib event loop for MIDI thread/UI; rework design o...Paul Davis
2009-11-23boost shared pointer debugging, from an idea by carl hetheringtonPaul Davis
2009-10-28* libardour uses ARDOUR::nframes_t and ARDOUR::nframes64_t explicitly in headersPaul Davis
2009-08-08waf build works on OS X ; new bindings file and processing system in place fo...Paul Davis
2009-07-22Update autowaf.David Robillard
2009-07-17massive changes to waf build scripts so that nearly everything "should" be wo...Paul Davis
2009-07-13merge pre- and post-fader processor boxes; start removing Placement (not fini...Paul Davis
2009-05-04Strip trailing whitespace from waf scripts.David Robillard
2009-04-23remove offset from process callback tree. some breakage may have occured. yes...Paul Davis
2009-04-18Upgrade to waf 1.5.4.David Robillard