Now that we can build with VST support, make sure our MSVC build knows about it
[ardour.git] / libs /
2014-04-14 Robin Gareusremove code intended for use with basename(), fix memor...
2014-04-14 Robin Gareusclean up 6cc2812f2e8 (interim vst fixes)
2014-04-14 Robin Gareusdespite what MSVC thinks, C is not C++.
2014-04-14 Paul Davismore work on linking file existence and removability
2014-04-14 Paul Davischeck whether a source with the same path exists in...
2014-04-14 Paul Davisfurther code simplification and rationalization related...
2014-04-14 Paul Davisdramatic change in logic and naming for operations...
2014-04-12 Robin Gareusremove unnecessary include
2014-04-11 unknownanother stab at a working vst on windows
2014-04-11 unknownmore vst tweaks
2014-04-11 unknowninterim vst fixes
2014-04-11 Robin Gareusamend previous commit, remove cruft, no more extern...
2014-04-11 Robin Gareusexport fst functions (for MSVC)
2014-04-11 John EmmasOops - correct some typos in my previous commit
2014-04-11 John EmmasMake sure we use the correct style of filepath separato...
2014-04-11 John EmmasRemove 'pipex' from my pbd.vcproj as it's not needed...
2014-04-11 Paul Davisfinal eradication of jack header files from anything...
2014-04-10 Paul Davisremove use of JACK headers to allow building on systems...
2014-04-10 Paul Davisredesign technique for naming/creating regions for...
2014-04-10 Paul Davisremove inclusion of jack.h so that we can build on...
2014-04-10 Paul Davisname-change of RuntimeProfile element
2014-04-10 Paul Davisadd new element to ARDOUR::RuntimeProfile
2014-04-08 John EmmasAdd the main VC project files for building Ardour3...
2014-04-07 Sakari BergenMake tests build again (fix linker issues)
2014-04-04 Paul Davisafter cloning a MIDI region, mark the source file as...
2014-04-04 Paul Davisfix conceptual error/thinko in EnvironmentalProtectionA...
2014-04-04 Paul Davisclarify comments for SndFileSource constructors
2014-04-04 Paul Davisfix typo in comment
2014-03-24 Paul Daviscomment tweak
2014-03-24 Paul Davisfix a race condition between the death of a thread...
2014-03-24 John EmmasModify some initialization slightly to keep MSVC happy
2014-03-24 Paul Davisfix return in ::drop_device()
2014-03-24 Paul Daviscall AudioBackend::drop_device() when dropping a backend.
2014-03-24 Paul Davisadd ::drop_device() method to ARDOUR::AudioBackend
2014-03-23 Robin Gareusproper vpab speaker constraints
2014-03-23 Robin Gareusjust bail out (to prevent further harm) if no panners...
2014-03-23 Robin Gareusfix undefined value, support netjack2
2014-03-23 Robin Gareusfix yet another possible memory leak
2014-03-23 Robin Gareuscatch OOM
2014-03-23 Robin Gareusassure midi patch ID is set before assigning it
2014-03-23 Robin Gareusremove dead code (PIChaser has been superseded with...
2014-03-23 Robin Gareusfix timecode initialization
2014-03-22 Robin Gareusfix some memory leaks
2014-03-22 Robin Gareusfix mismatch typo in sizeof
2014-03-22 Robin Gareusfix edge case (partial write of LV2 worker message...
2014-03-22 Robin Gareusremove unused header file
2014-03-22 Robin Gareusreplace use of Gio:: for plugin state
2014-03-22 Robin Gareusreplace use of Gio:: with primitives (fix for #5889...
2014-03-22 Paul DavisMerge ... master, primarily for adrian's maximise-mixer...
2014-03-21 Paul Davisfix thinko
2014-03-21 John EmmasMinor visibility changes to libevoral (template objects...
2014-03-21 John EmmasAvoid some ambiguous calls to 'floor()' which were...
2014-03-21 Robin Gareuscheck if session dir is writable (needed for .bak files...
2014-03-21 John EmmasWhen finding the control surface DLLs (MSVC built)...
2014-03-21 Robin Gareustweak meter-peak hold when using LED-striped meters
2014-03-20 Robin Gareuschange the meters into CairoWidget, add expose_area...
2014-03-20 Paul Davisbig rework of scrolling, horizontal part considered...
2014-03-19 John EmmasUse glibmm to simplify my earlier efforts with 'user_co...
2014-03-19 John EmmasModify 'ardour_config_search_path()' and 'ardour_data_s...
2014-03-18 Robin Gareusfixed a few warnings from clang static analysis
2014-03-18 Robin Gareusfix potential uninitialized object pointer.
2014-03-18 John EmmasRe-validate our iterator after SessionEventManager...
2014-03-18 John EmmasWhen finding (MSVC built) panner DLLs, make sure we...
2014-03-17 Paul Davisg_close() is only available in select versions of glib...
2014-03-17 John EmmasMake sure that windows_search_path() is 'visible' in...
2014-03-15 John EmmasClose a temporary file as soon as we know we've created...
2014-03-14 Robin Gareussmall cleanup.
2014-03-14 Robin Gareuscomment libardour functions that are not used in extern...
2014-03-14 Paul Davisremoved duplicated (and dangerous) call to close(2)
2014-03-14 Paul Davisfix compile of libs/vfork with slightly older(?) glibc...
2014-03-14 Paul Daviscall BaseUI::quit() from inside the MIDI Control UI...
2014-03-13 Robin Gareusrework SystemExec - use vfork wrapper (and lots of...
2014-03-12 Paul Davisfix #ifdef in localtime_r header (from Valeriy)
2014-03-12 John EmmasA few days ago a #define got changed because the releva...
2014-03-12 Paul Davismore error messages if session renaming fails, and...
2014-03-11 Robin Gareusprototype vfork exec-wrapper.
2014-03-11 Paul Davisdon't queue redraws when various canvas item properties...
2014-03-10 Paul Davisfix up waf build in wake of search path changes earlier...
2014-03-10 Paul Davisuse buf_index_in() to identify VST MIDI buffer
2014-03-10 Paul Davisuse PBD::downcase() rather than non-portable MS-based...
2014-03-10 Paul Davisrequired header for new search_paths.h
2014-03-10 Paul Davisadd PBD::downcase() functions to libpbd
2014-03-10 John EmmasJust noticed a small problem with my previous commit...
2014-03-10 John EmmasModify 'user_config_directory()' and 'user_cache_direct...
2014-03-10 John EmmasModify 'user_config_dir_name' to use the program name...
2014-03-10 John EmmasMove 'template_search_path()' and 'route_template_searc...
2014-03-10 John EmmasTransfer 'vst_search_path()' into 'libs/ardour/search_p...
2014-03-10 John EmmasTransfer 'panner_search_path()' into 'libs/ardour/searc...
2014-03-10 John EmmasTransfer 'midi_patch_search_path()' into 'libs/ardour...
2014-03-10 John EmmasTransfer 'lv2_bundled_search_path()' into 'libs/ardour...
2014-03-10 John EmmasTransfer 'ladspa_search_path()' into 'libs/ardour/searc...
2014-03-10 John EmmasTransfer 'export_formats_search_path()' into 'libs...
2014-03-10 John EmmasTransfer 'control_protocol_search_path()' into 'libs...
2014-03-10 John EmmasCreate 'libs/ardour/search_paths.cc/.h' and transfer...
2014-03-10 Paul Davistiny red dots, be gone (expand poly_item bounding box...
2014-03-10 Paul Davismissing iterator advance
2014-03-09 Robin Gareustempo match midi auditioning - #5881
2014-03-09 Robin Gareusadd missing include to define LIBPBD_API (mingw build)
2014-03-09 Robin Gareus[VST] scan timeout display and per plugin timeout override.
2014-03-09 Robin Gareusprepare configurable VST scan timeout
next