aboutsummaryrefslogtreecommitdiff
path: root/src/unstable/blob.cpp (follow)
AgeCommit message (Collapse)Author
2023-08-09Added a temporory String -> Blob constructor.Mike Buland
Just to ease the transition.
2023-08-08Unit test augmentations and harness.Mike Buland
Added some features to the mkunit program, including cleanup routine support. Added reporting modes for the UnitSuite class, and it can now generate machine readable reports. Added a new program, rununits that runs all unit tests and generates a synopsis of what you really care about at the end, issues!
2023-08-04Woo! Unit Tests! Found some bugs!Mike Buland
2023-08-01Updated copyright date.Mike Buland
2023-04-24More tweaks to make things easier to transition.Mike Buland
2023-04-24Blob related changes throughout.Mike Buland
2023-04-24Additions to blob/utfstring for json.Mike Buland
2022-04-15Augments to Blob and BlobBuilder.Mike Buland
You can construct a BlobBuilder from a Blob now, and Blob has an extra null byte of padding just in case you use a Blob to store a string.
2019-09-22Blob substr constructor includes null terminator.Mike Buland
2019-08-16Blob defaulted to an invalid size.Mike Buland
This broke a lot of operations, and was stupid.
2019-06-25Got most of the functions in, now to test them.Mike Buland
2019-05-25Just about everything that Blob needs is in.Mike Buland
2019-05-25Augmented UnitSuite, added more to Blob, and added tests.Mike Buland
2019-05-25Started Bu::Text and Bu::Blob.Mike Buland
These will someday replace Bu::String and Bu::UtfString. The plan is to support more encodings in the Text class than just Unicode, Blob and Text will not be shared core, but the Builders will be, making Text and Blob objects much safer in multi-threaded programs.