summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)Author
2013-07-11Undef SearchPath where needed as it is defined via windows.hPaul Davis
This is pretty annoying, might even be worth renaming the class
2013-07-11Add cast for mingw compilerPaul Davis
2013-07-11Don't require liblrdf on windowsPaul Davis
This removes dependence on liblrdf, libraptor and libxslt
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
There is no point trying to implement this until it can be tested
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
Using a timeout source to process ui events/requests is suboptimal but it works for the moment. Have to use g_source functions as glibmm functions are not thread safe AFAIK. Behaviour should be exactly the same on unix.
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
PBD::mountpoint is only used to find peakfiles for old sessions, so it might not be necessary to implement this for windows.
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
I think these checks should probably be in the surface build files so they are self contained...
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
pthread_t can't work with std::set using the pthread lib on windows as there is no operator< defined for the type
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 ↵Paul Davis
actually features addition of new files, thus losing git history for these two which came from tim mayberry
2013-07-11Use test_search_path function in ardour testPaul Davis
2013-07-11Add test_search_path function in libardour testsuitePaul 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-07-11Add --single-tests option to also build each libardour test as a separate ↵Paul Davis
program
2013-07-11disable libardour unit tests that do not function correctly (for windows, at ↵Paul Davis
least)
2013-07-10remove another instance of xmmintrin.hPaul Davis