# # ChangeLog for tests/array-collections/boxed.main.cfa # # Generated by Trac 1.2.1 # Jan 21, 2025, 5:50:18 AM Fri, 03 Jan 2025 22:07:43 GMT Michael Brooks [2e63915] * tests/Makefile.am (modified) * tests/array-collections/.expect/dimexpr-match-c-ERRS.arm64.txt (modified) * tests/array-collections/.expect/dimexpr-match-c-ERRS.x64.txt (modified) * tests/array-collections/.expect/dimexpr-match-c-ERRS.x86.txt (modified) * tests/array-collections/.expect/dimexpr-match-c.txt (modified) * tests/array-collections/.expect/dimexpr-match-cfa-ERRS.arm64.txt (modified) * tests/array-collections/.expect/dimexpr-match-cfa-ERRS.x64.txt (modified) * tests/array-collections/.expect/dimexpr-match-cfa-ERRS.x86.txt (modified) * tests/array-collections/.expect/dimexpr-match-cfa.txt (modified) * tests/array-collections/boxed.main.cfa (modified) * tests/array-collections/dimexpr-match-c.cfa (modified) * tests/array-collections/dimexpr-match-cfa.cfa (modified) Remove warnings from remaining array-collections tests. Thu, 25 Jul 2024 23:12:46 GMT Michael Brooks [fd4df379] * src/GenPoly/Box.cpp (modified) * tests/Makefile.am (modified) * tests/array-collections/.expect/boxed.txt (added) * tests/array-collections/boxed.bookend.cfa (added) * tests/array-collections/boxed.cases.hfa (added) * tests/array-collections/boxed.hfa (added) * tests/array-collections/boxed.main.cfa (added) Implement boxing for arrays. The added test is things that did not ...