summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Expand)Author
2015-08-20clear out some SessionHandleRef's on close.Robin Gareus
2015-08-20potential fix for #6515 - stall/crash during route deletionRobin Gareus
2015-08-20clear waveform cache when shape changes - fixes #6525Robin Gareus
2015-08-20save/load generic-midi motorized setting - fixes #5296Robin Gareus
2015-08-19Add undo history related debug output for debugging Undo/Redo issuesTim Mayberry
2015-08-19Add PBD::DebugBit for debugging issues with undo historyTim Mayberry
2015-08-19fix error-levelRobin Gareus
2015-08-19code consistency and hints for static analysisRobin Gareus
2015-08-18Change return type and name of get_win_special_folderTim Mayberry
2015-08-18Add utility function to get windows packaging directory to avoid memory leaksTim Mayberry
2015-08-18Fix Searchpath::operator+ to return by value rather than reference and not mo...Tim Mayberry
2015-08-17update comment regarding lv2 buffersizesRobin Gareus
2015-08-16Add '_xgetbv()' for MSVC-9 and earlierJohn Emmas
2015-08-16compat for old sessions with missing plugins (+doc)Robin Gareus
2015-08-15Update Route to handle UnknownProcessors as Stubs.Robin Gareus
2015-08-15implement stub UnknownProcessorRobin Gareus
2015-08-15fix a typoRobin Gareus
2015-08-15save [actual] plugin i/o-configurationRobin Gareus
2015-08-14use buf-size.h only with lv2-1.2 or laterRobin Gareus
2015-08-14relax LV2 buffersize restrictionsRobin Gareus
2015-08-14don't even list LV2 plugins that cannot be used.Robin Gareus
2015-08-14Fixed Mackie control port naming for extender use (fixes #6500)Len Ovens
2015-08-14refuse to load LV2 plugins if buffersize requirements cannot be satisfied.Robin Gareus
2015-08-14fix Dummy backend API. Already_configured means "externally".Robin Gareus
2015-08-14tweaks for AVX detectionPaul Davis
2015-08-14allow to export loop-range w/o looping. fixes #6508Robin Gareus
2015-08-13Fixed feedback for MCP buttons and LEDs not working.Len Ovens
2015-08-13Added end of line to debug statmentLen Ovens
2015-08-13update german translation (from Edgar Aichinger)Paul Davis
2015-08-13fix live resampling (auditioning, embedded src)Robin Gareus
2015-08-13clarify variable nameRobin Gareus
2015-08-13fix import resampling (don’t cut end short)Robin Gareus
2015-08-13fix resampling (auditioning)Robin Gareus
2015-08-12punctuation nitpickRobin Gareus
2015-08-12fix PPC buildsRobin Gareus
2015-08-12limit bounce processing size (fixes crashes in plugins)Robin Gareus
2015-08-12another waf/regexp issue (amend 4666711)Robin Gareus
2015-08-12correctly switch between windows and (other) when deciding whether to use AVX...Paul Davis
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-11remove unnecessary namespace forward declPaul Davis
2015-08-11use new FPU singleton pattern in libs/ardourPaul Davis
2015-08-11clean up FPU code with some ideas from Chromium and the webPaul Davis
2015-08-12Fix for crash when loading DrumGizmo VST editor on WindowsTim Mayberry
2015-08-11fix stupid logic error in testing separate bits required for AVX supportPaul Davis
2015-08-11the AVX functions for linux are stubs - they just use non-optimized code. Don...Paul Davis
2015-08-11remove -Woverload-virtual ambiguity (from 1d3690d)Robin Gareus
2015-08-11improved solution for xgetbv() on windows and linux with all compilersPaul Davis
2015-08-11#ifdef out AVX detection on APPLEPaul Davis