Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-11 | All languages now support Null except for python and php, python is proving | Mike Buland | |
slightly trickier. | |||
2011-04-03 | Tweak to the float unit test. | Mike Buland | |
2011-03-08 | The new float format is in place. The encoder/decoder may not be as fast right | Mike Buland | |
now as it could be, but it is universal, which is preferable in many cases. We effectively use a normalized base-256 format to store the number, with a scale, also with a base of 256. Basically, with x86 doubles, the C99 standard textual, lossless hex encoding format is at max 23 bytes. This encoding is equivelent but at max 11 bytes, including the format specifier ('f'). | |||
2011-01-20 | Updated with new Bu::String. | Mike Buland | |
2010-08-22 | Minor tweaks to tests. | Mike Buland | |
2010-08-19 | Wow, it pretty much all works. the float format is a little funny, I treat it | Mike Buland | |
as a string, with a string header and then string data that is then turned into a float. It's pretty much how it's going to work, unless I come up with something revolutionary. | |||
2010-08-18 | getting it all tuned up. | Mike Buland | |
2010-08-14 | libgats gets it's own repo. The rest of the history is in my misc repo. | Mike Buland | |