summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2013-07-15Fix portability of Session::source_search_pathPaul Davis
2013-07-15Fix reading and writing of files on windows in PBD::FileManagerPaul Davis
2013-07-15Don't use errno after g_file_test on windowsPaul Davis
2013-07-15Use g_open instead of ::open in PBD::FileManagerPaul Davis
2013-07-15Use ::write instead of pwrite in AudioSource::compute_and_write_peaks for po...Paul Davis
2013-07-15Use ::read instead of pread in AudioSource::read_peaks for portabilityPaul Davis
2013-07-14HousekeepingMichael R. Fisher
2013-07-14set the flag trueMichael R. Fisher
2013-07-14Lazily load bundled LV2 plugins in LV2PluginInfo::discover()Michael R. Fisher
2013-07-14Formatting only.Michael R. Fisher
2013-07-14Use a static string variable for dll path.Michael R. Fisher
2013-07-14Merge branch 'master' into windowsPaul Davis
2013-07-13Use boost::scoped_array in AudioSource::compute_and_write_peaksPaul Davis
2013-07-13Use boost::scoped_array in AudioSource::build_peaks_from_scratchPaul Davis
2013-07-13Remove use of goto in AudioSource::read_peaksPaul Davis
2013-07-13Use boost::scoped_array for controlling scope of peak data in AudioSource::re...Paul Davis
2013-07-13Use boost::scoped_array in AudioSource::read_peaksPaul Davis
2013-07-13 Use boost::scoped_ptr to control scope of peakfile descriptorPaul Davis
2013-07-13Replace conditional peak debugging with DEBUG_TRACE macro usagePaul Davis
2013-07-13Fix saving sessions on windows by using g_rename instead of ::renamePaul Davis
2013-07-13Revert "Fix saving sessions on windows by using g_rename instead of ::rename"Paul Davis
2013-07-13Fix saving sessions on windows by using g_rename instead of ::renamePaul Davis
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-12implement visual-sensitivity (gray out) for fadersRobin Gareus
2013-07-12minor peak-meter performance tweakRobin Gareus
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-11fix compiler warningRobin Gareus