ardour/libs
John Emmas d7d966e02b Adapt 'Temporal::TempoMap::tempo_map_p' to be buildable with MSVC
Whenever a variable gets declared using 'thread_local' MSVC requires that it should not be compiled with DLL linkage (i.e. it mustn't be exportable). So for Temporal::TempoMap we'll need to export the required members individually, rather than exporting the entire class.
2021-09-03 10:02:41 +01:00
..
appleutility
ardour triggerbox: create regions and sources using factories, and restore region in set_state() 2021-08-31 22:35:14 -06:00
ardouralsautil Consistent env variable naming (see also 6801c2cac2) 2021-06-10 03:17:49 +02:00
audiographer Fix Upsampler new/delete mismatch 2021-06-12 21:16:18 +02:00
auscan Early exit plugin-scanner on crash 2021-07-23 01:37:46 +02:00
backends remove public ::bbt_at (INTEGER) methods, because of superclock_t/samplepos_t confusion 2021-08-13 12:51:35 -06:00
canvas canvas: fix computation of Box bounding box 2021-08-31 13:21:12 -06:00
clearlooks-newer
evoral NO-OP: clean up maths, remove extra brackets 2021-09-02 20:45:30 +02:00
fluidsynth No more wine 2021-07-03 19:07:25 +02:00
fst Fix windows builds (_pid_t conflict in unistd) 2021-07-23 02:02:59 +02:00
gtkmm2ext Fix Windows builds (rand/random API) 2021-08-14 01:07:13 +02:00
hidapi
libltc
lua
midi++2 change Timecode::BBT_Time to use Temporal namespace, plus a couple of other minor changes to enable compilation 2021-08-13 12:51:28 -06:00
panners panners: conversion to use timeline types 2021-08-13 12:51:29 -06:00
pbd Amend 55211b8d (PRNG seed, use local address) 2021-08-16 04:59:10 +02:00
plugins Remove unused function (Wunused-function) 2021-05-30 20:09:35 -04:00
ptformat
qm-dsp
surfaces Fix --maschine builds (pure virtual) 2021-08-13 21:53:18 +02:00
temporal Adapt 'Temporal::TempoMap::tempo_map_p' to be buildable with MSVC 2021-09-03 10:02:41 +01:00
vamp-plugins
vamp-pyin
vfork
vst3
waveview timeline types for libs/waveview 2021-08-13 12:51:29 -06:00
widgets Fix macOS builds (amend 6c6f2df8) 2021-07-22 19:48:24 +02:00
zita-convolver
zita-resampler