|
|
30a6cb074f
|
docs(src): updated file headers
|
2025-04-21 08:56:45 -04:00 |
|
|
|
3f86d0ceb1
|
docs(src): added file headers to all files
|
2025-03-17 12:42:33 -04:00 |
|
|
|
c304d002bb
|
feat(dobj): added error tracking to DObject
DObject now includes an error code so that errors can be tracked with return values from functions
|
2025-02-04 12:55:49 -05:00 |
|
|
|
5776819267
|
docs(DObject.h): usage examples added to DObject.h
|
2025-01-22 11:31:21 -05:00 |
|
|
|
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 |
|
|
|
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 |
|