Merge branch 'windows' of git.ardour.org:ardour/ardour into windows
[ardour.git] / libs / pbd /
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-09-03 Paul DavisMerge branch 'master' into windows
2013-08-26 John EmmasMinor tweaks to MSVC build (hopefully of little consequ...
2013-08-24 Paul Davisfix merge conflicts from master
2013-08-15 Paul Davisfix newly-appearing crash-at-close caused by muddled...
2013-08-13 Tim MayberryCall setup_libpbd_enums in PBD::init for portability
2013-08-13 Tim MayberryCall Gio::init from PBD::init instead of ARDOUR::init
2013-08-13 Tim MayberryAdd PBD::init and PBD::cleanup
2013-08-06 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-08-04 John Emmas'libs/ardour' - Main body of changes required for build...
2013-08-04 John Emmas'libs/ardour' - Use 'const_iterator' where appropriate...
2013-08-02 Paul DavisMerge branch 'master' into windows
2013-08-02 Michael FisherResolve duplicate symbol 'cocoa_open_uri' on OSX builds.
2013-08-02 Michael FisherStop compiler warning about NSURL
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul DavisMerge branch 'master' into windows
2013-08-01 Paul Davisfix merge conflict from master
2013-07-31 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-07-29 Paul DavisMerge branch 'clang-rebased' of https://github.com...
2013-07-29 Michael FisherProper OSX/CLANG/CXX11 support in stl_delete.h
2013-07-28 Robin Gareusfix compiler warnings.
2013-07-24 John EmmasFurther changes to msvc/pbd (mostly to add support...
2013-07-24 John EmmasCorrect a typo in 'msvc_pbd.h'
2013-07-22 Tim MayberryReinstate include of regex.h for Linux and MinGW build
2013-07-18 John EmmasAdapt libs/pbd/ffs.cc to be buildable with MSVC
2013-07-17 Paul Davisbreak symbol name cycle on non-win32-non-gcc platforms
2013-07-17 John EmmasMerge branch 'windows' of git.ardour.org:ardour/ardour...
2013-07-17 John EmmasJOHNE source files (needed for building libpbd with...
2013-07-17 Paul DavisMerge branch 'master' into windows
2013-07-17 Tim MayberryAdd PBD::ffs function
2013-07-17 Tim MayberryAllow PBD::canonical_path to compile with mingw build
2013-07-17 John EmmasMerge branch 'windows' of git://git.ardour.org/ardour...
2013-07-17 John EmmasRemaining changes needed for building libpdb on Windows...
2013-07-17 John EmmasAccommodate 'pthread-win32' and 'boost/regex' (for...
2013-07-17 John EmmasOther (Windows specific) includes for libpbd
2013-07-16 John Emmas'libs/pbd/file_utils.cc' didn't apply cleanly for some...
2013-07-16 Robin GareusMerge branch 'clang' of https://github.com/axetota...
2013-07-16 John EmmasWindows (compiler specific) includes for libpbd
2013-07-16 Michael R. FisherTemporary OSX/Clang/C++11 workaround
2013-07-15 Paul Davisuse g_unlink() rather than unlink() universally, requir...
2013-07-15 Paul Davis(reapply with fixes) Build system changes to support...
2013-07-15 Paul DavisRevert "Build system changes to support mingw build...
2013-07-15 Paul DavisBuild system changes to support mingw build target
2013-07-15 Paul Davisadd and Update mutex test that is no longer necessary...
2013-07-15 Paul DavisFix reading and writing of files on windows in PBD...
2013-07-15 Paul DavisUse g_open instead of ::open in PBD::FileManager
2013-07-14 Paul DavisMerge branch 'master' into windows
2013-07-13 Paul DavisAdd test for Glib::Mutex::trylock
2013-07-13 Paul DavisAdd DEBUG_TRACE output to file utility functions in...
2013-07-13 Paul DavisAdd header include required by mingw compiler
2013-07-13 Paul DavisUse custom comparator in threadmap for pthread impl...
2013-07-11 Paul DavisAdd ::localtime_r implementation for mingw
2013-07-11 Paul Davisremove direct of realpath(2), replace with canonical_pa...
2013-07-11 Paul DavisAdd PBD::GlibSemaphore class that uses PBD::atomic_coun...
2013-07-11 Paul DavisAdd wrapping class for glib atomic counter
2013-07-11 Paul DavisAdd timersub macro for platforms where it isn't defined
2013-07-11 Paul DavisUndef SearchPath where needed as it is defined via...
2013-07-11 Paul Davis Use timeout source to process ui requests on windows
2013-07-11 Paul DavisHide UI request mechanism from inheriting classes
2013-07-11 Paul DavisIfdef unix specific test for mingw build
2013-07-11 Paul DavisDon't use parts of signal.h that aren't defined when...
2013-07-11 Paul DavisAdd implementation for ProcessSemaphore on windows
2013-07-11 Paul DavisInclude io.h on windows for access
2013-07-11 Paul DavisAdd an empty implementation of PBD::mountpoint for...
2013-07-11 Paul DavisUse pbd/resource.h in PBD::FileManager
2013-07-11 Paul DavisAdd pbd/resource.h for portable access to resource...
2013-07-11 Paul DavisFallback to gettimeofday for access time in FileManager
2013-07-11 Paul DavisUse boost::tokenizer in PBD::parse_debug_options for...
2013-07-11 Paul DavisUse boost::uuid instead of libuuid
2013-07-11 Paul DavisUse PBD::pthread_name in debug output instead of pthrea...
2013-07-11 Paul DavisUse PBD::pthread_name in debug output for portability
2013-07-11 Paul Davis Use a std::list instead of std::set for the ThreadMap...
2013-07-11 Paul DavisUse pthread_equals in libpbd for portability
2013-07-11 Paul DavisUse g_setenv and g_getenv for portability
2013-07-11 Paul DavisRemove non-portable and unnused header includes
2013-07-11 Paul DavisRevert "Remove non-portable and unnused header includes"
2013-07-11 Paul DavisRemove non-portable and unnused header includes
2013-07-11 Paul Davisadd new files from test changes by timbyr
2013-07-11 Paul DavisUse test_search_path to find test data in xpath test
2013-07-11 Paul DavisAdd test_search_path function in PBD testsuite
2013-06-16 Robin Gareusremove executable mode-bit from files
2013-06-09 Paul DavisMerge branch 'master' of git@git.ardour.org:ardour...
2013-06-07 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-06-07 Robin GareusRevert all close-on-exec changes from earlier today
2013-06-07 Robin Gareusfix typo in SndFileDescriptor::open() -- check if file...
2013-06-07 Robin Gareusfix use of sf_open_fd() instad of sf_open()
2013-06-07 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-06-07 Robin Gareusclose audio-file if it cannot be opened
2013-06-07 Robin Gareusfix issue (creating new sound-files) in 92161b57
2013-06-07 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-06-07 Robin Gareusmark more filedes as close-on-exec. - here audio+midi...
2013-06-07 Robin Gareusmore sockets to close on fork()
2013-06-06 Paul Davisimplement OSC /ardour/route/send/gainabs and /ardour...
2013-05-08 Paul Davisuse hw.physicalcpu to get a more accurate CPU count...
2013-05-01 Paul DavisMerge branch 'license-fix' of https://github.com/adikno...
2013-04-30 Paul Davisdon't print stacktraces to the supplied ostream AND...
2013-04-22 Adrian KnothDrop obsolete dmalloc.cc from libs/pbd.
2013-04-22 Adrian KnothDisable obsolete compilation of libs/pds/dmalloc.cc
2013-04-22 Adrian KnothFix license in fastlog.
2013-04-06 Paul Davisfix crash when using track templates caused by a recent...
next