From: Kevin Day Date: Thu, 1 Aug 2024 03:40:58 +0000 (-0500) Subject: Cleanup: Build settings and fakefile mode related settings and documentation. X-Git-Tag: 0.7.0~119 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=3e7c6d4f2267ef5c68afaec4c433bc34b495a7fc;p=fll Cleanup: Build settings and fakefile mode related settings and documentation. --- diff --git a/build/level_0/fakefile b/build/level_0/fakefile index d584c3f9b..82bb429d7 100644 --- a/build/level_0/fakefile +++ b/build/level_0/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/level_0/settings b/build/level_0/settings index dbb792d98..cff2d2578 100644 --- a/build/level_0/settings +++ b/build/level_0/settings @@ -5,11 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -24,7 +25,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default level thread gcc build_compiler gcc diff --git a/build/level_1/fakefile b/build/level_1/fakefile index d584c3f9b..82bb429d7 100644 --- a/build/level_1/fakefile +++ b/build/level_1/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/level_1/settings b/build/level_1/settings index ef06d55f9..366120c6a 100644 --- a/build/level_1/settings +++ b/build/level_1/settings @@ -5,11 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -24,7 +25,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default level thread gcc build_compiler gcc diff --git a/build/level_2/fakefile b/build/level_2/fakefile index d584c3f9b..82bb429d7 100644 --- a/build/level_2/fakefile +++ b/build/level_2/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/level_2/settings b/build/level_2/settings index 83e53653a..c45bd1fd3 100644 --- a/build/level_2/settings +++ b/build/level_2/settings @@ -5,11 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -24,7 +25,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default level thread gcc build_compiler gcc diff --git a/build/monolithic/fakefile b/build/monolithic/fakefile index d584c3f9b..82bb429d7 100644 --- a/build/monolithic/fakefile +++ b/build/monolithic/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/monolithic/settings b/build/monolithic/settings index 5cce96c20..5155e3584 100644 --- a/build/monolithic/settings +++ b/build/monolithic/settings @@ -5,11 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -24,7 +25,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default monolithic thread gcc build_compiler gcc diff --git a/build/stand_alone/byte_dump.fakefile b/build/stand_alone/byte_dump.fakefile index d8b057ce4..e6ece4d29 100644 --- a/build/stand_alone/byte_dump.fakefile +++ b/build/stand_alone/byte_dump.fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes stand_alone clang gcc gcc_13 test fanalyzer coverage thread threadless + modes clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/stand_alone/byte_dump.settings b/build/stand_alone/byte_dump.settings index 1acd79db1..46b77f5bf 100644 --- a/build/stand_alone/byte_dump.settings +++ b/build/stand_alone/byte_dump.settings @@ -4,17 +4,18 @@ # This will compile a program that does not have a libbyte_dump.so library and builds all of the FLL dependencies into the resulting program. # # Modes: -# - stand_alone: The stand alone build mode, which in general should always be used. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. -# - thread: Compile with thread support. -# - threadless: Compile without thread support. +# - clang: Use CLang rather than the default, which is generally GCC. +# - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. +# - thread: Compile with thread support. +# - threadless: Compile without thread support. # build_name byte_dump +stage stand_alone version_major 0 version_minor 6 @@ -22,8 +23,8 @@ version_micro 2 version_file micro version_target minor -modes stand_alone clang gcc gcc_13 test fanalyzer coverage thread threadless -modes_default stand_alone thread gcc +modes clang coverage fanalyzer gcc gcc_13 test thread threadless +modes_default thread gcc build_compiler gcc build_compiler-clang clang diff --git a/build/stand_alone/example.fakefile b/build/stand_alone/example.fakefile index 50fab7e6c..2866c9f10 100644 --- a/build/stand_alone/example.fakefile +++ b/build/stand_alone/example.fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes stand_alone clang gcc gcc_13 test fanalyzer coverage thread threadless + modes clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/stand_alone/example.settings b/build/stand_alone/example.settings index d25e0a1cb..215047fd6 100644 --- a/build/stand_alone/example.settings +++ b/build/stand_alone/example.settings @@ -4,17 +4,18 @@ # This will compile a program that does not have a libexample.so library and builds all of the FLL dependencies into the resulting program. # # Modes: -# - stand_alone: The stand alone build mode, which in general should always be used. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. -# - thread: Compile with thread support. -# - threadless: Compile without thread support. +# - clang: Use CLang rather than the default, which is generally GCC. +# - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. +# - thread: Compile with thread support. +# - threadless: Compile without thread support. # build_name example +stage stand_alone version_major 0 version_minor 6 @@ -22,8 +23,8 @@ version_micro 2 version_file micro version_target minor -modes stand_alone clang gcc gcc_13 test fanalyzer coverage thread threadless -modes_default stand_alone thread gcc +modes clang coverage fanalyzer gcc gcc_13 test thread threadless +modes_default thread gcc build_compiler gcc build_compiler-clang clang diff --git a/build/stand_alone/fake.fakefile b/build/stand_alone/fake.fakefile index 8a343acf7..2ec7b7dfb 100644 --- a/build/stand_alone/fake.fakefile +++ b/build/stand_alone/fake.fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes stand_alone clang gcc gcc_13 test fanalyzer coverage thread threadless + modes clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/stand_alone/fake.settings b/build/stand_alone/fake.settings index 1bfe3269a..b0ebfce47 100644 --- a/build/stand_alone/fake.settings +++ b/build/stand_alone/fake.settings @@ -4,17 +4,18 @@ # This will compile a program that does not have a libfake.so library and builds all of the FLL dependencies into the resulting program. # # Modes: -# - stand_alone: The stand alone build mode, which in general should always be used. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. -# - thread: Compile with thread support. -# - threadless: Compile without thread support. +# - clang: Use CLang rather than the default, which is generally GCC. +# - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. +# - thread: Compile with thread support. +# - threadless: Compile without thread support. # build_name fake +stage stand_alone version_major 0 version_minor 7 @@ -22,8 +23,8 @@ version_micro 0 version_file micro version_target minor -modes stand_alone clang gcc gcc_13 test fanalyzer coverage thread threadless -modes_default stand_alone thread gcc +modes clang coverage fanalyzer gcc gcc_13 test thread threadless +modes_default thread gcc build_compiler gcc build_compiler-clang clang diff --git a/build/stand_alone/firewall.fakefile b/build/stand_alone/firewall.fakefile index 582428eb6..2df44ab2e 100644 --- a/build/stand_alone/firewall.fakefile +++ b/build/stand_alone/firewall.fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes stand_alone clang gcc gcc_13 test fanalyzer coverage thread threadless + modes clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/stand_alone/firewall.settings b/build/stand_alone/firewall.settings index b730aebd7..84d8a75d9 100644 --- a/build/stand_alone/firewall.settings +++ b/build/stand_alone/firewall.settings @@ -4,17 +4,18 @@ # This will compile a program that does not have a libfirewall.so library and builds all of the FLL dependencies into the resulting program. # # Modes: -# - stand_alone: The stand alone build mode, which in general should always be used. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. -# - thread: Compile with thread support. -# - threadless: Compile without thread support. +# - clang: Use CLang rather than the default, which is generally GCC. +# - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. +# - thread: Compile with thread support. +# - threadless: Compile without thread support. # build_name firewall +stage stand_alone version_major 0 version_minor 6 @@ -22,8 +23,8 @@ version_micro 2 version_file micro version_target minor -modes stand_alone clang gcc gcc_13 test fanalyzer coverage thread threadless -modes_default stand_alone thread gcc +modes clang coverage fanalyzer gcc gcc_13 test thread threadless +modes_default thread gcc build_compiler gcc build_compiler-clang clang diff --git a/build/stand_alone/utf8.fakefile b/build/stand_alone/utf8.fakefile index df8c25a8b..ba5730865 100644 --- a/build/stand_alone/utf8.fakefile +++ b/build/stand_alone/utf8.fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes stand_alone clang gcc gcc_13 test fanalyzer coverage thread threadless + modes clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/build/stand_alone/utf8.settings b/build/stand_alone/utf8.settings index a3c423bce..91f0c1ada 100644 --- a/build/stand_alone/utf8.settings +++ b/build/stand_alone/utf8.settings @@ -4,17 +4,18 @@ # This will compile a program that does not have a libutf8.so library and builds all of the FLL dependencies into the resulting program. # # Modes: -# - stand_alone: The stand alone build mode, which in general should always be used. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. -# - thread: Compile with thread support. -# - threadless: Compile without thread support. +# - clang: Use CLang rather than the default, which is generally GCC. +# - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. +# - thread: Compile with thread support. +# - threadless: Compile without thread support. # build_name utf8 +stage stand_alone version_major 0 version_minor 7 @@ -22,8 +23,8 @@ version_micro 0 version_file micro version_target minor -modes stand_alone clang gcc gcc_13 test fanalyzer coverage thread threadless -modes_default stand_alone thread gcc +modes clang coverage fanalyzer gcc gcc_13 test thread threadless +modes_default thread gcc build_compiler gcc build_compiler-clang clang diff --git a/level_0/f_abstruse/data/build/fakefile b/level_0/f_abstruse/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_abstruse/data/build/fakefile +++ b/level_0/f_abstruse/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_abstruse/data/build/settings b/level_0/f_abstruse/data/build/settings index ec705c312..b16ad013d 100644 --- a/level_0/f_abstruse/data/build/settings +++ b/level_0/f_abstruse/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_account/data/build/fakefile b/level_0/f_account/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_account/data/build/fakefile +++ b/level_0/f_account/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_account/data/build/settings b/level_0/f_account/data/build/settings index 1b79c70df..58952ad56 100644 --- a/level_0/f_account/data/build/settings +++ b/level_0/f_account/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_capability/data/build/fakefile b/level_0/f_capability/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_capability/data/build/fakefile +++ b/level_0/f_capability/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_capability/data/build/settings b/level_0/f_capability/data/build/settings index 0194f6e68..5d1c7d9b7 100644 --- a/level_0/f_capability/data/build/settings +++ b/level_0/f_capability/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_color/data/build/fakefile b/level_0/f_color/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_color/data/build/fakefile +++ b/level_0/f_color/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_color/data/build/settings b/level_0/f_color/data/build/settings index b8fd1e080..334f3963e 100644 --- a/level_0/f_color/data/build/settings +++ b/level_0/f_color/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_compare/data/build/fakefile b/level_0/f_compare/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_compare/data/build/fakefile +++ b/level_0/f_compare/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_compare/data/build/settings b/level_0/f_compare/data/build/settings index aca17c265..c86b52908 100644 --- a/level_0/f_compare/data/build/settings +++ b/level_0/f_compare/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_console/data/build/fakefile b/level_0/f_console/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_console/data/build/fakefile +++ b/level_0/f_console/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_console/data/build/settings b/level_0/f_console/data/build/settings index 6a25592f0..565e970ac 100644 --- a/level_0/f_console/data/build/settings +++ b/level_0/f_console/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_control_group/data/build/fakefile b/level_0/f_control_group/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_control_group/data/build/fakefile +++ b/level_0/f_control_group/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_control_group/data/build/settings b/level_0/f_control_group/data/build/settings index 465aa23c8..e0574bf42 100644 --- a/level_0/f_control_group/data/build/settings +++ b/level_0/f_control_group/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_conversion/data/build/fakefile b/level_0/f_conversion/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_conversion/data/build/fakefile +++ b/level_0/f_conversion/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_conversion/data/build/settings b/level_0/f_conversion/data/build/settings index 5152a5d46..de0f36991 100644 --- a/level_0/f_conversion/data/build/settings +++ b/level_0/f_conversion/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_directory/data/build/fakefile b/level_0/f_directory/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_directory/data/build/fakefile +++ b/level_0/f_directory/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_directory/data/build/settings b/level_0/f_directory/data/build/settings index 387b51743..e552fbb62 100644 --- a/level_0/f_directory/data/build/settings +++ b/level_0/f_directory/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_environment/data/build/fakefile b/level_0/f_environment/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_environment/data/build/fakefile +++ b/level_0/f_environment/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_environment/data/build/settings b/level_0/f_environment/data/build/settings index 4c021c146..23805a931 100644 --- a/level_0/f_environment/data/build/settings +++ b/level_0/f_environment/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_execute/data/build/fakefile b/level_0/f_execute/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_execute/data/build/fakefile +++ b/level_0/f_execute/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_execute/data/build/settings b/level_0/f_execute/data/build/settings index c21df54f1..71d748e2e 100644 --- a/level_0/f_execute/data/build/settings +++ b/level_0/f_execute/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_file/data/build/fakefile b/level_0/f_file/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_file/data/build/fakefile +++ b/level_0/f_file/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_file/data/build/settings b/level_0/f_file/data/build/settings index cef2f43d2..047bcb5cd 100644 --- a/level_0/f_file/data/build/settings +++ b/level_0/f_file/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_fss/data/build/fakefile b/level_0/f_fss/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_fss/data/build/fakefile +++ b/level_0/f_fss/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_fss/data/build/settings b/level_0/f_fss/data/build/settings index 59f3e7101..845f93f8e 100644 --- a/level_0/f_fss/data/build/settings +++ b/level_0/f_fss/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_iki/data/build/fakefile b/level_0/f_iki/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_iki/data/build/fakefile +++ b/level_0/f_iki/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_iki/data/build/settings b/level_0/f_iki/data/build/settings index 96dae3a78..098a02511 100644 --- a/level_0/f_iki/data/build/settings +++ b/level_0/f_iki/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_limit/data/build/fakefile b/level_0/f_limit/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_limit/data/build/fakefile +++ b/level_0/f_limit/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_limit/data/build/settings b/level_0/f_limit/data/build/settings index 1ed67276c..d5bf783b2 100644 --- a/level_0/f_limit/data/build/settings +++ b/level_0/f_limit/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_memory/data/build/fakefile b/level_0/f_memory/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_memory/data/build/fakefile +++ b/level_0/f_memory/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_memory/data/build/settings b/level_0/f_memory/data/build/settings index ac0712dec..2002f31a9 100644 --- a/level_0/f_memory/data/build/settings +++ b/level_0/f_memory/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_network/data/build/fakefile b/level_0/f_network/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_network/data/build/fakefile +++ b/level_0/f_network/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_network/data/build/settings b/level_0/f_network/data/build/settings index 0a51ca3e0..cb124f719 100644 --- a/level_0/f_network/data/build/settings +++ b/level_0/f_network/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_parse/data/build/fakefile b/level_0/f_parse/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_parse/data/build/fakefile +++ b/level_0/f_parse/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_parse/data/build/settings b/level_0/f_parse/data/build/settings index ee4175d5c..196018594 100644 --- a/level_0/f_parse/data/build/settings +++ b/level_0/f_parse/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_path/data/build/fakefile b/level_0/f_path/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_path/data/build/fakefile +++ b/level_0/f_path/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_path/data/build/settings b/level_0/f_path/data/build/settings index e5b279964..245a389fb 100644 --- a/level_0/f_path/data/build/settings +++ b/level_0/f_path/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_pipe/data/build/fakefile b/level_0/f_pipe/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_pipe/data/build/fakefile +++ b/level_0/f_pipe/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_pipe/data/build/settings b/level_0/f_pipe/data/build/settings index 818531192..a300282e4 100644 --- a/level_0/f_pipe/data/build/settings +++ b/level_0/f_pipe/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_print/data/build/fakefile b/level_0/f_print/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_print/data/build/fakefile +++ b/level_0/f_print/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_print/data/build/settings b/level_0/f_print/data/build/settings index 2e1c80434..92bd48a70 100644 --- a/level_0/f_print/data/build/settings +++ b/level_0/f_print/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_random/data/build/fakefile b/level_0/f_random/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_random/data/build/fakefile +++ b/level_0/f_random/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_random/data/build/settings b/level_0/f_random/data/build/settings index 37bb1a09f..c42c05e58 100644 --- a/level_0/f_random/data/build/settings +++ b/level_0/f_random/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_rip/data/build/fakefile b/level_0/f_rip/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_rip/data/build/fakefile +++ b/level_0/f_rip/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_rip/data/build/settings b/level_0/f_rip/data/build/settings index 31b4faef2..d4bf230ca 100644 --- a/level_0/f_rip/data/build/settings +++ b/level_0/f_rip/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_serialize/data/build/fakefile b/level_0/f_serialize/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_serialize/data/build/fakefile +++ b/level_0/f_serialize/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_serialize/data/build/settings b/level_0/f_serialize/data/build/settings index ce91226dd..24f8788af 100644 --- a/level_0/f_serialize/data/build/settings +++ b/level_0/f_serialize/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_signal/data/build/fakefile b/level_0/f_signal/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_signal/data/build/fakefile +++ b/level_0/f_signal/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_signal/data/build/settings b/level_0/f_signal/data/build/settings index b48cc50fe..d41666fb2 100644 --- a/level_0/f_signal/data/build/settings +++ b/level_0/f_signal/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_socket/data/build/fakefile b/level_0/f_socket/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_socket/data/build/fakefile +++ b/level_0/f_socket/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_socket/data/build/settings b/level_0/f_socket/data/build/settings index 8e07c7cd9..c67c314ba 100644 --- a/level_0/f_socket/data/build/settings +++ b/level_0/f_socket/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_status/data/build/fakefile b/level_0/f_status/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_status/data/build/fakefile +++ b/level_0/f_status/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_status/data/build/settings b/level_0/f_status/data/build/settings index 79771df10..12506685c 100644 --- a/level_0/f_status/data/build/settings +++ b/level_0/f_status/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_status_string/data/build/fakefile b/level_0/f_status_string/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_status_string/data/build/fakefile +++ b/level_0/f_status_string/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_status_string/data/build/settings b/level_0/f_status_string/data/build/settings index 504c33717..6738e0990 100644 --- a/level_0/f_status_string/data/build/settings +++ b/level_0/f_status_string/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_string/data/build/fakefile b/level_0/f_string/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_string/data/build/fakefile +++ b/level_0/f_string/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_string/data/build/settings b/level_0/f_string/data/build/settings index 55a52a778..aaa5b5523 100644 --- a/level_0/f_string/data/build/settings +++ b/level_0/f_string/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_thread/data/build/fakefile b/level_0/f_thread/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_thread/data/build/fakefile +++ b/level_0/f_thread/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_thread/data/build/settings b/level_0/f_thread/data/build/settings index e07bbf771..a58c7065b 100644 --- a/level_0/f_thread/data/build/settings +++ b/level_0/f_thread/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -25,7 +25,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_time/data/build/fakefile b/level_0/f_time/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_time/data/build/fakefile +++ b/level_0/f_time/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_time/data/build/settings b/level_0/f_time/data/build/settings index b1639c065..2793e5607 100644 --- a/level_0/f_time/data/build/settings +++ b/level_0/f_time/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_type/data/build/fakefile b/level_0/f_type/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_type/data/build/fakefile +++ b/level_0/f_type/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_type/data/build/settings b/level_0/f_type/data/build/settings index 6101f985d..35917abde 100644 --- a/level_0/f_type/data/build/settings +++ b/level_0/f_type/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_type_array/data/build/fakefile b/level_0/f_type_array/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_type_array/data/build/fakefile +++ b/level_0/f_type_array/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_type_array/data/build/settings b/level_0/f_type_array/data/build/settings index 582d08e70..18a1024a5 100644 --- a/level_0/f_type_array/data/build/settings +++ b/level_0/f_type_array/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_0/f_utf/data/build/fakefile b/level_0/f_utf/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_0/f_utf/data/build/fakefile +++ b/level_0/f_utf/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_0/f_utf/data/build/settings b/level_0/f_utf/data/build/settings index f5092289b..4d4d18bfc 100644 --- a/level_0/f_utf/data/build/settings +++ b/level_0/f_utf/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_1/fl_control_group/data/build/fakefile b/level_1/fl_control_group/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_1/fl_control_group/data/build/fakefile +++ b/level_1/fl_control_group/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_1/fl_control_group/data/build/settings b/level_1/fl_control_group/data/build/settings index 6926d364a..c4d36fed6 100644 --- a/level_1/fl_control_group/data/build/settings +++ b/level_1/fl_control_group/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_1/fl_conversion/data/build/fakefile b/level_1/fl_conversion/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_1/fl_conversion/data/build/fakefile +++ b/level_1/fl_conversion/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_1/fl_conversion/data/build/settings b/level_1/fl_conversion/data/build/settings index 7a8abc4c8..f21a8b429 100644 --- a/level_1/fl_conversion/data/build/settings +++ b/level_1/fl_conversion/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_1/fl_directory/data/build/fakefile b/level_1/fl_directory/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_1/fl_directory/data/build/fakefile +++ b/level_1/fl_directory/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_1/fl_directory/data/build/settings b/level_1/fl_directory/data/build/settings index 1a652ef85..932804d67 100644 --- a/level_1/fl_directory/data/build/settings +++ b/level_1/fl_directory/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_1/fl_environment/data/build/fakefile b/level_1/fl_environment/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_1/fl_environment/data/build/fakefile +++ b/level_1/fl_environment/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_1/fl_environment/data/build/settings b/level_1/fl_environment/data/build/settings index a141dae9c..c1a2d2423 100644 --- a/level_1/fl_environment/data/build/settings +++ b/level_1/fl_environment/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_1/fl_execute/data/build/fakefile b/level_1/fl_execute/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_1/fl_execute/data/build/fakefile +++ b/level_1/fl_execute/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_1/fl_execute/data/build/settings b/level_1/fl_execute/data/build/settings index 86be76da6..2ee7a246b 100644 --- a/level_1/fl_execute/data/build/settings +++ b/level_1/fl_execute/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_1/fl_fss/data/build/fakefile b/level_1/fl_fss/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_1/fl_fss/data/build/fakefile +++ b/level_1/fl_fss/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_1/fl_fss/data/build/settings b/level_1/fl_fss/data/build/settings index 4fa8d854a..a4574f008 100644 --- a/level_1/fl_fss/data/build/settings +++ b/level_1/fl_fss/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_1/fl_iki/data/build/fakefile b/level_1/fl_iki/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_1/fl_iki/data/build/fakefile +++ b/level_1/fl_iki/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_1/fl_iki/data/build/settings b/level_1/fl_iki/data/build/settings index 2a60689c9..a2b1684b3 100644 --- a/level_1/fl_iki/data/build/settings +++ b/level_1/fl_iki/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_1/fl_path/data/build/fakefile b/level_1/fl_path/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_1/fl_path/data/build/fakefile +++ b/level_1/fl_path/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_1/fl_path/data/build/settings b/level_1/fl_path/data/build/settings index bf222f980..0502fd9a3 100644 --- a/level_1/fl_path/data/build/settings +++ b/level_1/fl_path/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_1/fl_print/data/build/fakefile b/level_1/fl_print/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_1/fl_print/data/build/fakefile +++ b/level_1/fl_print/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_1/fl_print/data/build/settings b/level_1/fl_print/data/build/settings index 3aae421fb..5fb562566 100644 --- a/level_1/fl_print/data/build/settings +++ b/level_1/fl_print/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_1/fl_status_string/data/build/fakefile b/level_1/fl_status_string/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_1/fl_status_string/data/build/fakefile +++ b/level_1/fl_status_string/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_1/fl_status_string/data/build/settings b/level_1/fl_status_string/data/build/settings index 05295ebb0..07afe715c 100644 --- a/level_1/fl_status_string/data/build/settings +++ b/level_1/fl_status_string/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_1/fl_utf_file/data/build/fakefile b/level_1/fl_utf_file/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_1/fl_utf_file/data/build/fakefile +++ b/level_1/fl_utf_file/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_1/fl_utf_file/data/build/settings b/level_1/fl_utf_file/data/build/settings index e115ead6a..74368f21c 100644 --- a/level_1/fl_utf_file/data/build/settings +++ b/level_1/fl_utf_file/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_2/fll_control_group/data/build/fakefile b/level_2/fll_control_group/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_2/fll_control_group/data/build/fakefile +++ b/level_2/fll_control_group/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_2/fll_control_group/data/build/settings b/level_2/fll_control_group/data/build/settings index b08813f89..f2ee3f30e 100644 --- a/level_2/fll_control_group/data/build/settings +++ b/level_2/fll_control_group/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_2/fll_error/data/build/fakefile b/level_2/fll_error/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_2/fll_error/data/build/fakefile +++ b/level_2/fll_error/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_2/fll_error/data/build/settings b/level_2/fll_error/data/build/settings index fa4e1a7e0..56325dad5 100644 --- a/level_2/fll_error/data/build/settings +++ b/level_2/fll_error/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_2/fll_execute/data/build/fakefile b/level_2/fll_execute/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_2/fll_execute/data/build/fakefile +++ b/level_2/fll_execute/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_2/fll_execute/data/build/settings b/level_2/fll_execute/data/build/settings index ab93a6557..abb087e2a 100644 --- a/level_2/fll_execute/data/build/settings +++ b/level_2/fll_execute/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_2/fll_file/data/build/fakefile b/level_2/fll_file/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_2/fll_file/data/build/fakefile +++ b/level_2/fll_file/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_2/fll_file/data/build/settings b/level_2/fll_file/data/build/settings index 360889339..3ee500679 100644 --- a/level_2/fll_file/data/build/settings +++ b/level_2/fll_file/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_2/fll_fss/data/build/fakefile b/level_2/fll_fss/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_2/fll_fss/data/build/fakefile +++ b/level_2/fll_fss/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_2/fll_fss/data/build/settings b/level_2/fll_fss/data/build/settings index 227ab06b4..af7ed1120 100644 --- a/level_2/fll_fss/data/build/settings +++ b/level_2/fll_fss/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_2/fll_fss_status_string/data/build/fakefile b/level_2/fll_fss_status_string/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_2/fll_fss_status_string/data/build/fakefile +++ b/level_2/fll_fss_status_string/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_2/fll_fss_status_string/data/build/settings b/level_2/fll_fss_status_string/data/build/settings index a80e32fb5..4817d3ef9 100644 --- a/level_2/fll_fss_status_string/data/build/settings +++ b/level_2/fll_fss_status_string/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_2/fll_iki/data/build/fakefile b/level_2/fll_iki/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_2/fll_iki/data/build/fakefile +++ b/level_2/fll_iki/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_2/fll_iki/data/build/settings b/level_2/fll_iki/data/build/settings index c278f99e0..325ec17a3 100644 --- a/level_2/fll_iki/data/build/settings +++ b/level_2/fll_iki/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_2/fll_print/data/build/fakefile b/level_2/fll_print/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_2/fll_print/data/build/fakefile +++ b/level_2/fll_print/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_2/fll_print/data/build/settings b/level_2/fll_print/data/build/settings index 240e432e7..cb42f21f7 100644 --- a/level_2/fll_print/data/build/settings +++ b/level_2/fll_print/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_2/fll_program/data/build/fakefile b/level_2/fll_program/data/build/fakefile index 05430f818..ecd4c2a36 100644 --- a/level_2/fll_program/data/build/fakefile +++ b/level_2/fll_program/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_2/fll_program/data/build/settings b/level_2/fll_program/data/build/settings index 6ee3c0012..e984849f3 100644 --- a/level_2/fll_program/data/build/settings +++ b/level_2/fll_program/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default individual individual_thread thread build_compiler gcc diff --git a/level_3/byte_dump/data/build/fakefile b/level_3/byte_dump/data/build/fakefile index e6fe3a873..63ef1af18 100644 --- a/level_3/byte_dump/data/build/fakefile +++ b/level_3/byte_dump/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/byte_dump/data/build/settings b/level_3/byte_dump/data/build/settings index bdcb0547b..02004a0e3 100644 --- a/level_3/byte_dump/data/build/settings +++ b/level_3/byte_dump/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default monolithic thread gcc build_compiler gcc diff --git a/level_3/example/data/build/fakefile b/level_3/example/data/build/fakefile index 452261de5..795f6a48d 100644 --- a/level_3/example/data/build/fakefile +++ b/level_3/example/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/example/data/build/settings b/level_3/example/data/build/settings index 95d699884..d04641a30 100644 --- a/level_3/example/data/build/settings +++ b/level_3/example/data/build/settings @@ -7,12 +7,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -25,7 +25,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default monolithic thread gcc build_compiler gcc diff --git a/level_3/fake/data/build/fakefile b/level_3/fake/data/build/fakefile index 9b3a3a659..5755859a7 100644 --- a/level_3/fake/data/build/fakefile +++ b/level_3/fake/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/fake/data/build/settings b/level_3/fake/data/build/settings index 9b7a79f5a..545968e50 100644 --- a/level_3/fake/data/build/settings +++ b/level_3/fake/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -26,7 +26,7 @@ version_target minor process_pre process_pre.sh process_post process_post.sh -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default monolithic thread gcc build_compiler gcc diff --git a/level_3/fake/data/projects/bzip2/1.0.8/fakefile b/level_3/fake/data/projects/bzip2/1.0.8/fakefile index 862afba0f..a4a5b7ebb 100644 --- a/level_3/fake/data/projects/bzip2/1.0.8/fakefile +++ b/level_3/fake/data/projects/bzip2/1.0.8/fakefile @@ -11,6 +11,7 @@ settings: environment PATH LD_LIBRARY_PATH + environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH main: operate bzip2 diff --git a/level_3/firewall/data/build/fakefile b/level_3/firewall/data/build/fakefile index 41bbddd43..ef7521434 100644 --- a/level_3/firewall/data/build/fakefile +++ b/level_3/firewall/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/firewall/data/build/settings b/level_3/firewall/data/build/settings index ec902f2ec..e823d5b5b 100644 --- a/level_3/firewall/data/build/settings +++ b/level_3/firewall/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default monolithic thread gcc build_compiler gcc diff --git a/level_3/fss_identify/data/build/fakefile b/level_3/fss_identify/data/build/fakefile index 282e61b16..076fdbec5 100644 --- a/level_3/fss_identify/data/build/fakefile +++ b/level_3/fss_identify/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/fss_identify/data/build/settings b/level_3/fss_identify/data/build/settings index 72e552087..c39d90106 100644 --- a/level_3/fss_identify/data/build/settings +++ b/level_3/fss_identify/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default monolithic thread gcc build_compiler gcc diff --git a/level_3/fss_read/data/build/fakefile b/level_3/fss_read/data/build/fakefile index 85a4871b9..a0ade5439 100644 --- a/level_3/fss_read/data/build/fakefile +++ b/level_3/fss_read/data/build/fakefile @@ -5,7 +5,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/fss_read/data/build/settings b/level_3/fss_read/data/build/settings index c2c052b63..47800b6ca 100644 --- a/level_3/fss_read/data/build/settings +++ b/level_3/fss_read/data/build/settings @@ -7,12 +7,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -25,7 +25,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default monolithic thread gcc build_compiler gcc diff --git a/level_3/fss_write/data/build/fakefile b/level_3/fss_write/data/build/fakefile index 616ae980d..9bf12422e 100644 --- a/level_3/fss_write/data/build/fakefile +++ b/level_3/fss_write/data/build/fakefile @@ -5,7 +5,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/fss_write/data/build/settings b/level_3/fss_write/data/build/settings index a96263994..6307ef0d9 100644 --- a/level_3/fss_write/data/build/settings +++ b/level_3/fss_write/data/build/settings @@ -7,12 +7,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -25,7 +25,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default monolithic thread gcc build_compiler gcc diff --git a/level_3/iki_read/data/build/fakefile b/level_3/iki_read/data/build/fakefile index a543596d2..38c1ae6fa 100644 --- a/level_3/iki_read/data/build/fakefile +++ b/level_3/iki_read/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/iki_read/data/build/settings b/level_3/iki_read/data/build/settings index 63353669c..ba0109b40 100644 --- a/level_3/iki_read/data/build/settings +++ b/level_3/iki_read/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default monolithic thread gcc build_compiler gcc diff --git a/level_3/iki_write/data/build/fakefile b/level_3/iki_write/data/build/fakefile index 5304744d7..4f46ac88b 100644 --- a/level_3/iki_write/data/build/fakefile +++ b/level_3/iki_write/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/iki_write/data/build/settings b/level_3/iki_write/data/build/settings index e12189d84..769743788 100644 --- a/level_3/iki_write/data/build/settings +++ b/level_3/iki_write/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default monolithic thread gcc build_compiler gcc diff --git a/level_3/status_code/data/build/fakefile b/level_3/status_code/data/build/fakefile index 240d64c4a..d3f5e7fd9 100644 --- a/level_3/status_code/data/build/fakefile +++ b/level_3/status_code/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/status_code/data/build/settings b/level_3/status_code/data/build/settings index ca62a47aa..1c4620e2d 100644 --- a/level_3/status_code/data/build/settings +++ b/level_3/status_code/data/build/settings @@ -7,12 +7,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -25,7 +25,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default monolithic thread gcc build_compiler gcc diff --git a/level_3/utf8/data/build/fakefile b/level_3/utf8/data/build/fakefile index b904b34b1..efa30a121 100644 --- a/level_3/utf8/data/build/fakefile +++ b/level_3/utf8/data/build/fakefile @@ -2,7 +2,7 @@ settings: fail exit - modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless + modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless environment PATH LD_LIBRARY_PATH environment LANG LC_ALL LC_COLLATE LC_CTYPE LC_FASTMSG LC_MESSAGES LC_MONETARY LC_NUMERIC LC_TIME LOCPATH NLSPATH diff --git a/level_3/utf8/data/build/settings b/level_3/utf8/data/build/settings index 45b2791ee..28da2704e 100644 --- a/level_3/utf8/data/build/settings +++ b/level_3/utf8/data/build/settings @@ -5,12 +5,12 @@ # - individual_thread: This is required when compiling in individual mode with "thread" mode. # - level: Compile using per level libraries. # - monolithic: Compile using per monolithic libraries. -# - clang: Use clang rather than the default, which is generally gcc. -# - gcc: Use gcc specific settings. -# - gcc_13: Use gcc version 13 or greater specific settings. -# - test: Compile for a test, such as unit testing. -# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - clang: Use CLang rather than the default, which is generally GCC. # - coverage: Compile for building coverage. +# - fanalyzer: Compile using GCC's -fanalyzer compile time option. +# - gcc: Use GCC specific settings. +# - gcc_13: Use GCC version 13 or greater specific settings. +# - test: Compile for a test, such as unit testing. # - thread: Compile with thread support. # - threadless: Compile without thread support. # @@ -23,7 +23,7 @@ version_micro 0 version_file micro version_target minor -modes individual individual_thread level monolithic clang gcc gcc_13 test fanalyzer coverage thread threadless +modes individual individual_thread level monolithic clang coverage fanalyzer gcc gcc_13 test thread threadless modes_default monolithic thread gcc build_compiler gcc