summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
2013-07-13Add test for Glib::Mutex::trylockPaul Davis
2013-07-13Add DEBUG_TRACE output to file utility functions in libpbdPaul Davis
2013-07-13Add header include required by mingw compilerPaul Davis
2013-07-13Use custom comparator in threadmap for pthread impl with mingwPaul Davis
2013-07-11Add ::localtime_r implementation for mingwPaul Davis
2013-07-11remove direct of realpath(2), replace with canonical_path() which is a no-op ...Paul Davis
2013-07-11Add PBD::GlibSemaphore class that uses PBD::atomic_counter etc.Paul Davis
2013-07-11Add wrapping class for glib atomic counterPaul Davis
2013-07-11Add timersub macro for platforms where it isn't definedPaul Davis
2013-07-11Undef SearchPath where needed as it is defined via windows.hPaul Davis
2013-07-11 Use timeout source to process ui requests on windowsPaul Davis
2013-07-11Hide UI request mechanism from inheriting classesPaul Davis
2013-07-11Ifdef unix specific test for mingw buildPaul Davis
2013-07-11Don't use parts of signal.h that aren't defined when using mingwPaul Davis
2013-07-11Add implementation for ProcessSemaphore on windowsPaul Davis
2013-07-11Include io.h on windows for accessPaul Davis
2013-07-11Add an empty implementation of PBD::mountpoint for mingwPaul Davis
2013-07-11Use pbd/resource.h in PBD::FileManagerPaul Davis
2013-07-11Add pbd/resource.h for portable access to resource limitsPaul Davis
2013-07-11Fallback to gettimeofday for access time in FileManagerPaul Davis
2013-07-11Use boost::tokenizer in PBD::parse_debug_options for portabilityPaul Davis
2013-07-11Use boost::uuid instead of libuuidPaul Davis
2013-07-11Use PBD::pthread_name in debug output instead of pthread_selfPaul Davis
2013-07-11Use PBD::pthread_name in debug output for portabilityPaul Davis
2013-07-11 Use a std::list instead of std::set for the ThreadMap in libpbdPaul Davis
2013-07-11Use pthread_equals in libpbd for portabilityPaul Davis
2013-07-11Use g_setenv and g_getenv for portabilityPaul Davis
2013-07-11Remove non-portable and unnused header includesPaul Davis
2013-07-11add new files from test changes by timbyrPaul Davis
2013-07-11Use test_search_path to find test data in xpath testPaul Davis
2013-07-11Add test_search_path function in PBD testsuitePaul Davis
2013-06-16remove executable mode-bit from filesRobin Gareus
2013-06-07Revert all close-on-exec changes from earlier todayRobin Gareus
2013-06-07fix typo in SndFileDescriptor::open() -- check if file open succeeded.Robin Gareus
2013-06-07fix use of sf_open_fd() instad of sf_open()Robin Gareus
2013-06-07close audio-file if it cannot be openedRobin Gareus
2013-06-07fix issue (creating new sound-files) in 92161b57Robin Gareus
2013-06-07mark more filedes as close-on-exec. - here audio+midi files!Robin Gareus
2013-06-07more sockets to close on fork()Robin Gareus
2013-06-06implement OSC /ardour/route/send/gainabs and /ardour/route/send/gainDBPaul Davis
2013-05-08use hw.physicalcpu to get a more accurate CPU count on OS X (hw.ncpu includes...Paul Davis
2013-05-01Merge branch 'license-fix' of https://github.com/adiknoth/ardourPaul Davis
2013-04-30don't print stacktraces to the supplied ostream AND cerr - a remnant from deb...Paul Davis
2013-04-22Drop obsolete dmalloc.cc from libs/pbd.Adrian Knoth
2013-04-22Disable obsolete compilation of libs/pds/dmalloc.ccAdrian Knoth
2013-04-22Fix license in fastlog.Adrian Knoth
2013-04-06fix crash when using track templates caused by a recent change to the filesca...Paul Davis
2013-04-05Merge branch 'patches' of https://github.com/jdekozak/ardourPaul Davis
2013-04-01fix compilation on OS XPaul Davis
2013-03-30Fix some compilation warningsJulien de Kozak