]> Kevux Git Server - fll/commit
Progress: Continue re-designing of the memory logic.
authorKevin Day <thekevinday@gmail.com>
Thu, 10 Aug 2023 04:33:16 +0000 (23:33 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 10 Aug 2023 04:33:16 +0000 (23:33 -0500)
commit9adef8a2cd6cc551675b7a335a0db51a346c77c6
tree9496eba23cc213cdfce5083771c98358d29fb676
parent2a7e517703cb8cf41fc0ae0edda7f7ef52c6d655
Progress: Continue re-designing of the memory logic.

I did a first pass through the f_thread related memory code.
There could be a second pass through the f_thread, but for now this is good enough.

I spent some time going through the build process and other such code to get unit tests running with the latest progress commits.

Fix mistake in f_file_stream_read() where F_none_eof is returned but F_none should be returned.

Include cleanup commit f6725366474492f1b7baabba7938854f6e6412eb from 0.6 branch.
28 files changed:
build/level_0/settings
build/monolithic/settings
build/stand_alone/fake.config.h
build/stand_alone/fake.settings
level_0/f_console/tests/unit/c/test-console-parameters_delete.c
level_0/f_console/tests/unit/c/test-console-parameters_destroy.c
level_0/f_file/c/file/stream.c
level_0/f_iki/tests/unit/c/test-iki-datas_append.c
level_0/f_iki/tests/unit/c/test-iki-datas_append_all.c
level_0/f_iki/tests/unit/c/test-iki-datass_append.c
level_0/f_iki/tests/unit/c/test-iki-datass_append_all.c
level_0/f_thread/c/thread.c
level_0/f_thread/c/thread/barrier.c
level_0/f_thread/c/thread/barrier_attribute.c
level_0/f_thread/c/thread/condition.c
level_0/f_thread/c/thread/condition_attribute.c
level_0/f_thread/c/thread/private-barrier.c [deleted file]
level_0/f_thread/c/thread/private-barrier.h [deleted file]
level_0/f_thread/c/thread/private-barrier_attribute.c [deleted file]
level_0/f_thread/c/thread/private-barrier_attribute.h [deleted file]
level_0/f_thread/c/thread/private-condition.c [deleted file]
level_0/f_thread/c/thread/private-condition.h [deleted file]
level_0/f_thread/c/thread/private-condition_attribute.c [deleted file]
level_0/f_thread/c/thread/private-condition_attribute.h [deleted file]
level_0/f_thread/data/build/settings
level_0/f_thread/data/build/settings-mocks
level_2/fll_execute/c/execute.c
level_3/iki_read/c/main/iki_read.h