#
# ChangeLog for tests/array-collections
#
# Generated by Trac 1.2.1
# Mar 6, 2025, 4:06:33 PM

Mon, 06 Jan 2025 23:10:23 GMT Michael Brooks <Michael Brooks> [70670e7]
	* tests/array-collections/.expect/dimexpr-match-c-ERRS.arm64.txt (modified)

	Try to fix full build by regenerating botched .arm64.expect file on ...


Fri, 03 Jan 2025 22:07:43 GMT Michael Brooks <mlbrooks@…> [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.


Sat, 21 Dec 2024 05:21:36 GMT Michael Brooks <mlbrooks@…> [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 <mlbrooks@…> [0cd168f]
	* tests/Makefile.am (modified)
	* tests/array-collections/array-raii.hfa (modified)

	Remove test-code-induced warnings from Array RAII.

	(Depends on ...


Wed, 18 Dec 2024 23:37:11 GMT Michael Brooks <mlbrooks@…> [e0330d2c]
	* doc/proposals/nowarn.md (added)
	* src/CodeGen/CodeGenerator.cpp (modified)
	* tests/Makefile.am (modified)
	* tests/array-collections/array-basic.cfa (modified)
	* tests/nowarn/.expect/zero-thunk.txt (added)
	* tests/nowarn/zero-thunk.cfa (added)

	Remove unnecessary special case for zero_t in code gen that caused ...


Thu, 28 Nov 2024 21:34:08 GMT Michael Brooks <mlbrooks@…> [81e768d]
	* src/ResolvExpr/ResolveTypeof.cpp (modified)
	* src/ResolvExpr/Resolver.cpp (modified)
	* src/ResolvExpr/Unify.cpp (modified)
	* src/Validate/ReplaceTypedef.cpp (modified)
	* tests/.expect/array-ERR1.txt (modified)
	* tests/.expect/array-ERR2.txt (modified)
	* tests/.expect/array-ERR3.txt (modified)
	* tests/.expect/array.txt (modified)
	* tests/.expect/functions.arm64.txt (modified)
	* tests/.expect/functions.x64.txt (modified)
	* tests/.expect/functions.x86.txt (modified)
	* tests/.expect/tuplearray.txt (modified)
	* tests/.expect/typedefRedef-ERR1.txt (modified)
	* tests/.expect/typedefRedef.txt (modified)
	* tests/array-collections/.expect/c-dependent.txt (added)
	* tests/array-collections/c-dependent.cfa (added)
	* tests/array.cfa (modified)
	* tests/tuplearray.cfa (modified)
	* tests/typedefRedef.cfa (modified)

	Fix #276; add support for c-array parameters using dependent lengths. ...


Wed, 11 Sep 2024 20:49:07 GMT Michael Brooks <mlbrooks@…> [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, 14 Aug 2024 17:17:27 GMT Michael Brooks <mlbrooks@…> [8da3cc4d]
	* tests/array-collections/.expect/accordion.txt (added)
	* tests/array-collections/accordion.cfa (added)

	Add missing integration test of accordions.

	Putting a CFA `array` ...


Wed, 14 Aug 2024 17:10:34 GMT Michael Brooks <mlbrooks@…> [1a2ba84]
	* tests/array-collections/dimexpr-match.hfa (modified)

	fix comment typo


Mon, 29 Jul 2024 00:59:17 GMT Peter A. Buhr <pabuhr@…> [82ff201a]
	* tests/array-collections/array-sbscr-types.cfa (modified)

	add #include <assert.h>, as no longer in array.hfa


Thu, 25 Jul 2024 23:12:46 GMT Michael Brooks <mlbrooks@…> [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 ...


Wed, 10 Jan 2024 17:01:02 GMT Michael Brooks <mlbrooks@…> [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.
 ...


Thu, 31 Aug 2023 03:01:24 GMT Peter A. Buhr <pabuhr@…> [0b8c951d]
	* tests/Makefile.am (modified)
	* tests/array-collections/.expect/array-basic.txt (moved)
	* tests/array-collections/.expect/array-md-sbscr-cases.arm64.txt (moved)
	* tests/array-collections/.expect/array-md-sbscr-cases.x64.txt (moved)
	* tests/array-collections/.expect/array-sbscr-types.txt (moved)
	* tests/array-collections/.expect/dimexpr-match-c-ERRS.arm64.txt (added)
	* tests/array-collections/.expect/dimexpr-match-c-ERRS.x64.txt (added)
	* tests/array-collections/.expect/dimexpr-match-c-ERRS.x86.txt (added)
	* tests/array-collections/.expect/dimexpr-match-c.txt (moved)
	* tests/array-collections/.expect/dimexpr-match-cfa-ERRS.arm64.txt (moved)
	* tests/array-collections/.expect/dimexpr-match-cfa-ERRS.x64.txt (moved)
	* tests/array-collections/.expect/dimexpr-match-cfa-ERRS.x86.txt (moved)
	* tests/array-collections/.expect/dimexpr-match-cfa.txt (moved)
	* tests/array-collections/.expect/language-dim-mismatch.txt (added)
	* tests/array-collections/.expect/safety-summary.txt (added)
	* tests/array-collections/.expect/symtab-collision.txt (moved)
	* tests/array-collections/array-basic.cfa (moved)
	* tests/array-collections/array-md-sbscr-cases.cfa (moved)
	* tests/array-collections/array-sbscr-types.cfa (moved)
	* tests/array-collections/dimexpr-match-c.cfa (moved)
	* tests/array-collections/dimexpr-match-cfa.cfa (moved)
	* tests/array-collections/dimexpr-match-detail.sh (moved)
	* tests/array-collections/dimexpr-match.hfa (moved)
	* tests/array-collections/language-dim-mismatch.cfa (moved)
	* tests/array-collections/safety-summary.cfa (moved)
	* tests/array-collections/symtab-collision.cfa (moved)
	* tests/array-container/.expect/dimexpr-match-c-ERRS.arm64.txt (deleted)
	* tests/array-container/.expect/dimexpr-match-c-ERRS.x64.txt (deleted)
	* tests/array-container/.expect/dimexpr-match-c-ERRS.x86.txt (deleted)
	* tests/array-container/.expect/language-dim-mismatch.txt (deleted)
	* tests/array-container/.expect/safety-summary.txt (deleted)
	* tests/include/.expect/vector-collections.txt (moved)
	* tests/include/vector-collections.cfa (moved)

	more rename directories containers to collections