summaryrefslogtreecommitdiff
path: root/libs/ardour/MSVClibardour
AgeCommit message (Collapse)Author
2016-11-15update MSVC project in the wake of cf1651e6Robin Gareus
2016-11-15Accommodate a newly introduced source file in our MSVC project (libardour)John Emmas
(although I'm not sure if it's actually used yet in the Windows build).
2016-11-10#include <ardour/midi_cursor.h> in a couple of placesJohn Emmas
I'm not entirely sure why it's needed in 'smf_source.cc' but MSVC fails to link the compiled module if I don't #include it ?!?
2016-09-30 Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
2016-09-30Accommodate a header file that's been moved from gtk2_ardour into libardourJohn Emmas
2016-09-15 Modify our MSVC project to use the newly introduced 'libarchive' library ↵John Emmas
(libardour)
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-08-28Configure the new 'fluidsynth' library to be buildable with MSVCJohn Emmas
(haven't built any fluidsynth plugins yet)
2016-06-01Accommodate recently introduced/removed source(s) in our MSVC project ↵John Emmas
(libardour)
2016-05-21Accommodate the fact that 'msvc_resources.rc.in' got moved to a new pathJohn Emmas
2016-05-08Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
2016-04-09Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
2016-04-05When building with MSVC don't attempt to link to the 'old' lua libs (i.e. ↵John Emmas
the static libraries)
2016-04-04Modify our MSVC projects to build liblua as a DLL rather than a static libJohn Emmas
2016-04-04Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
2016-04-03Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
2016-03-24Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
2016-03-23Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
2016-03-17Make provision for building with the new LV2 extensions (when building with ↵John Emmas
MSVC)
2016-03-12Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
2016-02-27Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
2016-02-23Add new sources to MSVC project (libardour)Robin Gareus
adapted from John Emmas' lua branch
2016-02-10Add newly introduced source(s) to our MSVC project (libardour)John Emmas
2016-02-03Add a newly introduced source file to our MSVC project (libardour)John Emmas
2016-01-22Modify our MSVC project to accommodate newly introduced source files (libardour)John Emmas
2015-11-06Add some newly introduced sources to our MSVC project (libardour)John Emmas
2015-10-22Add some newly introduced sources to our MSVC project (libardour)John Emmas
2015-09-24Add some newly introduced sources to our MSVC project (libardour)John Emmas
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 a newly introduced source to our MSVC project (libardour)John Emmas
2015-08-09Add a newly introduced source file to our MSVC project (libardour)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-29Add some newly introduced sources to our MSVC project (libardour)John Emmas
2015-03-13Fix some build anomalies between PROGRAM_NAME and PROGRAM_VERSIONJohn Emmas
When building with MSVC, some libraries had PROGRAM_NAME set to "Mixbus" and PROGRAM_VERSION set to "3". Whereas other libraries had PROGRAM_NAME set to "Mixbus3" while PROGRAM_VERSION was an empty string. I've a horrible feeling there must have been a reason for this but I can't quite think what it was. Hopefully though, this change will standardize everything.
2015-03-07Add some newly introduced sources to our MSVC project (libardour)John Emmas
2015-03-03Adapt our MSVC projects to use our (newly re-built) libsuilJohn Emmas
2015-01-10Accommodate a newly introduced #define ('LIBARDOUR') when building with MSVCJohn Emmas
These changes are MSVC specific and shouldn't affect the other builds.
2014-12-29Add some newly introduced source files to our MSVC project (libardour)John Emmas
2014-12-26Remove the source files which got transferred to libpbdJohn Emmas
2014-12-07Add some newly introduced source files to our MSVC project (libardour)John Emmas
2014-12-01Replace half-baked param metadata with descriptor.David Robillard
Among other things, this means that automation controls/lists have the actual min/max/normal/toggled of parameters, and not those inferred from the Parameter ID, which is not correct for things like plugin parameters. Pushing things down to the Evoral::ParmeterDescriptor may be useful in the future to have lists do smarter things based on parameter range, but currently I have just pushed down the above-mentioned currently used attributes.
2014-11-30Move EventRingBuffer to libardour.David Robillard
This is not used anywhere in Evoral and is just a wrapper around the PBD RingBuffer anyway. Towards a (once again?) independently buildable/testable Evoral and fewer cross-dependencies.
2014-11-04Add some newly introduced header files to our MSVC project (libs/ardour)John Emmas
2014-11-04When running an (MSVC built) VST scanner app, make sure we can utilise ↵John Emmas
debuggable versions if we need to
2014-11-01Add a newly introduced header file to our MSVC project (libardour)John Emmas
2014-10-29Add support for USE_CAIRO_IMAGE_SURFACE when building with MSVCJohn Emmas
(new preprocessor directive - greatly improves CPU loading)
2014-10-08MSVC - add support for 'HAVE_NEW_LV2'John Emmas
(after updating to the latest versions of serd, sord, sratom and lilv)
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