Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / glslang
Commits: c46e4b1f by Timo Aaltonen at 2023-12-03T20:12:34+02:00 tests: Bump c++ standard to 17. - - - - - f4e21ecd by Timo Aaltonen at 2023-12-03T20:12:47+02:00 release to sid - - - - - 2 changed files: - debian/changelog - debian/tests/glslang-dev Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +glslang (13.1.1-3) unstable; urgency=medium + + * tests: Bump c++ standard to 17. + + -- Timo Aaltonen <tjaal...@debian.org> Sun, 03 Dec 2023 20:12:35 +0200 + glslang (13.1.1-2) unstable; urgency=medium * tests: Bump c++ to 13. ===================================== debian/tests/glslang-dev ===================================== @@ -48,19 +48,19 @@ EOF # This is hard-coded because there used to be no pkg-config, but matches # what renderdoc does. -"${CXX}" -std=c++13 -o trivial trivial.cpp -lglslang -lMachineIndependent -lGenericCodeGen -lHLSL -lOGLCompiler -lOSDependent -lSPIRV -lpthread +"${CXX}" -std=c++17 -o trivial trivial.cpp -lglslang -lMachineIndependent -lGenericCodeGen -lHLSL -lOGLCompiler -lOSDependent -lSPIRV -lpthread test -x trivial ./trivial # Or with the pkg-config metadata. # Deliberately word-splitting the output of pkg-config: # shellcheck disable=SC2046 -"${CXX}" -std=c++13 -o trivial trivial.cpp $("$PKG_CONFIG" --cflags --libs glslang) +"${CXX}" -std=c++17 -o trivial trivial.cpp $("$PKG_CONFIG" --cflags --libs glslang) test -x trivial ./trivial # shellcheck disable=SC2046 -"${CXX}" -std=c++13 -o spirv spirv.cpp $("$PKG_CONFIG" --cflags --libs spirv) +"${CXX}" -std=c++17 -o spirv spirv.cpp $("$PKG_CONFIG" --cflags --libs spirv) test -x spirv ./spirv View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/glslang/-/compare/a4920af0a216d1383ee27e7d95159278523dd6a4...f4e21ecd5779664d1e0e4dc0599165b67e1cb619 -- View it on GitLab: https://salsa.debian.org/xorg-team/vulkan/glslang/-/compare/a4920af0a216d1383ee27e7d95159278523dd6a4...f4e21ecd5779664d1e0e4dc0599165b67e1cb619 You're receiving this email because of your account on salsa.debian.org.