diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index be4ada7..ccde8cf 100755 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -35,8 +35,8 @@ RUN apt-get update && apt-get upgrade --yes && \ gdb \ locales \ clang-format \ - gcc-13 \ - g++-13 && \ + gcc-14 \ + g++-14 && \ \ # cleanup apt-get autoremove --purge -y && \ diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 42121c4..794cef0 100755 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -10,8 +10,6 @@ "ms-vscode.cpptools", "piotrkosek.vscode-gtest-test-adapter-with-code-lens", "xaver.clang-format", - "twxs.cmake", - // "josetr.cmake-language-support-vscode", "ms-vscode.cmake-tools", "donjayamanne.git-extension-pack" ] diff --git a/.devcontainer/vcpkg.json b/.devcontainer/vcpkg.json index 1db8240..0cbafea 100644 --- a/.devcontainer/vcpkg.json +++ b/.devcontainer/vcpkg.json @@ -1,4 +1,6 @@ { + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", + "builtin-baseline": "ef7dbf94b9198bc58f45951adcf1f041fcbc5ea0", "dependencies": [ "boost-json", "boost-log", diff --git a/README.md b/README.md index e99b64f..d9e0ec8 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ If you want to test this program and you don't have data of your own you may get # For developers Development is mostly done in vscode with the devcontainer extension. This allows for a consistent development environment across platforms. The devcontainer is based -on Ubuntu 22.04 and all dependencies are installed via vcpkg. +on Ubuntu 24.04 and all dependencies are installed via vcpkg. Feel free to add plugins to convert data from other suppliers.
There is only a single real test. More tests are welcome.