Compare commits

...

20 Commits

Author SHA1 Message Date
rboullard b6f0ac84c2 Merge branch 'main' of https://git.romainboullard.com/BigfootDev/ConanProfiles into Coverage 2026-02-01 16:15:21 +01:00
rboullard b75996f643 downgrade clang 2026-02-01 16:15:14 +01:00
rboullard cd46fcb3a9 Merge branch 'main' of https://git.romainboullard.com/BigfootDev/ConanProfiles into Coverage 2026-02-01 14:19:47 +01:00
rboullard f19914fc14 typo 2026-02-01 14:19:30 +01:00
rboullard d9a68dc024 Merge branch 'main' of https://git.romainboullard.com/BigfootDev/ConanProfiles into Coverage 2026-01-31 11:50:30 +01:00
rboullard ba28495476 typo 2026-01-31 11:49:49 +01:00
rboullard d18bd7c85f fix coverage clang 2026-01-31 11:37:29 +01:00
rboullard 7627a25488 Merge branch 'main' of https://git.romainboullard.com/BigfootDev/ConanProfiles into Coverage 2026-01-31 11:32:30 +01:00
rboullard 1c62fdff01 remove ehsc toolchain 2026-01-31 11:21:54 +01:00
rboullard 87d436d9b8 Merge branch 'main' of https://git.romainboullard.com/BigfootDev/ConanProfiles into Coverage 2026-01-31 11:21:31 +01:00
rboullard d0f84a9a71 ninja back 2026-01-31 11:17:03 +01:00
rboullard 5bffcb9989 Merge branch 'main' of https://git.romainboullard.com/BigfootDev/ConanProfiles into Coverage 2026-01-31 11:15:51 +01:00
rboullard 625fbee913 Merge branch 'main' of https://git.romainboullard.com/BigfootDev/ConanProfiles into Coverage 2026-01-31 10:53:00 +01:00
rboullard 26ef406b28 conna happy 2026-01-31 10:52:15 +01:00
rboullard 0bcbeba18d Merge branch 'main' of https://git.romainboullard.com/BigfootDev/ConanProfiles into Coverage 2026-01-31 10:46:31 +01:00
rboullard 285b5d9629 Fix msvc profiles 2026-01-31 10:45:23 +01:00
rboullard 7e63276cb1 Merge branch 'main' of https://git.romainboullard.com/BigfootDev/ConanProfiles into Coverage 2026-01-31 10:35:56 +01:00
rboullard fe70b361e5 bring back lto for msvc 2026-01-31 10:34:48 +01:00
rboullard ea9149fde3 use toolchain variable when possible 2026-01-31 10:31:39 +01:00
rboullard 000bde57b8 clang coverage 2026-01-30 22:51:45 +01:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
os=Linux
arch=x86_64
compiler=clang
compiler.version=21
compiler.version=20
compiler.libcxx=libstdc++11
compiler.cppstd=20
compiler.cstd=17
+1 -1
View File
@@ -2,7 +2,7 @@
os=Linux
arch=x86_64
compiler=clang
compiler.version=21
compiler.version=20
compiler.libcxx=libstdc++11
compiler.cppstd=20
compiler.cstd=17
+1 -1
View File
@@ -2,7 +2,7 @@
os=Linux
arch=x86_64
compiler=clang
compiler.version=21
compiler.version=20
compiler.libcxx=libstdc++11
compiler.cppstd=20
compiler.cstd=17