fix mingw compilation
[ardour.git] / libs / pbd / pbd /
2015-08-12 Paul Davisclean up FPU code with some ideas from Chromium and...
2015-07-30 Tim MayberryWinMME based midi input/output for portaudio backend
2015-07-26 Tim MayberryMove ARDOUR::touch_file to pbd/file_utils.h
2015-07-18 John EmmasMinor changes to ensure that MSVC knows about 'CaptureS...
2015-07-16 Ben Loftismerge fix
2015-06-29 Paul Davisvolatile should not be used to describe non-hardware...
2015-06-29 Paul Davisincrease debug bitset size to accomodate additional...
2015-06-29 Paul Davisadd PBD::DEBUG bits for WavesAudio and WavesMIDI
2015-06-29 Greg Zharun[Summary] AudioPort buffer does not need 64 byte alignm...
2015-06-29 Paul DavisAdded optimized AVX function for sample processing
2015-06-29 Greg Zharun[Summary] Added correct memory alignment for Windows...
2015-06-29 GZharun[Summary] Added possibility to identify IO thread which...
2015-06-12 Paul DavisWe were 2 more debug "bits" away from overflow, so...
2015-04-27 Robin Gareusallow to compile PBD::Signals w/o connection debugging
2015-04-27 Robin Gareusconst iterators
2015-04-26 Robin GareusExpose “/route/trim” midi binding.
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
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
next