ardour/libs
Paul Davis df1780f09d triggerbox: use uint64_t instead of size_t
Somewhat unbelievably, macOS defines size_t as unsigned long, which the compiler there
believes is distinct from unsigned long long even then they have the same bitwidth
and signedness. We don't have any string converters for unsigned long, only uint64_t
(unsigned long long), so various things break.
2021-09-10 13:12:14 -06:00
..
appleutility
ardour triggerbox: use uint64_t instead of size_t 2021-09-10 13:12: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 cnavas: add lots more debug traces to box, and an explanatory comment 2021-09-10 13:02:01 -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 gtkmm2ext: move initialization of CairoWidget members into initializer context 2021-09-10 13:03:57 -06:00
hidapi
libltc
lua Fix Lua bindings for C++17/C++20 -- #8683 2021-05-02 16:36:30 +02:00
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 remove unused, empty glib event source/callback code (was from an experiment during nutempo2 development) 2021-09-04 07:39:27 -06:00
plugins Remove unused function (Wunused-function) 2021-05-30 20:09:35 -04:00
ptformat ptformat: Update to upstream 232ba25 2021-01-17 13:19:54 +11:00
qm-dsp
surfaces Fix --maschine builds (pure virtual) 2021-08-13 21:53:18 +02:00
temporal temporal: fix operator>> for Beats when handling pre-nutempo formats (double) 2021-09-10 12:15:24 -06:00
vamp-plugins Export analysis: log loudness / time 2021-04-07 01:46:02 +02:00
vamp-pyin
vfork
vst3 Backport VST3 diagnostic pragma 2021-03-01 22:14:38 +01:00
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-convolver: fix hang at when re-loading state 2021-03-30 01:29:28 +02:00
zita-resampler NO-OP fix typo in comment and header guard 2020-03-26 19:00:41 +01:00