# # ChangeLog for tests/collections/string-ctx-manage.cfa # # Generated by Trac 1.2.1 # May 17, 2024, 1:37:32 PM Tue, 19 Oct 2021 14:31:53 GMT Michael Brooks [6f7aff3] * libcfa/src/containers/string_res.cfa (modified) * tests/collections/string-api-coverage.cfa (modified) * tests/collections/string-ctx-manage.cfa (modified) String hybrid assignment to unshared now optimizes to overwrite ... Mon, 18 Oct 2021 20:31:04 GMT Michael Brooks [7b0e8b7] * libcfa/src/containers/string_res.cfa (modified) * libcfa/src/containers/string_res.hfa (modified) * tests/collections/.expect/string-ctx-manage.txt (modified) * tests/collections/.expect/string-gc.txt (modified) * tests/collections/string-ctx-manage.cfa (modified) * tests/collections/string-gc.cfa (modified) String heap growth implemented Thu, 14 Oct 2021 01:52:02 GMT Michael Brooks [804bf677] * libcfa/src/containers/string_res.cfa (modified) * libcfa/src/containers/string_res.hfa (modified) * tests/collections/.expect/string-ctx-manage.txt (modified) * tests/collections/string-ctx-manage.cfa (modified) String hybrid: Basic cases of solo alloc now working Thu, 07 Oct 2021 18:13:46 GMT Michael Brooks [4b3b352] * libcfa/src/containers/string.cfa (modified) * libcfa/src/containers/string.hfa (modified) * libcfa/src/containers/string_res.cfa (modified) * tests/collections/.expect/string-ctx-manage.txt (modified) * tests/collections/string-ctx-manage.cfa (modified) String hybrid has working separated sharing contexts Thu, 30 Sep 2021 02:46:52 GMT Michael Brooks [0f781fb8] * libcfa/src/Makefile.am (modified) * libcfa/src/containers/string_res.cfa (modified) * libcfa/src/containers/string_res.hfa (modified) * libcfa/src/containers/string_sharectx.hfa (added) * tests/collections/.expect/string-ctx-manage.txt (added) * tests/collections/string-ctx-manage.cfa (added) * tests/collections/string-gc.cfa (modified) Refactoring of string internals. Existing tests pass. Adding ...