# # ChangeLog for tests/array-collections/array-raii.hfa # # Generated by Trac 1.6 # Jan 14, 2026, 6:08:42 PM Sat, 21 Dec 2024 05:21:36 GMT Michael Brooks [28c2c9d5] * tests/array-collections/array-raii.hfa (modified) Try to fix full build by suppressing known warning's -W code under ... Sat, 21 Dec 2024 02:43:21 GMT Michael Brooks [0cd168f] * tests/Makefile.am (modified) * tests/array-collections/array-raii.hfa (modified) Remove test-code-induced warnings from Array RAII. (Depends on ... Wed, 11 Sep 2024 20:49:07 GMT Michael Brooks [1665ee5] * libcfa/src/collections/array.hfa (modified) * tests/array-collections/.expect/array-raii-c.txt (modified) * tests/array-collections/.expect/array-raii-cfa.txt (modified) * tests/array-collections/array-raii-c.cfa (modified) * tests/array-collections/array-raii-cfa.cfa (modified) * tests/array-collections/array-raii.hfa (modified) Add uArray delayed-initialization equivalent to CFA array Wed, 10 Jan 2024 17:01:02 GMT Michael Brooks [cfbc56ec] * libcfa/src/Makefile.am (modified) * libcfa/src/collections/array.hfa (modified) * libcfa/src/raii.hfa (added) * tests/array-collections/.expect/array-raii-c.txt (added) * tests/array-collections/.expect/array-raii-cfa.txt (added) * tests/array-collections/array-raii-c.cfa (added) * tests/array-collections/array-raii-cfa.cfa (added) * tests/array-collections/array-raii.hfa (added) Enable array RAII and provide uninit(-), a uNoCtor equivalent. ...