rdb
f50fef3744
Switch over to C++14, drop support for MSVC 2015
...
The main reason is that the current development version of Eigen requires C++14 to be enabled, so otherwise we can't compile with the latest Eigen.
If really needed, we can keep support for MSVC 2015 (please make your voice heard) but that would lock us out of a few features of C++14.
2024-10-19 13:16:36 +02:00
gabe
ad97e88a54
Enable OpenAL-Soft extensions for non-framework builds and add config for disabling HRTF ( #1620 )
2024-10-17 21:34:32 +02:00
rdb
243d59bf37
workflow: Remove step to build host interrogate for emscripten
...
This is now fetched automatically by makepanda as of e50465e8303bb42c3ae656f5f896cb958eb2e4ed
2024-08-10 16:55:03 +02:00
rdb
17fbd09250
workflow: Change macOS-11 runner to macOS-12
2024-08-03 12:18:16 +02:00
rdb
84ed141b2a
Squash merge webgl-port branch into master
...
Adds support for emscripten as a build target / platform, and adds a WebGL renderer back-end
2024-01-25 15:37:38 +01:00
rdb
e3ea397665
workflow: Delete clang-tidy workflows for now
...
There are a number of issues with them, they need to be revisited at some point
[skip ci]
2023-11-06 17:36:05 +01:00
rdb
a6ab238abc
Merge branch 'release/1.10.x' into incoming
2023-10-14 21:35:00 +02:00
rdb
5e4fc7999e
Switch to 1.10.14 thirdparties, enable Python 3.12 CI on Windows
2023-10-14 21:25:42 +02:00
rdb
87e69b71bf
workflow: Add $pythonLocation/lib to LD_LIBRARY_PATH for tests
2023-10-14 19:38:22 +02:00
rdb
972c0009ac
workflow: Add setuptools as requirement when testing Python 3.12
2023-10-14 11:29:02 +02:00
rdb
e01cb590de
Merge branch 'release/1.10.x'
2023-10-13 23:24:48 +02:00
rdb
bf456baa35
workflow: Skip Python 3.12 tests on Windows for now
...
Until we've added Python 3.12 to thirdparty packages
2023-10-13 13:35:40 +02:00
rdb
7f0eafcc27
workflow: Disable Python 3.7 CI, enable Python 3.12 CI
2023-10-13 12:10:08 +02:00
rdb
d659d5fe25
workflow: Install python3-tk package
2023-08-04 16:23:18 +02:00
WMOkiishi
32edfa43fd
direct: Get direct to pass a mypy check
...
Closes #1476
2023-08-04 14:31:44 +02:00
rdb
f80cd08993
Remove support for EOL Python versions 3.6 and 3.7
2023-08-04 14:20:59 +02:00
WMOkiishi
f7f3179a89
Move test code from across direct to proper test modules
...
Closes #1480
2023-08-02 08:37:51 +02:00
rdb
6acfdb737b
workflow: Update CMake builder to macOS 11
2023-05-08 20:02:07 +02:00
rdb
4b276826b6
workflow: Update GitHub CI runner OS versions
2023-05-08 11:20:54 +02:00
rdb
891937193a
workflow: Have clang-tidy job request changes if warnings found
...
[skip ci]
2023-02-14 13:42:01 +01:00
rdb
7820c7a363
workflow: Attempt to fix clang-tidy reviews of PRs from forks
...
[skip ci]
2023-02-14 11:24:06 +01:00
rdb
b89b0f51ba
workflow: Fix silent error from clang-tidy job
...
[skip ci]
2023-02-13 13:10:43 +01:00
rdb
d2444132b2
opencv: Use correct headers for videoio C interface
2023-02-12 18:18:20 +01:00
rdb
00f68fb8a5
workflow: Add clang-tidy reviews for all pull requests
2023-02-12 17:37:17 +01:00
rdb
33f6ea73a2
workflow: Update Ubuntu version to 20.04
2023-02-07 18:05:51 +01:00
rdb
95b62ff198
workflow: Update Python versions for CMake build
2022-11-29 23:43:29 +01:00
rdb
dfa4cc7da2
workflow: Update thirdparty packages for CMake builds
2022-11-29 20:59:26 +01:00
rdb
a5610f217e
Merge branch 'release/1.10.x' into incoming
2022-11-29 20:58:51 +01:00
rdb
0d30045670
workflow: Update Python versions
2022-11-29 20:18:32 +01:00
rdb
44dd2bd091
workflow: Update to 1.10.13 thirdparty packages
2022-11-29 20:14:20 +01:00
rdb
592f2b7d6e
Merge branch 'release/1.10.x'
2022-11-14 12:47:28 +01:00
rdb
9508b040e7
Update to 1.10.13 thirdparty tools on macOS
...
These contain OpenCV libraries with fixed relative references on arm64
Fixes #1393
2022-11-14 10:50:30 +01:00
rdb
646611bfa6
workflow: Update GitHub CI builder to Windows 2019
2022-04-04 09:40:42 +02:00
rdb
07586c82e6
workflow: Update GitHub CI builder to Windows 2019/2022
2022-02-17 12:48:33 +01:00
rdb
d46651c032
Merge branch 'release/1.10.x'
2022-01-04 16:35:19 +01:00
rdb
b2aa5beb96
Use 1.10.11 thirdparty tools
2022-01-04 15:33:31 +01:00
rdb
9961a90618
workflow: Use macOS 10.15 for now for CMake builder
2021-12-27 23:32:45 +01:00
rdb
866bf9e2b5
workflow: Update macOS builder to macOS-11
2021-12-26 15:31:44 +01:00
Daniel
1f39c3333f
workflow: Build Windows using windows-2022 and Visual Studio 2022
2021-12-12 22:54:33 +01:00
rdb
fc625eec11
Merge branch 'release/1.10.x' into incoming
2021-12-12 22:54:15 +01:00
rdb
b397ddb311
workflow: Switch back from macOS-latest to 10.15 for now
...
See actions/virtual-environments#4060 - the 11.0 image is crashing for us so we'll upgrade when it's more mature
2021-12-12 22:48:39 +01:00
rdb
541b9471b5
workflow: Use thirdparty packages for 1.10.10 instead of 1.10.9
2021-12-12 18:40:31 +01:00
Daniel
3d1328fafb
workflow: Upgrade to setup-python@v2
2021-12-12 18:40:03 +01:00
rdb
77710bb813
workflow: Change Ubuntu Xenial builder to Bionic
2021-11-02 15:35:54 +01:00
rdb
0bc0709b72
Merge branch 'release/1.10.x'
2021-11-02 15:20:41 +01:00
rdb
c1bb28b6d8
workflow: Update Ubuntu builder to 18.04
2021-11-02 14:08:27 +01:00
rdb
dd3510eea7
Merge branch 'release/1.10.x'
2021-04-08 12:30:35 +02:00
rdb
67b6729d38
Also switch from Travis to GitHub Actions on release branch
2021-04-05 17:26:29 +02:00
rdb
06484566b3
workflow: Update to 1.10.9 thirdparty tools for Windows
...
It includes an updated version of flex
2021-01-02 20:03:37 +01:00
rdb
b73052260c
workflow: Fix GitHub Actions CI with latest thirdparty packages
2020-12-22 16:48:30 +01:00