Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-10 | String is now not shared. | Mike Buland | |
2023-04-24 | More tweaks to make things easier to transition. | Mike Buland | |
2021-08-18 | Updating issues discovered using g++ 10 | Mike Buland | |
2021-08-18 | String was missing assignment? | Mike Buland | |
2020-03-24 | Temporary interop to convert blob to strings. | Mike Buland | |
This will make the transition easier and require fewer rewrites later. | |||
2019-05-24 | Updated copyright date. | Mike Buland | |
2019-05-22 | Fixed nasty null-string-int-conversion bug.v0.1 | Mike Buland | |
2019-04-18 | Minor quality of life additions to string and variant. | Mike Buland | |
More coming to string. I need to figure some things out in variant. | |||
2018-01-29 | Changes related to debugging an issue. | Mike Buland | |
It may not have had as much to do with low-level protocol details, and a lot of this can be reverted, but I can't revert it right now. I'll look it over later in the week. | |||
2014-02-03 | Changed copyright to 2007-2014. | Mike Buland | |
2014-02-02 | I can make it compile with gcc or LLVM, but not both yet. | Mike Buland | |
2014-01-30 | Attempting to fix OSX compatibility, it's not 100%, but it builds and most ↵ | Mike Buland | |
things seem to work. We've also tested against LLVM. | |||
2013-07-26 | Removed an incorrect formatter << operator, and corrected a const_iterator vs | Mike Buland | |
iterator issue in Bu::String. | |||
2013-02-11 | Updated the copyright for 2013. | Mike Buland | |
2012-11-05 | Converted tabs to spaces with tabconv. | Mike Buland | |
2012-09-05 | Added extra formatting argument indexing method to Bu::String::FormatProxy. | Mike Buland | |
You can now use %{3} so that arguments can be followed by a digit. | |||
2012-09-05 | This'll make *everything* rebuild. String formatters now support the end() | Mike Buland | |
call, which will force substitution and return a string. They now also support ending actions, which let us do great stuff like printing stuff out after formatting finished...and other stuff. | |||
2012-09-05 | Fixed silly bug involving juxtaposed replacement tokens in | Mike Buland | |
Bu::String::FormatProxy substitutions. | |||
2012-04-15 | Updated copyright, packaging, makefile, etc. | Mike Buland | |
2012-03-25 | Code is all reorganized. We're about ready to release. I should write up a | Mike Buland | |
little explenation of the arrangement. |