Skip to content

Commit bc71d05

Browse files
committed
fix: update cmake, meson, task
1 parent c063850 commit bc71d05

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

dist/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/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/default_versions.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
const DefaultVersions: Record<string, string> = {
2-
llvm: "13.0.0",
2+
llvm: "13.0.0", // https://github.com/llvm/llvm-project/releases
33
clangtidy: "13.0.0",
44
clangformat: "13.0.0",
5-
ninja: "1.10.2",
6-
cmake: "3.22.1",
7-
gcovr: "5.0",
8-
conan: "1.45.0",
9-
meson: "0.61.1",
5+
ninja: "1.10.2", // https://github.com/ninja-build/ninja/releases
6+
cmake: "3.22.2", // https://github.com/Kitware/CMake/releases
7+
gcovr: "5.0", // https://pypi.org/project/gcovr/
8+
conan: "1.45.0", // https://github.com/conan-io/conan/releases
9+
meson: "0.61.2", // https://github.com/mesonbuild/meson/releases
1010
python: "3.8.10",
11-
kcov: "v39",
12-
task: "3.10.0",
13-
doxygen: "1.9.1",
11+
kcov: "v39", // https://github.com/SimonKagstrom/kcov/releases
12+
task: "3.11.0", // https://github.com/go-task/task/releases
13+
doxygen: "1.9.1", // https://packages.ubuntu.com/search?suite=all&arch=any&searchon=names&keywords=doxygen
1414
gcc: process.platform === "win32" ? "11.2.0.07112021" : "11",
1515
}
1616

0 commit comments

Comments
 (0)