From 313006557f1c152b091e208ada416a02e7829d6e Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 30 Aug 2020 19:22:42 +0100 Subject: Clang format all the code --- Jamroot.jam | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index 1dd6e98..368a244 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -33,7 +33,9 @@ project tidy:hicpp-no-array-decay tidy:performance-* tidy:daemonConfig.h + tidy:slicer-daemonConfig.cpp tidy:fuseConfig.h + tidy:slicer-fuseConfig.cpp tidy:directory.h tidy:exceptions.h tidy:file.h -- cgit v1.2.3 From 4d9b633c79ca86140af90c92b7a732dc0bbbe2bd Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Wed, 2 Sep 2020 00:12:06 +0100 Subject: Tidy up of previous commit of extensible mapper --- Jamroot.jam | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index 368a244..af15ca5 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -14,8 +14,7 @@ project 17 hidden "-Wl,-z,defs,--warn-once,--gc-sections" - release:"-flto=3" - release:"-flto=3" + release:on debuggcc:-Wlogical-op debug:extra debug:on @@ -36,6 +35,7 @@ project tidy:slicer-daemonConfig.cpp tidy:fuseConfig.h tidy:slicer-fuseConfig.cpp + tidy:slicer-mapper.cpp tidy:directory.h tidy:exceptions.h tidy:file.h -- cgit v1.2.3 From 7e940c94ac0598ada54c53149b17f3c385b89794 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 20 Sep 2021 11:39:39 +0100 Subject: Bump to C++20, required by new Slicer --- Jamroot.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index af15ca5..61c7d8b 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -11,7 +11,7 @@ variant coverage : debug ; project : requirements ICE_CPP11_MAPPING - 17 + 20 hidden "-Wl,-z,defs,--warn-once,--gc-sections" release:on -- cgit v1.2.3