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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# 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
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
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
# 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
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
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
# 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
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
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
# 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
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
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
# 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
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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
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
# - 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.
#
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