summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-26Update waf with a slightly hacked version to print correct paths in compiler ...David Robillard
2009-02-26Fix bad initialization.David Robillard
2009-02-26Correctly pass compiler flags as individual list elements so waf can merge th...David Robillard
2009-02-26Another attempt at FLAC workaround.David Robillard
2009-02-26Attempt to strip stupid FLAC include.David Robillard
2009-02-26\n\nDavid Robillard
2009-02-26Don't lie about syslibs until it actually works...David Robillard
2009-02-26Waf: Build LV2 support.David Robillard
2009-02-26Stub (non-functional) options and configuration summary.David Robillard
2009-02-26Fiddle with CCFLAGS and CXXFLAGS.David Robillard
2009-02-26Use stdin/stdout for menu file generation so waf picks up on the dependency.David Robillard
2009-02-26Waf: build UI/RC files, menu files, keybinding files, and fix paths in wrappe...David Robillard
2009-02-26Don't link against VAmp plugins.David Robillard
2009-02-26Use actually normal taglib headers (apparently it completely changes them on ...David Robillard
2009-02-26Use normal taglib include paths.David Robillard
2009-02-26Use quotes for taglib includes.David Robillard
2009-02-26Version file building stuff.David Robillard
2009-02-26Build VAmp plugins.David Robillard
2009-02-26Waf building of rubberband.David Robillard
2009-02-26Fix a bunch of warnings.David Robillard
2009-02-26Clean up checks.David Robillard
2009-02-26Remove useless checks.David Robillard
2009-02-25Add missing gtk2_ardour wscript.David Robillard
2009-02-25Wrapper scripts for waf built version.David Robillard
2009-02-25Add missing gtkmm2ext wscript.David Robillard
2009-02-25Waf building of gtk2_ardour.David Robillard
2009-02-25Waf building of libardour (yay!).David Robillard
2009-02-25Waf building of taglib and vamp-sdk.David Robillard
2009-02-25Fix stupid warnings.David Robillard
2009-02-25Make unit tests optional.David Robillard
2009-02-25Add top level wscript.David Robillard
2009-02-25Quote includes for control_protocol.David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-25Move waf up to top level, waf building of pbd, evoral, midi++David Robillard
2009-02-25Fix warnings.David Robillard
2009-02-25Fix empty for loop warning in RingBuffer constructor... and scary indentation...David Robillard
2009-02-25Upgrade to waf 1.5.3.David Robillard
2009-02-22Clean up xml++.h and xml++.cc in Ardour style.David Robillard
2009-02-22Make commands noncopyable (they are definitely not copy safe).David Robillard
2009-02-20Fix recording of the last disk chunk's worth of MIDI data.David Robillard
2009-02-20Make source length a dynamic thing.David Robillard
2009-02-19Clean up Region interface, remove Readable stub kludge.David Robillard
2009-02-19Only create a Curve for an AutomationList if we need it.David Robillard
2009-02-19Fix crash when using pencil on empty track areas while zoomer is fully zoomed...David Robillard
2009-02-19Check for alsa correctly. Hopefully.David Robillard
2009-02-19Introduce new time for session-relative frame time, and make source interface...David Robillard
2009-02-19Interpret tempo time based on read position (not source timeline position whi...David Robillard
2009-02-19Readable is not as generic as its name implies ;)David Robillard
2009-02-19Remove unused Session::curves.David Robillard
2009-02-19Remove clear button from automation track headers so controller isn't cut off...David Robillard