]> Kevux Git Server - fll/commit
Update: dependencies changes, project level changes, and includes changes.
authorKevin Day <thekevinday@gmail.com>
Thu, 25 Jun 2020 04:00:41 +0000 (23:00 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 25 Jun 2020 04:09:22 +0000 (23:09 -0500)
commit601b01d231e9d22ddfa5fe63e8e39b95eb44749f
tree8edb722147c2687343ce3f05bc2770af5149df7a
parentae9dec24aa26cf0a89dc7bca72f002ddf70797fa
Update: dependencies changes, project level changes, and includes changes.

Review the current dependencies and fix them.
There are some cases where some dependencies are not necessary, such as f_utf.
There are some cases where some dependencies are missing (or newly added).

f_conversion split into f_conversion and fl_conversion.
Update dependencies accordingly.

For simplicity, include the core level_0 project headers, except in a small number of cases.

Add fss header comment in dependencies files.

Add comments in *_array.h headers for level_0 core projects.

Add missing header in f_string.

Replace _di_level_0_parameter_checking_ with _di_level_1_parameter_checking_ where incorrect.

The fl_fss identify functions should instead be in the fll_fss project.

Make sure the IKI projects are in the bootstrap example script.

Remove the fl_console_parameter_to_number_unsigned() and similar functions.
These are just wrappers to another call and is therefore a waste.
Instead, just call the fl_conversion_string_to_number_unsigned() and similar functions.
139 files changed:
build/level_0/settings
build/level_1/settings
build/level_2/settings
build/monolithic/settings
build/scripts/bootstrap-example.sh
level_0/f_color/c/color.h
level_0/f_color/data/build/dependencies
level_0/f_color/data/build/settings
level_0/f_console/c/console.h
level_0/f_console/data/build/dependencies
level_0/f_conversion/c/conversion.c
level_0/f_conversion/c/conversion.h
level_0/f_conversion/data/build/dependencies
level_0/f_directory/c/directory.h
level_0/f_directory/data/build/dependencies
level_0/f_environment/c/environment.h
level_0/f_environment/data/build/dependencies
level_0/f_file/c/file.h
level_0/f_file/data/build/dependencies
level_0/f_fss/data/build/dependencies
level_0/f_iki/c/iki.h
level_0/f_iki/data/build/dependencies
level_0/f_memory/c/memory.h
level_0/f_memory/data/build/dependencies
level_0/f_path/c/path.h
level_0/f_path/data/build/dependencies
level_0/f_path/data/build/settings
level_0/f_pipe/data/build/dependencies
level_0/f_print/c/print.h
level_0/f_print/data/build/dependencies
level_0/f_serialize/c/serialize.h
level_0/f_serialize/data/build/dependencies
level_0/f_socket/c/socket.h
level_0/f_socket/data/build/dependencies
level_0/f_status/c/status_array.h
level_0/f_status/data/build/dependencies
level_0/f_string/data/build/dependencies
level_0/f_string/data/build/settings
level_0/f_type/c/type_array.h
level_0/f_type/data/build/dependencies
level_0/f_utf/c/utf.h
level_0/f_utf/data/build/dependencies
level_1/fl_color/c/color.h
level_1/fl_color/data/build/dependencies
level_1/fl_console/c/console.c
level_1/fl_console/c/console.h
level_1/fl_console/data/build/dependencies
level_1/fl_conversion/c/conversion.c [new file with mode: 0644]
level_1/fl_conversion/c/conversion.h [new file with mode: 0644]
level_1/fl_conversion/data/build/defines [new file with mode: 0644]
level_1/fl_conversion/data/build/dependencies [new file with mode: 0644]
level_1/fl_conversion/data/build/settings [new file with mode: 0644]
level_1/fl_directory/c/directory.h
level_1/fl_directory/data/build/dependencies
level_1/fl_fss/c/fss.c
level_1/fl_fss/c/fss.h
level_1/fl_fss/c/private-fss.c
level_1/fl_fss/c/private-fss.h
level_1/fl_fss/data/build/dependencies
level_1/fl_fss/data/build/settings
level_1/fl_iki/c/iki.h
level_1/fl_iki/data/build/dependencies
level_1/fl_iki/data/build/settings
level_1/fl_print/c/print.h
level_1/fl_print/data/build/dependencies
level_1/fl_status/c/status.h
level_1/fl_status/data/build/dependencies
level_1/fl_string/c/string.h
level_1/fl_string/data/build/dependencies
level_1/fl_utf/c/utf.h
level_1/fl_utf/data/build/dependencies
level_1/fl_utf_file/c/utf_file.h
level_1/fl_utf_file/data/build/dependencies
level_2/fll_execute/c/execute.h
level_2/fll_execute/data/build/dependencies
level_2/fll_execute/data/build/settings
level_2/fll_file/c/file.h
level_2/fll_file/data/build/dependencies
level_2/fll_file/data/build/settings
level_2/fll_fss/c/fss.c
level_2/fll_fss/c/fss.h
level_2/fll_fss/c/private-fss.c [new file with mode: 0644]
level_2/fll_fss/c/private-fss.h [new file with mode: 0644]
level_2/fll_fss/data/build/dependencies
level_2/fll_fss/data/build/settings
level_2/fll_program/c/program.h
level_2/fll_program/data/build/dependencies
level_2/fll_status/c/status.h
level_2/fll_status/data/build/dependencies
level_3/byte_dump/c/byte_dump.c
level_3/byte_dump/c/byte_dump.h
level_3/byte_dump/data/build/dependencies
level_3/byte_dump/data/build/settings
level_3/fake/c/fake.h
level_3/fake/data/build/dependencies
level_3/fake/data/build/settings
level_3/firewall/c/firewall.h
level_3/firewall/data/build/dependencies
level_3/firewall/data/build/settings
level_3/fss_basic_list_read/c/fss_basic_list_read.h
level_3/fss_basic_list_read/c/private-fss_basic_list_read.c
level_3/fss_basic_list_read/data/build/dependencies
level_3/fss_basic_list_read/data/build/settings
level_3/fss_basic_list_write/c/fss_basic_list_write.h
level_3/fss_basic_list_write/data/build/dependencies
level_3/fss_basic_list_write/data/build/settings
level_3/fss_basic_read/c/fss_basic_read.h
level_3/fss_basic_read/c/private-fss_basic_read.c
level_3/fss_basic_read/data/build/dependencies
level_3/fss_basic_read/data/build/settings
level_3/fss_basic_write/c/fss_basic_write.h
level_3/fss_basic_write/data/build/dependencies
level_3/fss_basic_write/data/build/settings
level_3/fss_extended_list_read/c/fss_extended_list_read.h
level_3/fss_extended_list_read/c/private-fss_extended_list_read.c
level_3/fss_extended_list_read/data/build/dependencies
level_3/fss_extended_list_read/data/build/settings
level_3/fss_extended_read/c/fss_extended_read.h
level_3/fss_extended_read/c/private-fss_extended_read.c
level_3/fss_extended_read/data/build/dependencies
level_3/fss_extended_read/data/build/settings
level_3/fss_extended_write/c/fss_extended_write.h
level_3/fss_extended_write/data/build/dependencies
level_3/fss_extended_write/data/build/settings
level_3/fss_status_code/c/fss_status_code.h
level_3/fss_status_code/c/private-fss_status_code.c
level_3/fss_status_code/data/build/dependencies
level_3/fss_status_code/data/build/settings
level_3/iki_read/c/iki_read.c
level_3/iki_read/c/iki_read.h
level_3/iki_read/data/build/dependencies
level_3/iki_read/data/build/settings
level_3/init/c/init.h
level_3/init/data/build/dependencies
level_3/init/data/build/settings
level_3/status_code/c/private-status_code.c
level_3/status_code/c/status_code.h
level_3/status_code/data/build/dependencies
level_3/status_code/data/build/settings