summaryrefslogtreecommitdiff
path: root/vcpkg.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* android: add oboe audio sinkGravatar Liam2023-12-171-0/+9
|
* vcpkg: Update fmt to 10.1.1Gravatar FearlessTobi2023-12-121-2/+2
| | | | Should fix compiling on the latest version of MSVC.
* qt: implement automatic crash dump supportGravatar Liam2023-10-081-4/+0
|
* vcpkg: Add boost.heapGravatar Merry2023-09-161-0/+1
|
* externals: Update vcpkg to 2023.06.17Gravatar Abandoned Cart2023-06-171-1/+1
| | | | Fixes for zlib and qt5
* externals: Fix update vcpkg to 2023.06.14Gravatar Abandoned Cart2023-06-141-1/+1
| | | | Forgot to update the manifest to reflect the submodule in the previous commit.
* externals: Update to fmt 10 and add format_as formatter for BitFieldGravatar Morph2023-05-281-2/+2
| | | | Implicit conversions are now disallowed in fmt 10. Use format_as to convert to the underlying type.
* catch2: update to 3.3.1Gravatar Liam2023-05-021-1/+1
|
* CMakeLists: Require a minimum of boost 1.79.0Gravatar Morph2023-03-251-1/+1
|
* vcpkg: Update vcpkg to 2023.02.24Gravatar Morph2023-03-231-1/+1
|
* externals: use openssl from vcpkgGravatar Alexandre Bouvier2023-02-281-1/+10
|
* tests: update catch2 to 3.0.1Gravatar Alexandre Bouvier2023-01-051-1/+1
|
* vcpkg,cmake: Use vcpkg for dbghelpGravatar lat9nq2022-09-041-0/+4
|
* vcpkg: Update and update fmt to 9.0.0Gravatar lat9nq2022-08-071-1/+5
|
* cmake,ci: vcpkg for MSVC default, fix lz4 include, catch2, cleanupGravatar lat9nq2022-07-281-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.
* ci,CMake: Integrate vcpkg into CMakeListsGravatar lat9nq2022-07-221-0/+29
Uses manifest mode if the bundled vcpkg is used.