From: Kevin Day Date: Tue, 9 May 2023 22:41:58 +0000 (-0500) Subject: Cleanup: Remove no longer used fl_utf project. X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=2c4c33316bcb0b358844aba491eb4ea37fa2b8cd;p=fll Cleanup: Remove no longer used fl_utf project. The source files are already empty. --- diff --git a/build/disable/level_1/fl_utf.h b/build/disable/level_1/fl_utf.h deleted file mode 100644 index ca34f0e..0000000 --- a/build/disable/level_1/fl_utf.h +++ /dev/null @@ -1,19 +0,0 @@ -#define _di_fl_utf_string_compare_ -#define _di_fl_utf_string_compare_trim_ -#define _di_fl_utf_string_dynamic_compare_ -#define _di_fl_utf_string_dynamic_compare_trim_ -#define _di_fl_utf_string_dynamic_partial_compare_ -#define _di_fl_utf_string_dynamic_partial_compare_trim_ -#define _di_fl_utf_string_dynamic_rip_ -#define _di_fl_utf_string_dynamic_rip_nulless_ -#define _di_fl_utf_string_dynamic_seek_line_to_char_ -#define _di_fl_utf_string_dynamic_seek_line_until_graph_ -#define _di_fl_utf_string_dynamic_seek_line_until_graph_non_ -#define _di_fl_utf_string_dynamic_seek_to_char_ -#define _di_fl_utf_string_rip_ -#define _di_fl_utf_string_rip_nulless_ -#define _di_fl_utf_string_seek_line_to_char_ -#define _di_fl_utf_string_seek_line_until_graph_ -#define _di_fl_utf_string_seek_line_until_graph_non_ -#define _di_fl_utf_string_seek_to_char_ -#define _di_fl_utf_string_seek_to_character_ diff --git a/level_1/fl_utf/c/private-utf.c b/level_1/fl_utf/c/private-utf.c deleted file mode 100644 index e69de29..0000000 diff --git a/level_1/fl_utf/c/private-utf.h b/level_1/fl_utf/c/private-utf.h deleted file mode 100644 index e69de29..0000000 diff --git a/level_1/fl_utf/c/utf.c b/level_1/fl_utf/c/utf.c deleted file mode 100644 index e69de29..0000000 diff --git a/level_1/fl_utf/c/utf.h b/level_1/fl_utf/c/utf.h deleted file mode 100644 index e69de29..0000000 diff --git a/level_1/fl_utf/data/build/defines b/level_1/fl_utf/data/build/defines deleted file mode 100644 index c665317..0000000 --- a/level_1/fl_utf/data/build/defines +++ /dev/null @@ -1,2 +0,0 @@ -# fss-0000 - diff --git a/level_1/fl_utf/data/build/dependencies b/level_1/fl_utf/data/build/dependencies deleted file mode 100644 index deb9037..0000000 --- a/level_1/fl_utf/data/build/dependencies +++ /dev/null @@ -1,7 +0,0 @@ -# fss-0000 - -f_type -f_status -f_memory -f_string -f_utf diff --git a/level_1/fl_utf/data/build/fakefile b/level_1/fl_utf/data/build/fakefile deleted file mode 100644 index e49f09c..0000000 --- a/level_1/fl_utf/data/build/fakefile +++ /dev/null @@ -1,12 +0,0 @@ -# fss-0005 iki-0002 - -settings: - fail exit - modes individual level monolithic clang test - - 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: - - build diff --git a/level_1/fl_utf/data/build/settings b/level_1/fl_utf/data/build/settings deleted file mode 100644 index 91d3620..0000000 --- a/level_1/fl_utf/data/build/settings +++ /dev/null @@ -1,70 +0,0 @@ -# fss-0001 -# -# Modes: -# - individual: Compile using per project (individual) libraries, does not handle thread or threadless cases. -# - 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. -# - 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. -# - -build_name fl_utf - -version_major 0 -version_minor 7 -version_micro 0 -version_file micro -version_target minor - -modes individual individual_thread level monolithic clang test fanalyzer thread threadless -modes_default individual individual_thread thread - -build_compiler gcc -build_compiler-clang clang -build_indexer ar -build_indexer_arguments rcs -build_language c -build_libraries -lc -build_libraries-individual -lf_memory -lf_string -lf_utf - -build_sources_library utf.c private-utf.c - -build_sources_headers utf.h - -build_script yes -build_shared yes -build_static no - -path_headers fll/level_1 -path_library_script script -path_library_shared shared -path_library_static static -path_object_script script -path_object_shared shared -path_object_static static -path_program_script script -path_program_shared shared -path_program_static static - -has_path_standard yes -preserve_path_headers yes - -search_exclusive yes -search_shared yes -search_static yes - -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 - -flags -O2 -z now -g -fdiagnostics-color=always -Wno-logical-not-parentheses -Wno-parentheses -flags-clang -Wno-logical-op-parentheses -flags-test -O0 -fstack-protector -Wall -flags-coverage -O0 --coverage -fprofile-abs-path -fprofile-dir=build/coverage/ - -flags_library -fPIC -flags_object -fPIC -flags_program -fPIE