gencpp/test
Ed_ 47c15e7af2 WIP : Design for V1 finalization
There shouldn't be much more changes design wise.

Anything else is based on what needs to be done for it to work.
2023-04-06 02:21:23 -04:00
..
c99 WIP: Design is almost done, impl this weekend. 2023-04-05 03:03:56 -04:00
gen WIP : Design for V1 finalization 2023-04-06 02:21:23 -04:00
Array.cpp WIP: Array generation test. Still need gen.cpp impl. 2023-04-02 17:39:21 -04:00
Array.hpp WIP : Design for V1 finalization 2023-04-06 02:21:23 -04:00
math.hpp WIP : Design for V1 finalization 2023-04-06 02:21:23 -04:00
meson.build Test now runs generated code, swtiched math test to use polyorphism from cpp. 2023-04-02 12:25:08 -04:00
Readme.md WIP: Still reworking based on design changes. 2023-04-04 15:53:29 -04:00
test.cpp WIP: Still reworking based on design changes. 2023-04-04 15:53:29 -04:00
test.singleheader.cpp WIP: Design is almost done, impl this weekend. 2023-04-05 03:03:56 -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,
there is a bunch of conditionally compiled code for testing different aspects of the library.

Specifically, Array.hpp is far more complicated that it would need to be;
with at least double the code that it would actually have to define itself.

There will be down the line a proper container, and memory libraries made with this gen library
once the stress test files are complete.