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
d895e6d033write profile, histroy count in print-out
Brett
2023-03-04 13:07:35 -0500
5d493a6493cleanup printing remove the needless addition of \n to the end of lines
Brett
2023-03-04 11:52:54 -0500
643053c409Ignore negative values by default
Brett
2023-03-04 11:46:37 -0500
811cdff8d1refactor profiler code is now much more clean -removed ugly nested loops -used functions to reduce code clutter and duplcation removed redundant functions cleaned up sort and improved names
Brett
2023-03-04 11:42:24 -0500