summaryrefslogtreecommitdiff
path: root/msvc_extra_headers/ardourext/misc.h.input
AgeCommit message (Expand)Author
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-04-24For MSVC builds, implement 'rint()' and 'rintf()' to supplement the ones that...John Emmas
2015-01-10Add support for the C99 function 'log2()' which is newly needed by 'gtk2_ardo...John Emmas
2014-06-04Change the function signature for 'abs(int64_t)' (Windows) so that it doesn't...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-08-27Modify 'ardourext/misc.h' so that it only uses C++ constructs when the compil...John Emmas
2013-08-04'libs/ardour' - Main body of changes required for building with MSVCJohn Emmas
2013-07-17Miscellaneous header files (needed for building libpbd with MSVC)John Emmas