gencpp/test
2023-07-12 02:37:51 -04:00
..
gen More dependency movement from zpl, incremental design improvements. 2023-07-12 01:33:11 -04:00
Parsed More dependency movement from zpl, incremental design improvements. 2023-07-12 01:33:11 -04:00
Upfront More dependency movement from zpl, incremental design improvements. 2023-07-12 01:33:11 -04:00
DummyInclude.hpp Removed incremental API, fixes for operator__validation, added formatting pass on generated files 2023-06-29 22:48:47 -04:00
meson.build Gutting test code, going to be just doing it proeprly when the library upfornt api is done. 2023-04-09 14:51:37 -04:00
Readme.md More dependency movement from zpl, incremental design improvements. 2023-07-12 01:33:11 -04:00
SOA.hpp More dependency movement from zpl, incremental design improvements. 2023-07-12 01:33:11 -04:00
test.cpp Got rid of the bloat.hpp/cpp, code was moved into gen.hpp/cpp 2023-07-12 02:37:51 -04:00
test.Upfront.cpp More dependency movement from zpl, incremental design improvements. 2023-07-12 01:33:11 -04:00

Test

The following tests focus on attempting to generate some math, containers, and the memory module of zpl.

Not all the files are written how I would practically use the librarry, the containers for example would be better on in c++ as templates, since the templates they generate are trivial symbols to inspect or debug.

An exmaple of a non-trival generation is a container for elements with SOA or AOS policy for layout. (If a unified element syntax is desired)

The test is divided between two major sets of tests: Parsed and Upfront.