A common utilties library for my future creations
 
 
 
 
Go to file
Brett 6816ddaf7a Logging is now working with all types + formatting
Can provide raw data types like ints, long, float, byte, double etc. Will be printed out as a full line. This cannot be avoided as writing requires the prefix, which cannot be calculated via discrete macro calls. At least not easily.
Performance of the logging needs to be tested
plus writing to filesystem is required.
2023-01-24 15:16:47 -05:00
cmake-build-release Logging works for the most part, more features need to be added 2023-01-23 17:52:32 -05:00
include/blt Logging is now working with all types + formatting 2023-01-24 15:16:47 -05:00
libraries Parallel hashmap submodule 2022-12-26 23:44:02 -05:00
src Logging is now working with all types + formatting 2023-01-24 15:16:47 -05:00
.gitignore Git ignore 2022-12-23 13:51:19 -05:00
.gitmodules Parallel hashmap submodule 2022-12-26 23:44:02 -05:00
CMakeLists.txt Logging works for the most part, more features need to be added 2023-01-23 17:52:32 -05:00
LICENSE Initial commit 2022-12-23 12:52:21 -05:00
README.md Working on binary trees 2023-01-10 10:45:11 -05:00
build_and_run_debug.sh Two children delete is still broken. Single / no child delete works fine. 2023-01-12 14:09:34 -05:00
commit.sh Setup inital cmake file 2022-12-23 13:50:27 -05:00
design.txt Logging works for the most part, more features need to be added 2023-01-23 17:52:32 -05:00

README.md

blt

A common utilties library for my future creations