13
0
livetrax/libs
Paul Davis 94c8b672c4 do not call basename_nosuffix() before using matching_unsuffixed_filename_exists_in() because the latter does that call itself.
As the code used to be, if we are testing for a candidate filename of aaa.bbb.ccc, the call strips .ccc and matching_... strips .bbb
resulting in a match with aaa, which is not intended at all.
2014-07-10 08:16:27 -04:00
..
appleutility use "portable" approach to forcing visible symbols in third party libs (qm-dsp, vamp-plugins, appleutility, clearlooks) 2014-01-17 13:19:42 -05:00
ardour do not call basename_nosuffix() before using matching_unsuffixed_filename_exists_in() because the latter does that call itself. 2014-07-10 08:16:27 -04:00
ardouralsautil update ARD - allow to release it as standalone tool. 2014-06-29 21:19:04 +02:00
audiographer remove redundant os.path.join() calls when specifying install path as bld.env['LIBDIR'] 2014-04-28 21:18:02 -04:00
backends Dummy Backend: optimize random-number implementation 2014-07-08 18:40:51 +02:00
canvas fix potential crash if certain Canvas methods are used before its window is realized 2014-07-07 08:00:20 -04:00
clearlooks-newer finish unfinished work at basing all install paths on the program name 2014-04-28 21:11:08 -04:00
clearlooks-older
evoral make sure that copy constructors and operator= for ControlList pass along the _interpolation value 2014-07-09 14:30:38 -04:00
fst vst-scanner app: properly init and use libpbd's Transmitter 2014-05-17 16:54:12 +02:00
gtkmm2ext add std::string variant of set_size_request_to_display_given_string() 2014-07-09 16:48:36 -04:00
libltc Add the main VC project files for building Ardour3 with Microsoft Visual Studio 2014-04-08 09:49:35 +01:00
midi++2 Use PBD::find_files_matching_pattern instead of other variations 2014-06-25 12:40:10 -04:00
panners finish unfinished work at basing all install paths on the program name 2014-04-28 21:11:08 -04:00
pbd Add PBD::get_suffix() for ripping file suffixes from paths 2014-07-08 12:24:56 -04:00
plugins/reasonablesynth.lv2 change reasonable-synth to be sample accurate (note on/off) 2014-07-06 13:24:53 +02:00
qm-dsp remove redundant os.path.join() calls when specifying install path as bld.env['LIBDIR'] 2014-04-28 21:18:02 -04:00
surfaces Rename PBD::find_file_in_search_path to just PBD::find_file 2014-06-25 12:40:10 -04:00
timecode fix timecode > 2^31 samples calculation on 32bit systems 2014-07-06 22:44:22 +02:00
vamp-plugins finish unfinished work at basing all install paths on the program name 2014-04-28 21:11:08 -04:00
vfork add GPLv2 to exec_wrapper 2014-05-22 23:44:28 +02:00