summaryrefslogtreecommitdiff
path: root/libs/backends/MSVCbackends
AgeCommit message (Collapse)Author
2016-08-30Update our MSVC project files to generate the most recent Ardour session ↵John Emmas
file format (ver 5) rather than the older v3 format
2016-05-21Accommodate the fact that 'msvc_resources.rc.in' got moved to a new pathJohn Emmas
2016-04-26#define HAVE_JACK_PORT_RENAME when building with MSVCJohn Emmas
This means needing to build against libjack v1.9.11 (or later) although that's probably not a bad thing.
2016-04-04Modify our MSVC projects to build liblua as a DLL rather than a static libJohn Emmas
2016-02-27Accommodate 'lua' search paths in various projects where they're neededJohn Emmas
(i.e. so that MSVC can find header files from lua).
2016-02-12Accommodate newly introduced source(s) in our MSVC project (portaudio_backend)John Emmas
2015-12-23#define BACKEND_NAME when building with MSVC (portaudio_backend)John Emmas
N.B. We aren't yet building the blocking PortAudio backend but that can be added quite easily, if needed.
2015-09-18MSVC projects - accommodate some modules that recently got moved or removedJohn Emmas
(mostly these got moved out of the PortAudio backend and into libpbd)
2015-09-10Add support for newly introduced class ARDOUR::DSPLoadCalculator (when ↵John Emmas
building with MSVC)
2015-09-05Add some newly introduced sources to our MSVC project (portaudio_backend)John Emmas
2015-08-09Add a newly introduced #define to our MSVC build project (portaudio backend)John Emmas
2015-07-31Add some newly introduced sources to our MSVC project (portaudio_backend)John Emmas
2015-06-09Add the new (UINTSDEFINED) preprocessor directive to all out MSVC projects ↵John Emmas
(just to be on the safe side)
2015-03-22Add a new MSVC project for building the Portaudio backendJohn Emmas
2015-03-09Define NO_JACK_METADATA when building the jack backend with MSVCJohn Emmas
Jack (on Windows) doesn't seem to have a header file called 'metadata.h' - so hopefully, this'll be correct?
2015-01-12When building with MSVC make sure any backends / panners etc get copied to ↵John Emmas
the correct target folder (i.e. 'lib/ardour3' or 'lib/mixbus3' as appropriate) These changes are MSVC specific and shouldn't affect the other builds
2014-10-29Add support for USE_CAIRO_IMAGE_SURFACE when building with MSVCJohn Emmas
(new preprocessor directive - greatly improves CPU loading)
2014-10-24 Add some newly introduced source files to our MSVC project (jack_audiobackend)John Emmas
2014-10-08Add a newly introduced header file to our MSVC project (dummy_audiobackend)John Emmas
2014-08-28Make sure all our VC projects agree that the product is called 'Mixbus3' (as ↵John Emmas
opposed to just 'Mixbus') It'd be nice if we could use 'ARDOUR::config_dir_name' for this purpose (or perhaps 'PROGRAM_VERSION'). However, neither is implemented widely enough at present to make this practical. Keep an eye on them though, as possible future strategies.
2014-08-04Modify our VC project files to work with msvc32-fixup.plJohn Emmas
2014-07-15Update vcproj files for changed LILV config define.David Robillard
2014-06-22Rename all 3 backends for the MSVC sln fileJohn Emmas
2014-06-22Rename dummy backend to match Tim's nameJohn Emmas
2014-06-22Rename jack backend to match Tim's nameJohn Emmas
2014-06-22Rename waves backend to match Tim's nameJohn Emmas
2014-05-21waves_backend (MSVC project) - Adapt for using Waves's (customized) ↵John Emmas
portaudio_x86 library (Windows)
2014-05-21jack_backend (MSVC project) - Adapt for using portaudio_x86 library (Windows)John Emmas
2014-05-06Add 'waves_backend.vcproj'John Emmas
2014-04-08Add the main VC project files for building Ardour3 with Microsoft Visual StudioJohn Emmas
Note that there's no 'VS Solution' file at present and some targets haven't been built yet (e.g. 'fst')