Correct a typo in 'msvc_pbd.h'
[ardour.git] / libs / pbd /
2013-07-24 John EmmasCorrect a typo in 'msvc_pbd.h'
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...
2013-04-05 Paul DavisMerge branch 'nsm' of https://github.com/royvegard...
2013-04-05 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-04-01 Paul DavisMerge branch 'nsm' of https://github.com/royvegard...
2013-04-01 Paul Davisfix compilation on OS X
2013-03-30 Julien de KozakFix some compilation warnings
2013-03-29 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-24 Paul DavisMerge branch 'master' of git.ardour.org:ardour/ardour
2013-03-24 Sakari BergenFix static initialization order problem
2013-03-24 Sakari BergenFix PBD wscript to be python3 compatible
2013-03-20 Paul DavisMerge branch 'patches' of https://github.com/jdekozak...
2013-03-20 Paul Davismake PBD::stacktrace() be clear if it cannot generate...
2013-03-20 Paul Davisinitial, prototype modifications to permit compilation...
2013-03-20 Julien de KozakFix guard name
2013-03-20 Paul Davisadd missing files
2013-03-20 Paul Davismove path_expand() and search_path_expand() into libpbd...
2013-03-19 Adrian Knoth[cosmetics] Fix typo in debug output
2013-03-17 Robin Gareusremove cruft (old cvsignore files)
2013-03-13 Robin GareusNOOP - pre videotimline cleanup
2013-03-09 Paul Davisadd code to display announcements, and parameterize...
2013-01-30 Paul Davisminor header fix for OS X
2013-01-16 Paul Davisadd copyright comments
2013-01-16 Paul Davisadd copyright comments
2013-01-04 Robin Gareusmerge Marcel Bonnet's patches for Free-BSD
next