13
0
livetrax/msvc_extra_headers/ardourext
John Emmas 5ec93d18e1 When building with MSVC add a couple of new pragmas to cut down on the most frequent compiler warnings, namely:-
1) C4244 (conversion loses data) - e.g. when re-assigning a var of (say) int64_t to a lesser type, such as int32_t

2) C4275 (an exported class was derived from a class which is not exportable) - e.g. when deriving classes from std::set, std::exception or some other class which isn't declared with 'dllexport'
2015-02-13 11:37:00 +00:00
..
ptw32 Miscellaneous header files (needed for building libpbd with MSVC) 2013-07-17 14:55:20 +01:00
sys When building with MSVC add a couple of new pragmas to cut down on the most frequent compiler warnings, namely:- 2015-02-13 11:37:00 +00:00
float_cast.h.input 'libs/ardour' - Main body of changes required for building with MSVC 2013-08-04 15:36:07 +01:00
libcharset.h.input Miscellaneous header files (needed for building libpbd with MSVC) 2013-07-17 14:55:20 +01:00
localcharset.h.input Miscellaneous header files (needed for building libpbd with MSVC) 2013-07-17 14:55:20 +01:00
misc.h.input Add support for the C99 function 'log2()' which is newly needed by 'gtk2_ardour/tempo_lines.cc' (but isn't available from MSVC). 2015-01-10 11:56:24 +00:00
pthread.h.input Miscellaneous header files (needed for building libpbd with MSVC) 2013-07-17 14:55:20 +01:00
sched.h.input Miscellaneous header files (needed for building libpbd with MSVC) 2013-07-17 14:55:20 +01:00
semaphore.h.input Miscellaneous header files (needed for building libpbd with MSVC) 2013-07-17 14:55:20 +01:00