summaryrefslogtreecommitdiff
path: root/msvc_extra_headers
AgeCommit message (Expand)Author
2018-09-11Oops - I got the session file numbers the wrong way around :-(John Emmas
2018-09-10Initial changes needed for building Mixbus (with MSVC) as version 5John Emmas
2018-02-15When building with MSVC, allow for the fact that Mixbus and Ardour can be usi...John Emmas
2017-02-06Remove a JE addition to one of the qm-dsp source files (no longer needed)John Emmas
2017-02-05Some minor changes in preparation for building the newer Vamp pluginsJohn Emmas
2016-09-30When building with MSVC some of the header file stuff is only relevant in ear...John Emmas
2016-08-19Move 'round()' / 'trunc()' etc so that they won't conflict with any versions ...John Emmas
2016-08-19'roundf()' wasn't introduced in MSVC until VS2013 - so for the time being, le...John Emmas
2016-05-28Emulate 'log1p()' and 'expm1()' using 'log()' and 'exp()'John Emmas
2016-05-03MSVC won't compile 'const float _demolition[]' because it uses 'divide by zer...John Emmas
2015-12-23Move the preprocessor directive GTKMM_ATKMM_ENABLED so it'll get #defined at ...John Emmas
2015-04-24For MSVC builds, implement 'rint()' and 'rintf()' to supplement the ones that...John Emmas
2015-02-13When building with MSVC add a couple of new pragmas to cut down on the most f...John Emmas
2015-01-10Add support for the C99 function 'log2()' which is newly needed by 'gtk2_ardo...John Emmas
2014-10-31Use precise define names for LV2 version configure checks.David Robillard
2014-10-08MSVC - add support for 'HAVE_NEW_LV2'John Emmas
2014-06-04Change the function signature for 'abs(int64_t)' (Windows) so that it doesn't...John Emmas
2014-04-14Now that we can build with VST support, make sure our MSVC build knows about itJohn Emmas
2014-03-18When finding (MSVC built) panner DLLs, make sure we only find ones that match...John Emmas
2014-01-13Add provision for building 'libtimecode' as a DLL (MSVC build)John Emmas
2014-01-13Check in some minor modifications (to MSVC specific headers)John Emmas
2013-10-06Miscellaneous additions to 'msvc_extra_headers'John Emmas
2013-09-25Define 'suseconds_t' which isn't normally defined for WindowsJohn Emmas
2013-08-27Modify 'ardourext/misc.h' so that it only uses C++ constructs when the compil...John Emmas
2013-08-26Minor tweaks to MSVC build (hopefully of little consequence)John Emmas
2013-08-04'libs/ardour' - Main body of changes required for building with MSVCJohn Emmas
2013-07-25'libs/midi++2' - Modify to be buildable with MSVCJohn Emmas
2013-07-24Add an empty 'unistd.h' to stop the compiler complaining when it gets unneces...John Emmas
2013-07-20Modify 'libs/vamp-plugins' to be buildable with MSVCJohn Emmas
2013-07-17JOHNE - remove my earlier test fileJohn Emmas
2013-07-17Merge branch 'windows' of git.ardour.org:ardour/ardour into windowsJohn Emmas
2013-07-17JOHNE - Testing to see if I have write access to the repoJohn Emmas
2013-07-17Miscellaneous header files (needed for building libpbd with MSVC)John Emmas