# # ChangeLog for tests/collections/string-operator.cfa # # Generated by Trac 1.6 # May 1, 2026, 9:11:15 PM Fri, 11 Apr 2025 17:23:19 GMT Michael Brooks [c4f8c4bf] * libcfa/src/collections/string.cfa (modified) * libcfa/src/collections/string.hfa (modified) * tests/collections/.expect/string-operator.txt (modified) * tests/collections/string-operator.cfa (modified) Fix string-operator handling on += Fri, 11 Apr 2025 05:23:39 GMT Michael Brooks [d03a386] * libcfa/src/collections/string.cfa (modified) * libcfa/src/collections/string.hfa (modified) * tests/Makefile.am (modified) * tests/collections/.expect/string-operator-ERR01.txt (deleted) * tests/collections/.expect/string-operator-ERR02.txt (deleted) * tests/collections/.expect/string-operator-ERR03.txt (deleted) * tests/collections/.expect/string-operator-ERR04.txt (deleted) * tests/collections/.expect/string-operator-ERR05.txt (deleted) * tests/collections/.expect/string-operator-ERR06.txt (deleted) * tests/collections/.expect/string-operator-ERR07.txt (deleted) * tests/collections/.expect/string-operator-ERR08.txt (deleted) * tests/collections/.expect/string-operator-ERR10.txt (deleted) * tests/collections/.expect/string-operator.txt (modified) * tests/collections/string-operator.cfa (modified) Give a few string operator overloads a preference boost. Intent is ... Fri, 11 Apr 2025 04:29:56 GMT Michael Brooks [570e7ad] * libcfa/src/collections/string.cfa (modified) * libcfa/src/collections/string.hfa (modified) * tests/Makefile.am (modified) * tests/collections/.expect/string-operator-ERR01.txt (added) * tests/collections/.expect/string-operator-ERR02.txt (added) * tests/collections/.expect/string-operator-ERR03.txt (added) * tests/collections/.expect/string-operator-ERR04.txt (added) * tests/collections/.expect/string-operator-ERR05.txt (added) * tests/collections/.expect/string-operator-ERR06.txt (added) * tests/collections/.expect/string-operator-ERR07.txt (added) * tests/collections/.expect/string-operator-ERR08.txt (added) * tests/collections/.expect/string-operator-ERR10.txt (added) * tests/collections/.expect/string-operator-ERR11.txt (added) * tests/collections/.expect/string-operator-ERR13.txt (added) * tests/collections/.expect/string-operator-ERR16.txt (added) * tests/collections/.expect/string-operator.txt (modified) * tests/collections/string-operator.cfa (modified) Make string operator-overload costs match their intuitively ... Thu, 10 Apr 2025 23:44:17 GMT Michael Brooks [3f631d6] * libcfa/src/collections/string.cfa (modified) * libcfa/src/collections/string.hfa (modified) * libcfa/src/collections/string_res.cfa (modified) * libcfa/src/collections/string_res.hfa (modified) * tests/Makefile.am (modified) * tests/collections/.expect/string-operator-ERR09.txt (added) * tests/collections/.expect/string-operator.txt (modified) * tests/collections/string-api-coverage.cfa (modified) * tests/collections/string-ctx-manage.cfa (modified) * tests/collections/string-gc.cfa (modified) * tests/collections/string-istream-manip.cfa (modified) * tests/collections/string-istream.cfa (modified) * tests/collections/string-operator.cfa (modified) * tests/collections/string-overwrite.cfa (modified) Switch string io to be generic upon iostream, rather than specific ... Thu, 10 Apr 2025 22:49:18 GMT Michael Brooks [d175767] * tests/Makefile.am (modified) * tests/collections/.expect/string-operator-ERR15.txt (added) * tests/collections/.expect/string-operator.txt (added) * tests/collections/string-operator.cfa (added) Add test for string operator overload selection. The ".expect" file ...