summaryrefslogtreecommitdiff
path: root/libs/pbd/pbd
AgeCommit message (Expand)Author
2014-10-19OS 10.10 compile fixesRobin Gareus
2014-09-28recursive file copy functionRobin Gareus
2014-09-11provide compile-time-enabled/disabled debugging of connections being made to ...Paul Davis
2014-09-09Re-introduce our pthread macros (after fixing an earlier typo)John Emmas
2014-09-09Revert "Add a couple of pthread helper macros"John Emmas
2014-07-27Minor change to 'pbd/controllable.h'John Emmas
2014-07-223 monitor tweaks for the_CLA. shift+click to default, and new preset valsBen Loftis
2014-07-18tweaks for the monitor section. refactoring of some buttons, using new Ardou...Ben Loftis
2014-07-11Add newly introduced (MD5) sources to our MSVC project (also, add visibility ...John Emmas
2014-07-08Add PBD::get_suffix() for ripping file suffixes from pathsPaul Davis
2014-07-08add operator-= variants for PBD::SearchpathPaul Davis
2014-07-08add cleaned up MD5 C++ implementation for general usePaul Davis
2014-06-25Change PBD::get_files and PBD::get_paths to take a Searchpath instead of dire...Tim Mayberry
2014-06-25Add/Update docs in pbd/file_utils.hTim Mayberry
2014-06-25Rename PBD::get_files_in_directory to just PBD::get_files, change parameter o...Tim Mayberry
2014-06-25Rename PBD::get_directory_contents to PBD::get_pathsTim Mayberry
2014-06-25Add function PBD::find_paths_matching_filterTim Mayberry
2014-06-25Move functions in pbd/clear_dir.h/cc into pbd/file_utils.h/ccTim Mayberry
2014-06-25Rename PBD::find_file_in_search_path to just PBD::find_fileTim Mayberry
2014-06-25Use PBD::find_files_matching_pattern instead of other variationsTim Mayberry
2014-06-25Add a variation of PBD::find_files_matching_pattern for convenienceTim Mayberry
2014-06-25Add new function PBD::find_files_matching_patternTim Mayberry
2014-06-25Change PBD::find_files_matching_regex and PBD::find_files_matching_filter to ...Tim Mayberry
2014-06-25Remove limit parameter from PBD::find_files_matching_regexTim Mayberry
2014-06-25Remove parameters from PBD::find_files_matching_regexTim Mayberry
2014-06-25Add PBD::get_directory_contents to pbd/file_utils.hTim Mayberry
2014-06-17Remove PathScanner class from libpbdTim Mayberry
2014-06-17Add default arguments to match those in PathScanner::operator()Tim Mayberry
2014-06-17Move member functions from PathScanner to functions in pbd/file_utils.hTim Mayberry
2014-06-17Move PathScanner::operator() into headerTim Mayberry
2014-06-17Remove unused methods in PathScannerTim Mayberry
2014-06-17Rename PathScanner::run_scan_internal to PathScanner::find_files_matching_filterTim Mayberry
2014-06-17Remove PathScanner::run_scan and use PathScanner::run_scan_internal directlyTim Mayberry
2014-06-17Add PathScanner::find_files_matching_regex and move regexp usage to one placeTim Mayberry
2014-06-17Remove member filter argument from PathScanner methods and use normal filter ...Tim Mayberry
2014-06-17Change PBD::PathScanner API to return results by value to avoid inadvertent m...Tim Mayberry
2014-06-15plug some leaksRobin Gareus
2014-06-02fix errors in manual conflict resolutionPaul Davis
2014-06-02merge with master and fix 4 conflicts by handPaul Davis
2014-05-19Merge branch 'mingw-updates' of https://github.com/mojofunk/ardour into cairo...Paul Davis
2014-05-19Merge branch 'export-dialog' into cairocanvasColin Fletcher
2014-05-14Use COMPILER_MINGW define rather than __MINGW64__Tim Mayberry
2014-05-14Reinstate code removed that allows building with mingw and the pthreads-win32...Tim Mayberry
2014-05-06Add a couple of pthread helper macrosJohn Emmas
2014-04-14backport 1d85ab27a7e and ba128eea from cairocanvas branch to remove GIO (pos...Paul Davis
2014-03-24comment tweakPaul Davis
2014-03-24fix a race condition between the death of a thread that communicates with an ...Paul Davis
2014-03-22replace use of Gio:: for plugin stateRobin Gareus
2014-03-13rework SystemExec - use vfork wrapper (and lots of related stuff)Robin Gareus
2014-03-12fix #ifdef in localtime_r header (from Valeriy)Paul Davis