Use test utility function to find evoral test files
[ardour.git] / libs / pbd /
2014-12-03 Tim MayberryRemove unnecessary comma in pbd wscript file
2014-12-03 Tim MayberryUse PBD::tmp_writable_directory in test_output_directory
2014-12-03 Tim MayberryAdd PBD::tmp_writable_directory utility function to...
2014-11-30 John EmmasProcess 'default_ui_config.in' when building with MSVC
2014-11-25 David RobillardRemove dead code.
2014-11-24 Robin Gareusfix OSX open URL in browser
2014-11-24 John EmmasSimulate 'trunc()' which isn't available in MSVC
2014-11-24 John EmmasRemove a commented out line in 'pbd/stacktrace.h'
2014-11-23 Robin Gareusamend c4533939b9
2014-11-23 Robin Gareusfix/silence various compiler warnings.
2014-11-23 Robin Gareus-Wunused-function on windows
2014-11-14 Jeremy CarterMerge remote-tracking branch 'upstream/master'
2014-11-14 Robin Gareusadd abort() to non-reached code
2014-10-29 John EmmasAdd support for USE_CAIRO_IMAGE_SURFACE when building...
2014-10-19 Robin GareusOS 10.10 compile fixes
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-10-08 John EmmasWhen building 'libs/pbd/cpus.cc' (with MSVC) make sure...
2014-10-02 Robin Gareusfix clock_gettime detection
2014-09-30 Robin Gareusadd missing header include (for snprintf)
2014-09-28 Robin Gareusrecursive file copy function
2014-09-11 Paul Davisprovide compile-time-enabled/disabled debugging of...
2014-09-09 John EmmasAdd 'libs/pbd/pbd/pthread_utils.h' to our pbd project...
2014-09-09 John EmmasRe-introduce our pthread macros (after fixing an earlie...
2014-09-09 John EmmasRevert "Add a couple of pthread helper macros"
2014-08-28 John EmmasMake sure all our VC projects agree that the product...
2014-08-04 John EmmasModify our VC project files to work with msvc32-fixup.pl
2014-07-27 John EmmasMinor change to 'pbd/controllable.h'
2014-07-22 Ben Loftis3 monitor tweaks for the_CLA. shift+click to default...
2014-07-18 Paul DavisMerge branch 'waveview_hacks' of https://github.com...
2014-07-18 Ben Loftistweaks for the monitor section. refactoring of some...
2014-07-15 David RobillardUpdate vcproj files for changed LILV config define.
2014-07-11 Robin Gareuspossible fix for win SystemExec::wait()
2014-07-11 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
2014-07-11 Paul Daviscatch null vfork_exec_wrapper before it is too late
2014-07-11 John EmmasAdd newly introduced (MD5) sources to our MSVC project...
2014-07-08 Paul DavisAdd PBD::get_suffix() for ripping file suffixes from...
2014-07-08 Paul Davisadd operator-= variants for PBD::Searchpath
2014-07-08 Paul Davisadd MD5 implementation to wscript
2014-07-08 Paul Davisadd cleaned up MD5 C++ implementation for general use
2014-07-06 Robin Gareusoptimize SystemExec::output_interposer()
2014-07-05 Colin FletcherMake $PATH search in SystemExec actually work
2014-07-05 Robin Gareusdebug info to trace down "cannot rename temp session...
2014-07-01 Ben Loftissplice mode is undefined, undocumented, and buggy....
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
2014-06-28 Robin Gareussearch-path: filter out duplicates
2014-06-28 John EmmasUse 'GStatBuf' in preference to 'struct stat' (which...
2014-06-28 John EmmasRemove (no longer needed) sources from our MSVC projects
2014-06-25 Tim MayberryAdd unit tests for PBD::clear_directory and PBD::remove...
2014-06-25 Tim MayberryRename internal class to stop the wrong destructor...
2014-06-25 Tim MayberryAdd a PBD::TextReceiver in pbd testrunner
2014-06-25 Tim MayberryAdd simple test for PBD::find_files_matching_pattern
2014-06-25 Tim MayberryUse PBD::FdFileDescriptor in PBD::copy_file
2014-06-25 Tim MayberryFix PBD::copy_file so it works with non-ASCII filenames...
2014-06-25 Tim MayberryAdd test utility function to PBD tests to return some...
2014-06-25 Tim MayberryAdd a test for PBD::copy_file using test files with...
2014-06-25 Tim MayberryFix PBD::copy_files so that it uses O_BINARY on windows...
2014-06-25 Tim MayberryUse PLATFORM_WINDOWS define instead of WIN32 in PBD...
2014-06-25 Tim MayberryCall PBD::init and PBD::cleanup in pbd test executable
2014-06-25 Tim MayberryAdd test for PBD::copy_file
2014-06-25 Tim MayberryAdd utility function to test lib to create a test directory
2014-06-25 Tim MayberryChange PBD::get_files and PBD::get_paths to take a...
2014-06-25 Tim MayberryAdd/Update docs in pbd/file_utils.h
2014-06-25 Tim MayberryUse run_functor_for_paths in PBD::get_paths
2014-06-25 Tim MayberryRename PBD::get_files_in_directory to just PBD::get_fil...
2014-06-25 Tim MayberryRename PBD::get_directory_contents to PBD::get_paths
2014-06-25 Tim MayberryUse run_functor_for_paths in PBD::find_files_matching_p...
2014-06-25 Tim MayberryAdd function PBD::find_paths_matching_filter
2014-06-25 Tim MayberryUse run_functor_for_paths in PBD::find_files_matching_f...
2014-06-25 Tim MayberryAdd function to file_utils intended to be used internally
2014-06-25 Tim MayberryAdd some debug output in file_utils.cc
2014-06-25 Tim MayberryRemove reference to strtok_r now that it isn't used
2014-06-25 Tim MayberryChange formatting of DEBUG_TRACE calls to match style...
2014-06-25 Tim MayberryMove functions in pbd/clear_dir.h/cc into pbd/file_util...
2014-06-25 Tim MayberryAdd remove_directory_internal function and use it in...
2014-06-25 Tim MayberryReimplement PBD::clear_dir using PBD::get_directory_con...
2014-06-25 Tim MayberryRename PBD::find_file_in_search_path to just PBD::find_file
2014-06-25 Tim MayberryUse PBD::find_files_matching_pattern instead of other...
2014-06-25 Tim MayberryAdd a variation of PBD::find_files_matching_pattern...
2014-06-25 Tim MayberryAdd new function PBD::find_files_matching_pattern
2014-06-25 Tim MayberryChange PBD::find_files_matching_regex and PBD::find_fil...
2014-06-25 Tim MayberryReimplement PBD::find_files_matching_filter using Searc...
2014-06-25 Tim MayberryRemove limit parameter from PBD::find_files_matching_regex
2014-06-25 Tim MayberryRemove parameters from PBD::find_files_matching_regex
2014-06-25 Tim MayberryChange PBD::get_files_in_directory to return full paths...
2014-06-25 Tim MayberryAdd PBD::get_directory_contents to pbd/file_utils.h
2014-06-19 John EmmasRemove (no longer needed) sources from an MSVC project
2014-06-19 John EmmasMove the definition for 'strtok_r' (to avoid clashing...
2014-06-17 Paul DavisMerge branch 'pathscanner-refactor' of https://github...
2014-06-17 Tim MayberryRemove PathScanner class from libpbd
2014-06-17 Tim MayberryReplace all use of PathScanner with equivalent function...
2014-06-17 Tim MayberryAdd default arguments to match those in PathScanner...
2014-06-17 Tim MayberryMove member functions from PathScanner to functions...
2014-06-17 Tim MayberryMove PathScanner::operator() into header
2014-06-17 Tim MayberryRemove unused methods in PathScanner
2014-06-17 Tim MayberryRename PathScanner::run_scan_internal to PathScanner...
2014-06-17 Tim MayberryRemove PathScanner::run_scan and use PathScanner::run_s...
2014-06-17 Tim MayberryAdd PathScanner::find_files_matching_regex and move...
2014-06-17 Tim MayberryRemove member filter argument from PathScanner methods...
2014-06-17 Tim MayberryChange PBD::PathScanner API to return results by value...
next