]> Kevux Git Server - fll/commit
Progress: Continue memory array related changes, replacing the f_memory_structure...
authorKevin Day <kevin@kevux.org>
Wed, 19 Jul 2023 04:11:32 +0000 (23:11 -0500)
committerKevin Day <kevin@kevux.org>
Wed, 19 Jul 2023 04:11:32 +0000 (23:11 -0500)
commitaafcfc8bae81976748cb7c2651c19ff22c3ce33c
treed81f7a979da242d0022d21d8cac02e16b3e70146
parentb0d12f282b13823900f30cac20bd0a6f2c8bc6cd
Progress: Continue memory array related changes, replacing the f_memory_structure entirely.

The f_memory_array set of functions now fully replaces the f_memory_structure functions and related macros.
I think those structure macros are nifty but they are not in use enough anymore and the f_memory_array structure is what I am going forward with.

There is still an enormouse amount of changes to do.
121 files changed:
build/disable/level_0/f_fss.h
build/disable/level_0/f_memory.h
build/level_0/settings
build/monolithic/settings
build/stand_alone/fake.config.h
build/stand_alone/fake.settings
level_0/f_directory/c/directory/private-type.c
level_0/f_directory/c/directory/private-type.h
level_0/f_directory/c/directory/type.c
level_0/f_directory/c/directory/type.h
level_0/f_fss/c/fss/item.c
level_0/f_fss/c/fss/item.h
level_0/f_fss/c/fss/named.c
level_0/f_fss/c/fss/named.h
level_0/f_fss/c/fss/nest.c
level_0/f_fss/c/fss/nest.h
level_0/f_fss/c/fss/private-item.c
level_0/f_fss/c/fss/private-item.h
level_0/f_fss/c/fss/private-named.c
level_0/f_fss/c/fss/private-named.h
level_0/f_fss/c/fss/private-nest.c
level_0/f_fss/c/fss/private-nest.h
level_0/f_fss/c/fss/private-set.c
level_0/f_fss/c/fss/private-set.h
level_0/f_fss/c/fss/private-set_quote.c
level_0/f_fss/c/fss/private-set_quote.h
level_0/f_fss/c/fss/private-simple_packet.c
level_0/f_fss/c/fss/private-simple_packet.h
level_0/f_fss/c/fss/set.c
level_0/f_fss/c/fss/set.h
level_0/f_fss/c/fss/set_quote.c
level_0/f_fss/c/fss/set_quote.h
level_0/f_fss/c/fss/simple_packet.h
level_0/f_iki/c/iki/common.h
level_0/f_iki/c/iki/data.c
level_0/f_iki/c/iki/private-data.c
level_0/f_limit/c/limit/set.h
level_0/f_limit/c/limit/value.h
level_0/f_memory/c/memory.h
level_0/f_memory/c/memory/array.c
level_0/f_memory/c/memory/common.h
level_0/f_memory/c/memory/structure.c [deleted file]
level_0/f_memory/c/memory/structure.h [deleted file]
level_0/f_memory/c/private-memory.c
level_0/f_memory/c/private-memory.h
level_0/f_memory/data/build/settings
level_0/f_memory/tests/unit/c/test-memory-array_increase.c
level_0/f_string/c/string/dynamics.c
level_0/f_string/c/string/dynamicss.c
level_0/f_string/c/string/map_multis.c
level_0/f_string/c/string/map_multis.h
level_0/f_string/c/string/map_multiss.c
level_0/f_string/c/string/map_multiss.h
level_0/f_string/c/string/maps.c
level_0/f_string/c/string/maps.h
level_0/f_string/c/string/mapss.c
level_0/f_string/c/string/mapss.h
level_0/f_string/c/string/private-dynamic.c
level_0/f_string/c/string/private-dynamics.c
level_0/f_string/c/string/private-dynamicss.c
level_0/f_string/c/string/quantitys.c
level_0/f_string/c/string/quantitys.h
level_0/f_string/c/string/quantityss.c
level_0/f_string/c/string/ranges.c
level_0/f_string/c/string/ranges.h
level_0/f_string/c/string/rangess.c
level_0/f_string/c/string/triples.c
level_0/f_string/c/string/triples.h
level_0/f_string/c/string/tripless.c
level_0/f_string/c/string/tripless.h
level_0/f_thread/c/thread/attribute.c
level_0/f_thread/c/thread/attribute.h
level_0/f_thread/c/thread/barrier.c
level_0/f_thread/c/thread/barrier.h
level_0/f_thread/c/thread/barrier_attribute.c
level_0/f_thread/c/thread/barrier_attribute.h
level_0/f_thread/c/thread/condition.c
level_0/f_thread/c/thread/condition.h
level_0/f_thread/c/thread/condition_attribute.c
level_0/f_thread/c/thread/condition_attribute.h
level_0/f_thread/c/thread/id.c
level_0/f_thread/c/thread/id.h
level_0/f_thread/c/thread/key.c
level_0/f_thread/c/thread/key.h
level_0/f_thread/c/thread/lock.c
level_0/f_thread/c/thread/lock.h
level_0/f_thread/c/thread/lock_attribute.c
level_0/f_thread/c/thread/lock_attribute.h
level_0/f_thread/c/thread/mutex.c
level_0/f_thread/c/thread/mutex.h
level_0/f_thread/c/thread/mutex_attribute.c
level_0/f_thread/c/thread/mutex_attribute.h
level_0/f_thread/c/thread/once.c
level_0/f_thread/c/thread/once.h
level_0/f_thread/c/thread/semaphore.c
level_0/f_thread/c/thread/semaphore.h
level_0/f_thread/c/thread/set.c
level_0/f_thread/c/thread/set.h
level_0/f_thread/c/thread/spin.c
level_0/f_thread/c/thread/spin.h
level_0/f_type_array/c/type_array/poll.c
level_0/f_utf/c/utf/dynamics.c
level_0/f_utf/c/utf/dynamicss.c
level_0/f_utf/c/utf/map_multis.c
level_0/f_utf/c/utf/map_multis.h
level_0/f_utf/c/utf/map_multiss.c
level_0/f_utf/c/utf/map_multiss.h
level_0/f_utf/c/utf/maps.c
level_0/f_utf/c/utf/maps.h
level_0/f_utf/c/utf/mapss.c
level_0/f_utf/c/utf/mapss.h
level_0/f_utf/c/utf/private-dynamic.c
level_0/f_utf/c/utf/triples.c
level_0/f_utf/c/utf/triples.h
level_0/f_utf/c/utf/tripless.c
level_0/f_utf/c/utf/tripless.h
level_3/controller/c/common/private-entry.c
level_3/controller/c/common/private-rule.c
level_3/controller/c/rule/private-rule.c
level_3/fss_read/c/main/common/type.c
level_3/fss_read/c/main/common/type.h