Use PBD::ffs for portability
[ardour.git] / libs / pbd /
2013-07-17 Tim MayberryAdd PBD::ffs function
2013-07-17 Tim MayberryAllow PBD::canonical_path to compile with mingw build
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
2012-12-16 Paul Davissome explanatory text for CrossThreadPool, so that...
2012-10-29 Paul Davisfix complaints from OS X gcc about constness
2012-08-10 Paul Davisadd -Wpointer-arith -Wcast-qual -Wcast-align and others...
2012-08-09 Paul Davismore vst parameter related stuff
2012-08-09 Paul Davisnew file containing very clever code for floating point...
2012-07-28 Sakari BergenAdd missing #includes to some tests
2012-07-25 Paul Davisconvert from Glib:: to Glib::Threads for all thread...
2012-07-24 Paul Davisremove use of boost::thread/boost::mutex; bump glibmm...
2012-06-25 Carl HetheringtonPatch from johan_mattsson_m to be more graceful if...
2012-06-23 Carl HetheringtonFix build.
2012-06-23 Tim MayberryRemove unused pbd/filesystem.h/cc
2012-06-23 Tim MayberryRemove unused or unnecessary header includes
2012-06-23 Tim MayberryRemove unused PBD:sys::create_directory/ies functions
2012-06-23 Tim MayberryUse g_mkdir_with_parents instead of sys::create_directories
next