summaryrefslogtreecommitdiff
path: root/libs/ardour/audio_library.cc
AgeCommit message (Expand)Author
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2015-07-26Move ARDOUR::touch_file to pbd/file_utils.hTim Mayberry
2014-03-23fix some memory leaksRobin Gareus
2013-07-11Don't require liblrdf on windowsPaul Davis
2012-08-10add -Wpointer-arith -Wcast-qual -Wcast-align and others to compile flags, and...Paul Davis
2012-06-23Replace use of PBD::sys::path in AudioLibraryTim Mayberry
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, pbd/file_util...Tim Mayberry
2010-02-23Fix various code quality issues found by cppcheck (e.g. uninitialized members...David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-05-12Remove most using declarations from header files.Carl Hetherington
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-17Fix the horrible mess that was anything related to sources and paths.David Robillard
2008-09-10merge from 2.0-ongoing @ 3581Paul Davis
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2007-09-06Deep "automation regions" support.David Robillard
2007-06-27Remove AudioLibrary::uri2path and use Glib::filename_from_path in its placeTim Mayberry
2007-06-27Remove AudioLibrary::path2uri and use Glib::filename_to_uri insteadTim Mayberry
2007-06-27Use sys::path and ARDOUR::user_config_directory in AudioLibrary for portablilityTim Mayberry
2007-01-05First pass of sfdb tag searching. Not functional, but very very close.Taybin Rutkin
2006-12-01Properly encode file URIs in the sfdb.Taybin Rutkin
2006-12-01PBD::strip_whitespace_edges() returns the empty string if the passed string isTaybin Rutkin
2006-08-31Fixed compilation of CoreAudioSourceTaybin Rutkin
2006-07-27sfdb paths are saved and restored.prercuTaybin Rutkin
2006-07-19Updated config.guess fileTaybin Rutkin
2006-07-11Fix for compiling on gcc4.Taybin Rutkin
2006-06-21the return of VST supportPaul Davis
2006-03-12removed the following environment variables:Tim Mayberry
2006-01-13All useage of ArdourPrompter checks for a valid result.Taybin Rutkin
2006-01-04sfdb_v3. only in the backend currently.Taybin Rutkin
2005-10-10sfdb append optimization.Taybin Rutkin
2005-10-06fix compose mess, and a number of 64 bit printf specsPaul Davis
2005-09-24libardour added.Taybin Rutkin