summaryrefslogtreecommitdiff
path: root/libs/ardour/wscript
AgeCommit message (Expand)Author
2010-07-14Fix binding of automation list undo records to MIDI sources. Should fix the ...Carl Hetherington
2010-07-11Fix up VST build and add basic support for VSTiCarl Hetherington
2010-07-05require jack 0.118.2 for weakjack.hPaul Davis
2010-06-24step back JACK dependency to 0.118Paul Davis
2010-06-03merge 3.0P into trunk.Torben Hohn
2010-05-16Move FileManager code into libpbd. Use it for SMF read/write.Carl Hetherington
2010-05-14Keep to a quota of open files by closing least recently used ones as required...Carl Hetherington
2010-05-08Remove use of i18n macros in headers. Prevents our gettext.h being included ...Carl Hetherington
2010-04-21commits 6001-6525 inclusive from 2.X applied to 3.0Paul Davis
2010-04-13substantive change: use the JACK wait API and provide "thread buffers" separa...Paul Davis
2010-04-09Prevent clipping during the import of files from sources that haveCarl Hetherington
2010-04-02Make audiographer SndfileWriter use PBD::Signal and use it properly. Also mak...Sakari Bergen
2010-04-02(FULL) not-yet-complete JACK session management patch (TODO: get program name...Paul Davis
2010-04-02Make sure that tests are rebuilt even when only their headers change.Carl Hetherington
2010-03-17do not use SSE source code on a non-x86 buildPaul Davis
2010-03-13"Ardour" -> PROGRAM_NAME change for libardour and setup for gtk2_ardourPaul Davis
2010-03-10how about that ... a monitor/main section .. GUI is still unfinished .. sever...Paul Davis
2010-02-18the Properties & 64bit region commitPaul Davis
2010-02-08new RegionCommand object; remove unused string argument from Region::thaw(); ...Paul Davis
2010-02-03Move i18n stuff into autowaf.David Robillard
2010-01-29MidiClock_SlaveTest: add basic frameworkHans Baier
2010-01-29* add waf option to enable compilation of unit testsHans Baier
2010-01-04add a way to see (most of) the waf config used to build ardour at run time (f...Paul Davis
2009-12-27Re-integrate export-optimization branch.Sakari Bergen
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-10drastic, deep and wide changes to make RouteGroup use boost::shared_ptr<Route...Paul Davis
2009-12-09major design changes: use glib event loop for MIDI thread/UI; rework design o...Paul Davis
2009-12-06Merged revisions 6293,6296-6306,6308 via svnmerge from Taybin Rutkin
2009-12-04cross-thread handling of SessionEvent allocation/deallocation, with widesprea...Paul Davis
2009-12-03Move some (most) playlist-related code and data into a separate objectCarl Hetherington
2009-12-02more MTC stuff, including toggleable use of torben's PI controllerPaul Davis
2009-11-30move some debug trace support code around to a more sane locationPaul Davis
2009-10-30Trim session.h include dependency tree.David Robillard
2009-10-27Update BBT_Time add and subtract interfaces (stubs, just for unit test buildi...David Robillard
2009-10-27Consistent test source file naming (not the Ardour convention though, maybe s...David Robillard
2009-10-27Skeleton tests for BBT_Time.David Robillard
2009-10-27new SnapBBT debug option, split out BBT_time and start work on BBT arithmetic...Paul Davis
2009-10-23Split butler into separate object (partially, just data so far...)David Robillard
2009-10-15rework Stateful::set_state() patch to avoid default version argumentPaul Davis
2009-10-06ogg/flac support bits and pieces; fix up MIDI note dragging and front-edge tr...Paul Davis
2009-08-08waf build works on OS X ; new bindings file and processing system in place fo...Paul Davis
2009-07-23libs/ardour/wscript: unit tests get a target name, inorder to be able to buil...Hans Baier
2009-07-22Update autowaf.David Robillard
2009-07-22make i18n build work ; add mackie dir back to build ; token work on amp for M...Paul Davis
2009-07-17hopefully fix the build, and actually use the optionsPaul Davis
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-06-23Interpolation: First working but buggy version using libsamplerateHans Baier
2009-06-16first pass (ok, third really) at internal send+return - audio routing inside ...Paul Davis