13
0
livetrax/libs/temporal
John Emmas 666e62076c Part 2: Complete the changes needed to make 'boost::intrusive::list' work with MSVC
It turned out that 'boost::intrusive::list_base_hook<>' won't compile if its parent class is declared using '__declspec(dllexport)' - so rather than exporting each entire class, let's use the alternative approach and export the various class members individually.
2021-09-18 13:40:22 +01:00
..
MSVCtemporal
temporal Part 2: Complete the changes needed to make 'boost::intrusive::list' work with MSVC 2021-09-18 13:40:22 +01:00
bbt_time.cc temporal: fix error in operator>> for BBT_offset 2021-08-31 22:33:33 -06:00
beats.cc temporal: fix operator>> for Beats when handling pre-nutempo formats (double) 2021-09-10 12:15:24 -06:00
debug.cc
enums.cc
range.cc
superclock.cc Initial changes needed for building libtemporal with MSVC 2021-08-29 11:03:58 +01:00
tempo.cc
test2.cc
test.cc
time.cc
timeline.cc
wscript