04fd3aec8bstatic, nbt, cassert, algoritmn, get exposedBrett2023-08-09 21:48:30 -0400
a44590c195add pre/postfix to help
Brett
2023-08-08 14:08:03 -0400
7e05fb3d60arg parse should be completely functional! help works not all functions have been tested!
Brett
2023-08-08 14:06:19 -0400
4ae730c9bbremove blt::logging from argparse use std::cout now as it produces more logical outputs
Brett
2023-08-07 22:39:25 -0400
2a656a687euse new arg parse + defaults now assigned
Brett
2023-08-07 17:42:59 -0400
b083245ab4partial rewrite on parsing - will move new one to replace old one in next commit - basically the same code but works - args now support arg_data_t as a default - arg_data_t is now much smarter
Brett
2023-08-07 16:12:43 -0400
7bf9cdc19bupdate version to 0.8.1
Brett
2023-08-03 01:51:41 -0400
5c0093e0d3add change tag_compound to use hashmap, allow vectors
Brett
2023-07-26 13:52:51 -0400
c4c23e9cc6NBT finished, need to add decoder / tests - evil hacks are not fun (blt::nbt::_internal_ forward declares list and compound for use inside list / compound) - list could be made faster by bulk allocating when type is known however i believe the compiler is smart enough to do this for me - testing that should be a todo!
Brett
2023-07-26 13:09:41 -0400
cf7c6f2237logging NONE will now output without format string
Brett
2023-07-25 14:06:04 -0400
1998ddbafeupdate to c++20
Brett
2023-07-24 13:00:35 -0400
c3aab51030nightly commit + working on NBT
Brett
2023-07-24 03:40:09 -0400
983d7de820std::function is slow!! maybe change blt::logging to use something a little faster. base class + virtual function isn't that slow!
Brett
2023-07-24 03:30:23 -0400
f5d6ef19a4remove format changes
Brett
2023-07-24 02:55:03 -0400
85fdc4fa65Move constructing is now allowed for the scoped buffer, copy assignment disallowed. Copy assignment isn't allowed because T cannot be guaranteed to be copyable and I don't want this class to involve type traits
Brett
2023-07-24 02:52:11 -0400
31855dd0a4move math functions to math.h format contained a rounding function and power function, they are now in math.h
Brett
2023-07-24 02:44:25 -0400
0d5abd143freadme update plus time functions and cleaner scoped_buffer WITH begin()/end()
Brett
2023-07-24 02:39:03 -0400
20f8238f70allow disabling color logging for tests
Brett
2023-07-24 01:49:27 -0400
7fd3fbadb3change default to not log to file!
Brett
2023-07-23 23:21:16 -0400
f6ca082e15randomness test
Brett
2023-07-23 13:59:11 -0400