Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-04 | Woo! Unit Tests! Found some bugs! | Mike Buland | |
2023-08-01 | Updated copyright date. | Mike Buland | |
2023-04-24 | More tweaks to make things easier to transition. | Mike Buland | |
2023-04-24 | Blob related changes throughout. | Mike Buland | |
2023-04-24 | Additions to blob/utfstring for json. | Mike Buland | |
2022-04-15 | Augments 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-22 | Blob substr constructor includes null terminator. | Mike Buland | |
2019-08-16 | Blob defaulted to an invalid size. | Mike Buland | |
This broke a lot of operations, and was stupid. | |||
2019-06-25 | Got most of the functions in, now to test them. | Mike Buland | |
2019-05-25 | Just about everything that Blob needs is in. | Mike Buland | |
2019-05-25 | Augmented UnitSuite, added more to Blob, and added tests. | Mike Buland | |
2019-05-25 | Started 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. |