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
8ee319a8e8
docs(.gitignore): added gitignore for Python, C, C++, and Fortran
2025-01-20 06:25:59 -05:00
065d5519fb
build(meson.build): updates src build to seperate module meson files
2025-01-19 12:27:39 -05:00
a97c93ede0
build(meson.build): added controls for building tests
2025-01-19 12:24:54 -05:00
d3732ce6e9
docs(Doxyfile,docs): added doxygen config and initial built doc
2025-01-19 12:24:13 -05:00
c782ff644a
docs(mk): added doxygen commands to build docs
...
when running ./mk --docs the docs will also be build with the code itself and the tests
2025-01-19 12:23:34 -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
5c035f3ba9
docs(Readme.md): added basic build instructions to Readme
2025-01-19 08:38:04 -05:00
e28d407cd7
build(meson): added command line options to not build tests
...
meson_options added which includes a build test variable. If this is false (default: true) tests will be build. the mk script can controll this with the --noTest command line argument.
2025-01-19 08:34:21 -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
b7b849da45
test(tests/dobj/Metadata.cpp): added metadata class tests
...
added nine simple tests for the metadata class which is part of the dobj modules. These tests will be expanded in the future
2025-01-19 07:37:23 -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
Aaron Dotter
8db9c0d34a
Update Readme.md
2025-01-15 07:39:38 -05:00
8f7faec70a
docs(Readme.md): added initial readme
...
Started new repository with very basic readme
2025-01-15 09:02:21 +01:00