BlackToppStudios / Mezz_Foundation

Foundational Data types that enforce no opinions on how to build games and provide many facilities that complex games need. This largely avoids graphics and physics, but provides tools like the SortedVector, CountedPtr and HashedString classes.
GNU General Public License v3.0
3 stars 0 forks source link

Port BinaryBuffer/Base64 #21

Closed MakoEnergy closed 5 years ago

MakoEnergy commented 6 years ago

Port over the BinaryBuffer class and Base64 methods and their tests from the monolithic repo. These could be separated into their own distinct files.

https://github.com/BlackToppStudios/Mezzanine/blob/master/Mezzanine/src/binarybuffer.h https://github.com/BlackToppStudios/Mezzanine/blob/master/Mezzanine/src/binarybuffer.cpp https://github.com/BlackToppStudios/Mezzanine/blob/master/UnitTests/tests/binarytoolstests.h

MakoEnergy commented 5 years ago

This was done/merged as of yesterday.