summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2013-07-11Use PBD::GlibSemaphore in Butler to signal requests on windowsPaul 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-11Refactor the non-portable parts of Butler thread into new functionsPaul Davis
2013-07-11Move request pipe setup into separate functionPaul Davis
2013-07-11Include pbd/timersub.h in session_midi.ccPaul 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-11Add cast for mingw compilerPaul Davis
2013-07-11Don't require liblrdf on windowsPaul Davis
2013-07-11Fix for ambiguity of UUID type on windowsPaul Davis
2013-07-11Use glibmm for modules instead of dlfch.hPaul Davis
2013-07-11Disable increasing open file limit on windowsPaul Davis
2013-07-11Add necessary header include for int64_t typePaul Davis
2013-07-11Include header that declares ::free for mingw buildPaul Davis
2013-07-11 Disable peakfile reading and writing on windows for nowPaul Davis
2013-07-11INFINITE is defined via windows.h so undefine itPaul Davis
2013-07-11Fix for mingw compilerPaul Davis
2013-07-11Fix evoral test to compile with mingwPaul Davis
2013-07-11include winsock2.h on windows in libsmf for htons/l etc.Paul Davis
2013-07-11Include unistd.h for usleep on MinGWPaul Davis
2013-07-11Changes to get IPMIDIPort to compile(but not functional) on MinGWPaul Davis
2013-07-11Include pthread.h as it isn't included via jack headers on windowsPaul 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-11Only call configure in surface subdirectories if the required deps are availablePaul Davis
2013-07-11Fix some usage of non-standard types for portabilityPaul 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-11Use pthread_equal in libmidi++ for portabilityPaul Davis
2013-07-11Use default constructor for pthread_t in InterthreadInfo ctorPaul 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_random_int instead of ::random 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-11Fix portability of test and use temporary testPaul Davis
2013-07-11Use common test function to create temporary sessionPaul Davis
2013-07-11add new files from test changes by timbyrPaul Davis
2013-07-11theoretically: "Add new_test_output_dir to common libardour test" but actuall...Paul Davis