#
# ChangeLog for tests/configs
#
# Generated by Trac 1.2.1
# Mar 6, 2025, 4:01:05 PM

Thu, 12 Sep 2024 20:14:29 GMT Michael Brooks <mlbrooks@…> [b24cbaf]
	* tests/Makefile.am (modified)
	* tests/configs/.in/parseconfig.all.txt (moved)
	* tests/configs/.in/parseconfig.errors.txt (moved)
	* tests/configs/.in/parseconfig.missing.txt (moved)
	* tests/configs/parseconfig.cfa (modified)
	* tests/pybin/test_run.py (modified)
	* tests/test.py (modified)

	Reduce test suite's reliance on makefile.am EXTRA_DIST entries for ...


Wed, 11 Sep 2024 18:27:04 GMT Michael Brooks <mlbrooks@…> [6325bd4]
	* tests/configs/usage.cfa (modified)

	Fix fork+exec missed case / broken build


Wed, 11 Sep 2024 17:33:42 GMT Michael Brooks <mlbrooks@…> [025f9c5]
	* tests/configs/parsebools.cfa (modified)
	* tests/configs/parsenums.cfa (modified)
	* tests/meta/fork+exec.cfa (modified)
	* tests/meta/fork+exec.hfa (modified)

	Update 'fork+exec' test utility to be valid also in C and C++.


Sun, 11 Feb 2024 20:01:53 GMT Peter A. Buhr <pabuhr@…> [0b6089f]
	* tests/configs/parsebools.cfa (modified)
	* tests/configs/parsenums.cfa (modified)
	* tests/configs/usage.cfa (modified)

	formatting


Tue, 06 Jun 2023 02:33:25 GMT Peter A. Buhr <pabuhr@…> [874b16e]
	* libcfa/src/fstream.cfa (modified)
	* libcfa/src/fstream.hfa (modified)
	* libcfa/src/parseconfig.cfa (modified)
	* tests/.expect/copyfile.txt (modified)
	* tests/.in/copyfile.txt (modified)
	* tests/configs/.expect/parseconfig.txt (modified)
	* tests/configs/parseconfig.cfa (modified)
	* tests/copyfile.cfa (modified)

	lower case type names open_failure, close_failure, write_failure, ...


Fri, 21 Oct 2022 18:05:57 GMT Thierry Delisle <tdelisle@…> [9e042d8]
	* tests/configs/parsebools.cfa (modified)
	* tests/configs/parsenums.cfa (modified)
	* tests/configs/usage.cfa (modified)

	Moved around some headers to avoid the parsing bug


Wed, 19 Oct 2022 20:33:34 GMT Thierry Delisle <tdelisle@…> [d1abc63c]
	* libcfa/src/containers/array.hfa (modified)
	* libcfa/src/parseargs.cfa (modified)
	* libcfa/src/parseargs.hfa (modified)
	* tests/configs/parsebools.cfa (modified)
	* tests/configs/parsenums.cfa (modified)
	* tests/configs/usage.cfa (modified)

	Change parse args to use new arrays instead of C arrays.
	Also added ...


Thu, 13 Oct 2022 21:06:16 GMT Thierry Delisle <tdelisle@…> [f82f07e]
	* libcfa/src/parseargs.cfa (modified)
	* tests/configs/.expect/usage.txt (added)
	* tests/configs/usage.cfa (added)

	Fixes to usage and corresponding tests


Wed, 12 Oct 2022 20:32:49 GMT Thierry Delisle <tdelisle@…> [481f882]
	* libcfa/src/parseargs.cfa (modified)
	* libcfa/src/parseargs.hfa (modified)
	* tests/configs/.expect/parsebools.txt (modified)
	* tests/configs/.expect/parsenums.x64.txt (modified)
	* tests/configs/.expect/parsenums.x86.txt (modified)
	* tests/configs/parsebools.cfa (modified)
	* tests/configs/parsenums.cfa (modified)
	* tests/meta/.expect/fork+exec.txt (modified)
	* tests/meta/fork+exec.hfa (modified)

	Added some missing headers and cleaned up some of the fork+exec
	stuff.


Tue, 11 Oct 2022 17:11:43 GMT Thierry Delisle <tdelisle@…> [a46f7b6]
	* libcfa/src/concurrency/kernel/cluster.hfa (modified)
	* tests/configs/.expect/parsenums.x64.txt (added)
	* tests/configs/.expect/parsenums.x86.txt (moved)
	* tests/configs/parsenums.cfa (modified)

	Fixed some warnings/mistakes between 32/64bit builds


Mon, 10 Oct 2022 18:49:15 GMT Thierry Delisle <tdelisle@…> [fd90096]
	* tests/configs/.expect/parsebools.txt (added)
	* tests/configs/.expect/parsenums.txt (added)
	* tests/configs/parsebools.cfa (added)
	* tests/configs/parsenums.cfa (added)

	Added tests for parse args of bools and numbers


Thu, 29 Sep 2022 20:35:54 GMT Thierry Delisle <tdelisle@…> [f92e7b9]
	* tests/configs/.expect/parseconfig.txt (moved)
	* tests/configs/.in/parseconfig-all.txt (moved)
	* tests/configs/.in/parseconfig-errors.txt (moved)
	* tests/configs/.in/parseconfig-missing.txt (moved)
	* tests/configs/parseconfig.cfa (moved)

	Moved parseconfigs tests to its own folder so I can add parseargs to ...