Skip to content

Commit 543427b

Browse files
committed
feat: update cmake, conan, meson. task, doxygen
1 parent e52e926 commit 543427b

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

dist/node12/setup-cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node12/setup-cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node16/setup-cpp.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/node16/setup-cpp.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/versions/default_versions.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ export const DefaultVersions: Record<string, string> = {
2020
clangtidy: getLLVMDefault(),
2121
clangformat: getLLVMDefault(),
2222
ninja: "1.11.1", // https://github.com/ninja-build/ninja/releases
23-
cmake: "3.25.1", // https://github.com/Kitware/CMake/releases
23+
cmake: "3.26.4", // https://github.com/Kitware/CMake/releases
2424
gcovr: "5.2", // https://pypi.org/project/gcovr/
25-
conan: "1.57.0", // https://github.com/conan-io/conan/releases
26-
meson: "1.0.0", // https://github.com/mesonbuild/meson/releases
25+
conan: "1.60.0", // https://github.com/conan-io/conan/releases
26+
meson: "1.0.2", // https://github.com/mesonbuild/meson/releases
2727
kcov: "40", // https://github.com/SimonKagstrom/kcov/releases
28-
task: "3.20.0", // https://github.com/go-task/task/releases
29-
doxygen: isArch() ? "1.9.6-1" : "1.9.6", // https://www.doxygen.nl/download.html // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=doxygen // https://formulae.brew.sh/formula/doxygen // https://archlinux.org/packages/extra/x86_64/doxygen/
28+
task: "3.25.0", // https://github.com/go-task/task/releases
29+
doxygen: isArch() ? "1.9.6-1" : "1.9.7", // https://www.doxygen.nl/download.html // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=doxygen // https://formulae.brew.sh/formula/doxygen // https://archlinux.org/packages/extra/x86_64/doxygen/
3030
gcc: "13", // https://github.com/brechtsanders/winlibs_mingw/releases and // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=gcc
3131
}
3232

0 commit comments

Comments
 (0)