Add undo for automation write.
[ardour.git] / libs / pbd /
2015-06-12 Paul DavisWe were 2 more debug "bits" away from overflow, so...
2015-06-09 John EmmasAdd the new (UINTSDEFINED) preprocessor directive to...
2015-04-30 Robin Gareusadd a sanity check
2015-04-30 John EmmasCorrectly dereference 'fxbuf' when building with MSVC
2015-04-30 John EmmasWhen testing for x86 / x64 architecture, don't forget...
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-24 Robin Gareuswindows 32bit asm/fpu support.
2015-04-23 Robin Gareusadd missing regexp support to pbd/wscript
2015-04-23 Robin Gareusseparate build host & target (fix win32 asm)
2015-04-22 John EmmasRemove a 'no longer needed' source from our MSVC projec...
2015-04-21 Paul Davis<intrin.h> is for windows only
2015-04-21 Paul Davisadd required header for windows compile of FPU code
2015-04-21 Paul Davisfix build of FPU code on OS X by reverting to use of...
2015-04-21 Paul Davismerge all mingw and msvc specific code for FPU informat...
2015-04-21 Greg Zharun[Summary] Added SSE sound processing functions support...
2015-04-21 Ben Loftismerge fix for tempo branch
2015-04-20 Paul DavisMerge branch 'master' into saveas
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...
next