Consistent AU factory Preset IDs
[ardour.git] / libs / pbd / pbd /
2015-03-16 Paul Davisadd PBD::toggle_file_existence()
2015-03-12 Tim MayberryRevert commit 635578b3 relating to pthread debugging
2015-03-12 Tim MayberryDefine DEBUG_THREAD_SELF when debug is enabled
2015-03-10 Robin Gareusfix “no per-thread pool” abort
2015-03-09 John EmmasMove 'poor_mans_glob()' into libpbd
2015-03-03 Robin Gareusrecursive regexp file search.
2015-03-01 Robin GareusXthread: blocking read + non-blocking write mode.
2015-02-28 John EmmasIn libpbd the sources 'localeguard.cc/.h' and 'locale_g...
2015-02-27 David RobillardFix unnecessary const violation.
2015-02-12 Tim MayberryFix whitespace in pbd/debug.h
2015-02-05 Paul Davismake two obvously const methods actually be const
2015-02-05 Paul Davisexpand PBD::Pool API and add additional DEBUG_TRACE...
2015-01-18 Ben LoftisDramatically improve windows session-save-time by avoid...
2015-01-10 John EmmasAdd support for the C99 function 'log2()' which is...
2015-01-01 Tim MayberryAdd PBD debug macros for recording timing data
2015-01-01 Tim MayberryAdd PBD::Timer/StandardTimer/BlinkTimer classes for...
2015-01-01 Tim MayberryAdd Timing, TimingData and Timed classes for time measu...
2014-12-26 John Emmasclass 'PBD::Configuration' doesn't actually get exporte...
2014-12-23 Paul Davismove ARDOUR::Configuration and ARDOUR::ConfigVariable...
2014-12-14 Paul Davismove ScopedFileDescriptor into libpbd and use it
2014-12-10 Paul DavisMerge branch 'nofilemanager'
2014-12-10 Paul Davisremove file manager LRU cache from code.
2014-12-10 Paul Davisuse correct conditional to choose between different...
2014-12-10 Paul Davisadd DEBUG_THREAD_SELF to allow use of DEBUG_TRACE with...
2014-12-04 Tim MayberryUse correct name for windows.h
2014-12-04 Paul Davisfix up BaseUI to use crossthreadchannel on all platforms
2014-12-04 Paul Davismanually merge new CrossThreadChannel implementation...
2014-12-03 Tim MayberryAdd PBD::tmp_writable_directory utility function to...
2014-11-25 David RobillardRemove dead code.
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-10-19 Robin GareusOS 10.10 compile fixes
2014-10-16 Paul DavisMerge branch 'cairocanvas'
2014-09-28 Robin Gareusrecursive file copy function
2014-09-11 Paul Davisprovide compile-time-enabled/disabled debugging of...
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-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-11 Paul DavisMerge branch 'cairocanvas' of git.ardour.org:ardour...
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 cleaned up MD5 C++ implementation for general use
2014-07-01 Colin FletcherMerge branch 'ripple-mode-cc' into cairocanvas
2014-07-01 Paul Davismerge with master.
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 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 MayberryAdd function PBD::find_paths_matching_filter
2014-06-25 Tim MayberryMove functions in pbd/clear_dir.h/cc into pbd/file_util...
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 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 MayberryAdd PBD::get_directory_contents to pbd/file_utils.h
2014-06-17 Paul DavisMerge branch 'pathscanner-refactor' of https://github...
2014-06-17 Tim MayberryRemove PathScanner class from libpbd
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...
2014-06-15 Robin Gareusplug some leaks
2014-06-02 Paul Davisfix errors in manual conflict resolution
2014-06-02 Paul Davismerge with master and fix 4 conflicts by hand
2014-05-19 Paul DavisMerge branch 'noppc' of https://github.com/mojofunk...
2014-05-19 Paul DavisMerge branch 'mingw-updates' of https://github.com...
2014-05-19 Colin FletcherMerge branch 'export-dialog' into cairocanvas
2014-05-13 Tim MayberryUse COMPILER_MINGW define rather than __MINGW64__
2014-05-13 Tim MayberryReinstate code removed that allows building with mingw...
2014-05-06 John EmmasAdd a couple of pthread helper macros
2014-04-14 Paul Davisbackport 1d85ab27a7e and ba128eea from cairocanvas...
2014-03-24 Paul Daviscomment tweak
2014-03-24 Paul Davisfix a race condition between the death of a thread...
2014-03-22 Robin Gareusreplace use of Gio:: for plugin state
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-03-13 Robin Gareusrework SystemExec - use vfork wrapper (and lots of...
2014-03-12 Paul Davisfix #ifdef in localtime_r header (from Valeriy)
2014-03-12 John EmmasA few days ago a #define got changed because the releva...
2014-03-10 Paul Davisadd PBD::downcase() functions to libpbd
2014-03-09 Robin Gareusadd missing include to define LIBPBD_API (mingw build)
2014-03-08 John EmmasAdd a couple of visibility specifiers that were missing
2014-03-08 John EmmasUse LIBPBD_TEMPLATE_API and LIBPBD_TEMPLATE_MEMBER_API...
2014-03-04 Robin Gareusmingw build fixes (tested with i686-w64-mingw32 on...
2014-03-02 Paul Davismove export_search_path(), previously in gtk2_ardour...
2014-03-02 Paul Davisremove fallback_folders code, add simpler more focused...
2014-03-02 Paul DavisREALLY REALLY CORRECT template export macros for libpbd
2014-03-01 Paul DavisREALLY CORRECT template export macros for libpbd
2014-03-01 Paul Davisuse template export forms for MemementoCommand
next