summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2013-07-13Add test for Glib::Mutex::trylockPaul Davis
2013-07-13Don't use trylock in assertions on windows as it will failPaul Davis
2013-07-13Add config/data filesystem paths to search on windowsPaul 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 g_mkstemp in audiographer for portabilityPaul Davis
2013-07-13Use pthread_name instead of pthread_self for portabilityPaul Davis
2013-07-13Use pthread_name instead of pthread_self for portabilityPaul Davis
2013-07-13Use custom comparator in threadmap for pthread impl with mingwPaul Davis
2013-07-13Disable non-realtime midi ports in windows build - THIS NEEDS FIXINGPaul Davis
2013-07-11undef SearchPath where needed as it is defined via windows.hPaul Davis
2013-07-11Use uint32_t type instead of uintPaul Davis
2013-07-11Include pbd/timersub.h for mingw buildPaul Davis
2013-07-11Use Glib functions to create tmp file pathPaul Davis
2013-07-11Work around badly chosen argument name in giomm/dbusmessage.hPaul Davis
2013-07-11Include pthread.h in butler.h for mingw buildPaul Davis
2013-07-11Use Glib::usleep for portabilityPaul Davis
2013-07-11Use PBD::pthread_name in debug output for portabilityPaul Davis
2013-07-11Disable some non-portable code that is only used for debuggingPaul Davis
2013-07-11Use jack_native_thread_t for portabilityPaul Davis
2013-07-11Include pbd/localtime_r.h for mingw buildPaul Davis
2013-07-11Add ::localtime_r implementation for mingwPaul Davis
2013-07-11Use PBD::pthread_name in debug outputPaul Davis
2013-07-11remove direct of realpath(2), replace with canonical_path() which is a no-op ...Paul Davis
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