Commit Graph

7 Commits

Author SHA1 Message Date
3b9cd3726d fix(Metadata): byteSize_ changed from std::size_t to int to avoid implicit type conversion 2025-01-22 06:50:02 -05:00
eabf0d62cf feat(DObject): added stream operator and more friendly type managment
Now getDataAs can be called to auto cast the data to a particular type
2025-01-20 07:49:01 -05:00
065d5519fb build(meson.build): updates src build to seperate module meson files 2025-01-19 12:27:39 -05:00
d090ddaabe feat(dobj/LockableDObject): added thread safe implimentation of DObject
In order to build a preformant code code base we may want to make parallized code in which case having a lockable DObject is a useful construct
2025-01-19 11:53:45 -05:00
7d6062b6c1 build(root): added initial meson build system implimentation and mk script
we will use meson as the build system for this project. Added a rough outline of this which builds source, libraries, and links them to tests (along with the google test library for testing). meson will be setup and compiled with ./mk.
2025-01-19 07:38:58 -05:00
17f622fec1 feat(src/dobj): initial metadata class implimentation for dobj added
The dobj class will need to hold metadata about its constituent data. The metadata class provides this.
2025-01-19 07:36:12 -05:00
be7096124f feat(mapping): added base directoriy structure for mapping module
the mapping module needs to be implimented in order to impliment discritization which is a prerequisite for any furtherr development. This commit sets up the basic directory structure without including any actual code.
2025-01-16 09:18:06 +01:00