ardour/libs/temporal
Robin Gareus ed3d374f47
Fix --no-nls compilation 1/2 -- #8802
pbd/i18n.h MUST NEVER be included from header files and always be
the last include. This is because `_` is declared other headers
notably boost and some apple headers.

leading to issues like
../libs/pbd/gettext.h:58:27: error: expected unqualified-id before ‘const’
   58 | # define gettext(Msgid) ((const char *) (Msgid))
2021-09-27 16:28:44 +02:00
..
MSVCtemporal
temporal Fix --no-nls compilation 1/2 -- #8802 2021-09-27 16:28:44 +02:00
bbt_time.cc temporal: fix error in operator>> for BBT_offset 2021-08-31 22:33:33 -06:00
beats.cc Fix --no-nls compilation 1/2 -- #8802 2021-09-27 16:28:44 +02:00
debug.cc add new debug bit for Temporal grid stuff 2021-08-13 12:51:32 -06:00
enums.cc libtemporal: add operator<<() for ratio_t 2021-08-13 12:51:32 -06:00
range.cc
superclock.cc Initial changes needed for building libtemporal with MSVC 2021-08-29 11:03:58 +01:00
tempo.cc Fix --no-nls compilation 1/2 -- #8802 2021-09-27 16:28:44 +02:00
test.cc
test2.cc
time.cc
timeline.cc Fix --no-nls compilation 1/2 -- #8802 2021-09-27 16:28:44 +02:00
wscript libtemporal: needs "OSX" pseudo-lib to pick up required macOS flags 2021-08-13 12:51:35 -06:00