summaryrefslogtreecommitdiff
path: root/libs/pbd
AgeCommit message (Expand)Author
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
2015-07-25Add unit test to check that libxml2 expects utf-8 encoded file paths on WindowsTim Mayberry
2015-07-25Only create one test output directory in file copy testTim Mayberry
2015-07-25Add unit test to assert that using locale_from_utf8/::open will fail for some...Tim Mayberry
2015-07-23When saving a session (in a non-English locale) make sure that we use a local...John Emmas
2015-07-19fix compilation w/o posix_malignRobin Gareus
2015-07-19OSX 10.5/PPC compatRobin Gareus
2015-07-18Minor changes to ensure that MSVC knows about 'CaptureStackBackTrace()'John Emmas
2015-06-30fix headers for case-sensitive FS.Robin Gareus
2015-06-29volatile should not be used to describe non-hardware lvalues, and fix const c...Paul Davis
2015-06-29increase debug bitset size to accomodate additional debug bits imported from ...Paul Davis
2015-06-29add PBD::DEBUG bits for WavesAudio and WavesMIDIPaul Davis
2015-06-29[Summary] AudioPort buffer does not need 64 byte alignment which cache_aligne...Greg Zharun
2015-06-29noop: fix indentation/whitespacePaul Davis
2015-06-29Added optimized AVX function for sample processingPaul Davis
2015-06-29copy all XCode project files from Tracks.Paul Davis
2015-06-29[Summary] Added correct memory alignment for Windows in ../pbd/malign.hGreg Zharun
2015-06-29[Summary] Added possibility to identify IO thread which does not have require...GZharun
2015-06-29add stacktrace() support for Windows (Grygorii Zharun)Paul Davis
2015-06-12We were 2 more debug "bits" away from overflow, so recast PBD::DEBUG mechanis...Paul Davis
2015-06-09Add the new (UINTSDEFINED) preprocessor directive to all out MSVC projects (j...John Emmas
2015-04-30add a sanity checkRobin Gareus
2015-04-30Correctly dereference 'fxbuf' when building with MSVCJohn Emmas
2015-04-30When testing for x86 / x64 architecture, don't forget the symbols that MSVC c...John Emmas
2015-04-27allow to compile PBD::Signals w/o connection debuggingRobin Gareus
2015-04-27const iteratorsRobin Gareus
2015-04-26Expose “/route/trim” midi binding.Robin Gareus