Releases: boschglobal/dse.clib
Releases · boschglobal/dse.clib
Update testing headers.
Update testing.h Add support to include CMocka headers, but not enable memory checks.
Support memory checking of strdup.
Add a preprocess swap for strdup to support CMocka tests. The CMocka memory leak check does not work with strdup, and wrapping strdup with the linker may not work with certain libraries. Therefore use the preprocessor to swap the implementation when unit testing.
Small correction to dse/testing.h includes.
v1.0.3 Additional includes for dse/testing.h required.
Update GCC build image and CMocka integration.
v1.0.2 Add gdb and latest cmocka to gcc-builder docker image.
Fix windows build errors.
Fix windows build error. Signed-off-by: Rule Timothy (CC/EMT2) <[email protected]>
v1.0.0
Update ci.yaml