summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
2015-09-27update semantics of PBD::remove_directory()Robin Gareus
2015-09-21PBD::Debug to stdoutRobin Gareus
2015-09-19Fix windows test to also pass under wineTim Mayberry
2015-09-18Make sure that those recently moved functions will be visible if they're need...John Emmas
2015-09-18MSVC projects - accommodate some modules that recently got moved or removedJohn Emmas
2015-09-17add string_compose argument specializations so that empty std::string and emp...Paul Davis
2015-09-17Add test to libpbd to check PBD::touch_file and pbd/gstdio_compat.hTim Mayberry
2015-09-17fix g_lstat() Robin Gareus
2015-09-17use pbd's gstdio compatibility wrapperRobin Gareus
2015-09-17add glib/stdio compat wrapper for mingw64-w32Robin Gareus
2015-09-16Add PBD::QPC::initialize to initialize timer and call it from PBD::initTim Mayberry
2015-09-16Make sure the QPC frequency is cached so the timer can be usedTim Mayberry
2015-09-16Put functions inside anonymous namespace and use static for internal linkageTim Mayberry
2015-09-16Mark strings intended for developers/debugging as not for translationTim Mayberry
2015-09-16De/Initialize MMCSS on windows in PBD::init/cleanup instead of in PA BackendTim Mayberry
2015-09-16Move Windows MMCSS related utility functions into libpbdTim Mayberry
2015-09-16Add PBD::DebugBit for debugging thread related debugging outputTim Mayberry
2015-09-16Perform QPC timer check on windows in PBD::init when PBD_TEST_TIMERS env is d...Tim Mayberry
2015-09-16Rename PBD::QPC::get_timer_valid to check_timer_valid and perform timer testTim Mayberry
2015-09-16Add windows specific test for pbd/windows_timer_utils.h APITim Mayberry
2015-09-16Fix PBD::MMTIMER::reset_resolution and add some documentationTim Mayberry
2015-09-16Remove glib timer test from pbd testsuiteTim Mayberry
2015-09-16Move Windows timer utility functions from PA backend into libpbdTim Mayberry
2015-09-13allow to run unit-test under wine from srcdir.Robin Gareus
2015-09-12plug some memory leaks in libsRobin Gareus
2015-09-12Event Pool usage debugging, see also 6ade16b38Robin Gareus
2015-09-05add missing includeRobin Gareus
2015-09-05fix bitwise enum parsingRobin Gareus
2015-09-02Move AudioBackend related debug bits into libardourTim Mayberry
2015-08-19Add PBD::DebugBit for debugging issues with undo historyTim Mayberry
2015-08-18Change return type and name of get_win_special_folderTim Mayberry
2015-08-18Fix Searchpath::operator+ to return by value rather than reference and not mo...Tim Mayberry
2015-08-16Add '_xgetbv()' for MSVC-9 and earlierJohn Emmas
2015-08-14tweaks for AVX detectionPaul Davis
2015-08-12fix PPC buildsRobin Gareus
2015-08-11comment tweak to show that the __cpuid() intrinsic belongs to MSVC and mingwPaul Davis
2015-08-12fix mingw compilationRobin Gareus
2015-08-11can't use xgetbv instruction with apple gcc under OS X LionPaul Davis
2015-08-11clean up FPU code with some ideas from Chromium and the webPaul Davis
2015-08-11fix stupid logic error in testing separate bits required for AVX supportPaul Davis
2015-08-11improved solution for xgetbv() on windows and linux with all compilersPaul Davis
2015-08-11#ifdef out AVX detection on APPLEPaul Davis
2015-08-11add required test of OS support for AVX register usePaul Davis
2015-08-11add test for CPU/FPU AVX capabilitiesPaul Davis
2015-08-07remove cruftRobin Gareus
2015-08-03amend e09c620; now with semicolon :)Robin Gareus
2015-08-03fix backslashes in quotes (windows), fixes VST scanRobin Gareus
2015-07-31WinMME based midi input/output for portaudio backendTim Mayberry
2015-07-26Move ARDOUR::touch_file to pbd/file_utils.hTim Mayberry
2015-07-25Revert "When saving a session (in a non-English locale) make sure that we use...Tim Mayberry