summaryrefslogtreecommitdiff
path: root/libs/ardour/MSVClibardour
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-06-25Accommodate recently removed source(s) in our MSVC project (libardour)John Emmas
(this also needs ardour_genericmidi to link to both evoral and boost-regex)
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
2017-12-06Accommodate newly added/removed source(s) in our MSVC project (libardour)John Emmas
2017-11-02Accommodate newly added/removed source(s) in our MSVC project (libardour)John Emmas
2017-10-30Add MSVC support for building the 'zita-resampler' library (which is now ↵John Emmas
needed by libardour)
2017-10-30Accommodate the change from libtimecode to libtemporalJohn Emmas
2017-09-19Accommodate newly added/removed source(s) in our MSVC project (libardour)John Emmas
2017-05-06Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
2017-04-19Changes needed for building Tim's new 'string_convert' stuff with MSVC ↵John Emmas
(libardour)
2017-04-14Accommodate newly introduced source(s) in our MSVC project (libardour)John Emmas
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