summaryrefslogtreecommitdiff
path: root/libs/canvas/MSVCcanvas
AgeCommit message (Collapse)Author
2018-09-10Initial changes needed for building Mixbus (with MSVC) as version 5John Emmas
(Mixbus itself will probably need extra changes)
2018-07-05Accommodate newly introduced source(s) in our MSVC project (cairocanvas)John Emmas
2018-02-15When building with MSVC, allow for the fact that Mixbus and Ardour can be ↵John Emmas
using different versions of the SESSION_FILE format
2018-02-14Accommodate the change from libtimecode to libtemporalJohn Emmas
2017-07-19MSVC changes needed to implement the new 'waveview' libraryJohn Emmas
2017-06-29Accommodate newly introduced source(s) in our MSVC project (cairocanvas)John Emmas
2017-01-16Accommodate newly introduced source(s) in our MSVC project (cairocanvas)John Emmas
2016-09-30Accommodate newly introduced source(s) in our MSVC project (cairocanvas)John Emmas
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-07-18Remove 'i18n.h' from some VC projects where it's no longer neededJohn Emmas
2016-05-28Accommodate newly introduced source(s) in our MSVC project (cairocanvas)John Emmas
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).
2015-06-09Add the new (UINTSDEFINED) preprocessor directive to all out MSVC projects ↵John Emmas
(just to be on the safe side)
2014-11-28Add some newly introduced source files to our MSVC project (cairocanvas)John Emmas
2014-11-08Add some newly introduced source files to our MSVC project (cairocanvas)John Emmas
2014-10-29Add support for USE_CAIRO_IMAGE_SURFACE when building with MSVCJohn Emmas
(new preprocessor directive - greatly improves CPU loading)
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-07-15Update vcproj files for changed LILV config define.David Robillard
2014-06-28Add (newly introduced) sources to our MSVC projectsJohn Emmas
2014-06-28Remove (no longer needed) sources from our MSVC projectsJohn Emmas
2014-06-15Add newly introduced sources to our MSVC projectsJohn Emmas
2014-06-15Remove no longer needed sources from MSVC projectsJohn Emmas
2014-06-04 Add newly introduced sources to MSVC projectJohn Emmas
(scroll_group stuff)
2014-05-30Add newly introduced sources to MSVC projectJohn Emmas
(xfade_curve stuff)
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')