ardour/libs
Paul Davis edd95566fd 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-08-17 21:00:44 -04:00
..
appleutility [Summary] Made Tracks buildable on MAC OS X 10.9 Maverricks. 2014-07-15 15:14:08 +03:00
ardour do not call basename_nosuffix() before using matching_unsuffixed_filename_exists_in() because the latter does that call itself. 2014-08-17 21:00:44 -04:00
ardouralsautil update ARD - allow to release it as standalone tool. 2014-08-17 19:57:49 -04:00
audiographer remove redundant os.path.join() calls when specifying install path as bld.env['LIBDIR'] 2014-08-16 16:10:30 -04:00
backends Dummy Backend: optimize random-number implementation 2014-08-17 20:44:11 -04:00
canvas fix potential crash if certain Canvas methods are used before its window is realized 2014-08-17 20:41:38 -04:00
clearlooks-newer finish unfinished work at basing all install paths on the program name 2014-08-16 16:10:15 -04:00
clearlooks-older
evoral make sure that copy constructors and operator= for ControlList pass along the _interpolation value 2014-08-17 20:48:32 -04:00
fst vst-scanner app: properly init and use libpbd's Transmitter 2014-08-16 16:50:32 -04:00
gtkmm2ext add std::string variant of set_size_request_to_display_given_string() 2014-08-17 20:50:07 -04:00
libltc Fix compile when using external version of libltc 2013-12-05 20:57:36 +10:00
midi++2 Use PBD::find_files_matching_pattern instead of other variations 2014-08-17 18:12:40 -04:00
panners finish unfinished work at basing all install paths on the program name 2014-08-16 16:10:15 -04:00
pbd Add PBD::get_suffix() for ripping file suffixes from paths 2014-08-17 20:43:55 -04:00
plugins/reasonablesynth.lv2 change reasonable-synth to be sample accurate (note on/off) 2014-08-17 20:37:43 -04:00
qm-dsp remove redundant os.path.join() calls when specifying install path as bld.env['LIBDIR'] 2014-08-16 16:10:30 -04:00
surfaces Rename PBD::find_file_in_search_path to just PBD::find_file 2014-08-17 18:36:02 -04:00
timecode fix timecode > 2^31 samples calculation on 32bit systems 2014-08-17 20:39:30 -04:00
vamp-plugins finish unfinished work at basing all install paths on the program name 2014-08-16 16:10:15 -04:00
vfork add GPLv2 to exec_wrapper 2014-08-16 17:03:12 -04:00