Add CD Metadata "PERFORMER" & "TITLE" fields to .toc & .cue export
[ardour.git] / libs / pbd /
2015-03-16 Paul Davishide issues with g_close() not being available in somew...
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-08 Tim MayberryReduce run time/output of PBD::Timer unit test
2015-03-08 Tim MayberryFix PBD::copy_file on windows to work with non-ascii...
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-14 Robin Gareusfix testPathIsWithin unit-test:
2015-02-12 Tim MayberryFix whitespace in pbd/debug.h
2015-02-12 Tim MayberryAdd local PwdReset class to reset pwd in event of test...
2015-02-12 Tim MayberryAdd some more test assertions so that tests fail when...
2015-02-07 nick_mProperly deallocate memory when clearing selection_op_h...
2015-02-06 nick_mMake undo/redo work for:
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-02-03 John EmmasAdd an extra test to prevent 'PBD::path_is_within(...
2015-01-19 Ben Loftisuse C locale, because POSIX locale is not supported...
2015-01-18 John EmmasOn Windows, #include <shellapi.h> so we can use ShellEx...
2015-01-18 Ben Loftisfix open_uri for windows
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-09 Robin Gareusremove cruft (old unused pre-git version files)
2015-01-02 John EmmasAccommodate some newly introduced source files for...
2015-01-01 Tim MayberryAdd PBD debug macros for recording timing data
2015-01-01 Tim MayberryAdd tests that show the timing differences between...
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-26 John EmmasAdd some newly introduced source files to our MSVC...
2014-12-23 Robin Gareusfix for case-sensitive FS - aa80515f3
2014-12-23 Greg Zharun[Summary] Fixed audio export on Windows. Added support...
2014-12-23 Paul Davisnew file, derived from old libs/ardour/configuration.cc
2014-12-23 Paul Davismove ARDOUR::Configuration and ARDOUR::ConfigVariable...
2014-12-18 David RobillardNo need to yell.
2014-12-15 John EmmasAdd a newly introduced header file to our MSVC project...
2014-12-14 Paul Davismove ScopedFileDescriptor into libpbd and use it
2014-12-12 John EmmasRemove (no longer needed) sources from our MSVC project...
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-09 Paul Daviscorrect install location for .mo files (i18n) and clean...
2014-12-05 John EmmasAdd 'pbd/crossthread.cc' to the MSVC build
2014-12-04 Robin Gareusfix windows compilation
2014-12-04 Paul Davisadd required header
2014-12-04 Paul Davismove WSAStartup() and WSACleanup() out of per-object...
2014-12-04 Paul Davisclean up whitespace
2014-12-04 Tim MayberryInclude pbd/crossthread.cc in the mingw build
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 Davisnew platform specific crossthreadchannel files
2014-12-04 Paul Davismanually merge new CrossThreadChannel implementation...
2014-12-03 Tim MayberryFix running libpbd unit tests when $TOP(in test scripts...
2014-12-03 Tim MayberryAdd DEBUG_TRACE output to PBD::canonical_path
2014-12-03 Tim MayberryAdd ability to set libpbd debug options via PBD_DEBUG...
2014-12-03 Tim MayberryMove setting _fmode flag on windows into PBD::init
2014-12-03 Tim MayberryRemove references in pbd test script to libs no longer...
2014-12-03 Tim MayberryMake pbd test script consistant with other test scripts
2014-12-03 Tim MayberryUse test_output_directory() in pbd filesystem test
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...
next