johnemmas
  • Joined on 2022-04-20
johnemmas pushed to master at ardour/ardour 2024-11-03 08:35:17 -05:00
3933fc2db7 Oops, missed one...
johnemmas pushed to master at ardour/ardour 2024-11-03 06:52:23 -05:00
44068a63f5 Guard some pragmas which aren't understood by MSVC
johnemmas pushed to master at ardour/ardour 2024-10-26 09:51:47 -04:00
42602e0329 Add an alternative #include
johnemmas pushed to master at ardour/ardour 2024-10-17 07:08:54 -04:00
b6cb758357 Another minor tweak to fix a build issue with MSVC/c++17
johnemmas pushed to master at ardour/ardour 2024-10-13 06:41:23 -04:00
fd8808d7b8 Minor declaration issue that upsets MSVC/c++17
johnemmas pushed to master at ardour/ardour 2024-10-01 15:30:13 -04:00
07c79ce92c Small changes to make pthread_utils.cc buildable again with MSVC
johnemmas pushed to master at ardour/ardour 2024-05-10 10:18:46 -04:00
2e55f4452f As we've yet to implement user options, let's prefer AAF filenames rather than extracting an internal Comp name
johnemmas pushed to master at ardour/ardour 2024-05-07 11:07:58 -04:00
dc74533fab Remove a declaration that won't be needed now
johnemmas pushed to master at ardour/ardour 2024-05-07 06:06:19 -04:00
a345d05f0f When importing AAF's move some code so that it only gets executed once per Source, rather than once for every Region
johnemmas pushed to master at ardour/ardour 2024-05-02 05:30:05 -04:00
631ee17e34 Modify class ARDOUR::DiskReader because it now includes members declared using 'thread_local'
johnemmas pushed to master at ardour/ardour 2024-02-21 06:53:52 -05:00
b935710b60 Sanitize the AAF's snapshot name (it'll get used later to create an OS folder)
johnemmas pushed to master at ardour/ardour 2023-12-13 11:25:05 -05:00
9f3438b2bc Fix a call to 'access()' by adding a call to 'uriDecodeString()'
johnemmas pushed to master at ardour/ardour 2023-10-05 09:05:15 -04:00
14973bd894 Simplify the MSVC / superclock change which should now be compatible with all compilers
johnemmas pushed to master at ardour/ardour 2023-09-27 04:38:27 -04:00
ea8742b030 #include <sys/utime.h> when building with MSVC
johnemmas pushed to master at ardour/ardour 2023-09-14 11:57:55 -04:00
56772b8156 Revert an unintended change from #eff61bde325b
johnemmas pushed to master at ardour/ardour 2023-07-15 08:05:51 -04:00
35c04d0ee7 Add a missing namespace specifier
johnemmas pushed to master at ardour/ardour 2023-04-24 09:59:23 -04:00
40738b2bee A couple of extra requirements for DEBUG_THREAD_PRINT
johnemmas pushed to master at ardour/ardour 2023-04-24 07:54:16 -04:00
81d7a51498 Minor change to commit #35b5861195
johnemmas pushed to master at ardour/ardour 2023-03-25 08:42:59 -04:00
c771eccd0e 'Temporal::DomainSwapInformation' needs to be exportable
johnemmas pushed to master at ardour/ardour 2023-03-15 09:44:53 -04:00
f8557cc00f Export AudioGraphper::Source and AudioGrapher::ListedSource