Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2023-12-17 | android: add oboe audio sink | Liam | 1 | -0/+9 | |
2023-12-12 | vcpkg: Update fmt to 10.1.1 | FearlessTobi | 1 | -2/+2 | |
Should fix compiling on the latest version of MSVC. | |||||
2023-10-08 | qt: implement automatic crash dump support | Liam | 1 | -4/+0 | |
2023-09-16 | vcpkg: Add boost.heap | Merry | 1 | -0/+1 | |
2023-06-18 | externals: Update vcpkg to 2023.06.17 | Abandoned Cart | 1 | -1/+1 | |
Fixes for zlib and qt5 | |||||
2023-06-15 | externals: Fix update vcpkg to 2023.06.14 | Abandoned Cart | 1 | -1/+1 | |
Forgot to update the manifest to reflect the submodule in the previous commit. | |||||
2023-05-28 | externals: Update to fmt 10 and add format_as formatter for BitField | Morph | 1 | -2/+2 | |
Implicit conversions are now disallowed in fmt 10. Use format_as to convert to the underlying type. | |||||
2023-05-03 | catch2: update to 3.3.1 | Liam | 1 | -1/+1 | |
2023-03-26 | CMakeLists: Require a minimum of boost 1.79.0 | Morph | 1 | -1/+1 | |
2023-03-24 | vcpkg: Update vcpkg to 2023.02.24 | Morph | 1 | -1/+1 | |
2023-02-28 | externals: use openssl from vcpkg | Alexandre Bouvier | 1 | -1/+10 | |
2023-01-05 | tests: update catch2 to 3.0.1 | Alexandre Bouvier | 1 | -1/+1 | |
2022-09-05 | vcpkg,cmake: Use vcpkg for dbghelp | lat9nq | 1 | -0/+4 | |
2022-08-07 | vcpkg: Update and update fmt to 9.0.0 | lat9nq | 1 | -1/+5 | |
2022-07-28 | cmake,ci: vcpkg for MSVC default, fix lz4 include, catch2, cleanup | lat9nq | 1 | -0/+13 | |
vcpkg: Add Catch2 2.13.9 Catch2 >= 3.0 is not compatible with earlier versions, and for now we must override the desired version in our vcpkg manifest. We can do this programmatically by using VCPKG_MANIFEST_FEATURES. CMakeLists: Search for lz4 CONFIG mode first vcpkg's lz4 CONFIG cmake script works in Release mode but not in Debug mode, failing to copy the correct DLLs at compile time. We still need to search for the regular mode for system-installed versions. CMakeLists: Clean up boost exports Remove some Conan-specific workarounds. CMakeLists: Use vcpkg for MSVC by default Not enabling it generally since it's much easier to have system dependencies installed for Linux and MinGW. | |||||
2022-07-23 | ci,CMake: Integrate vcpkg into CMakeLists | lat9nq | 1 | -0/+29 | |
Uses manifest mode if the bundled vcpkg is used. |