index
:
libgats.git
main
Generalized Agile Transport System, send compact, binary structured data.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
java
/
com
/
xagasoft
/
gats
/
GatsString.java
(
unfollow
)
Age
Commit message (
Expand
)
Author
2011-04-21
Strings work now.
Mike Buland
2011-04-21
???
Mike Buland
2011-04-21
You can read and write integers now. Other types should be pretty easy from ...
Mike Buland
2011-04-21
It...builds?
Mike Buland
2011-04-21
Gats for java is getting closer.
Mike Buland
2011-04-06
libgats now generates a really basic version.h
Mike Buland
2011-04-03
Tweak to the float unit test.
Mike Buland
2011-03-21
Wow, I feel...wow, like a total idiot. I forgot to cleanup list items.
Mike Buland
2011-03-14
david - phpgats_Integer handles various types a little better now...
David
2011-03-11
david - woops, my exceptions not being consistant caused problems in fishtrax...
David
2011-03-10
david - woops, extra new line...
David
2011-03-10
The beginings of java gats.
Mike Buland
2011-03-10
PHP Gats now understands the new float format.
Mike Buland
2011-03-10
Float format is pretty much stabalized. I switched to using log/exp to scale
Mike Buland
2011-03-08
Added a whole load of new, cool helpers for working with dictionaries and lists.
Mike Buland
2011-03-08
The new float format is in place. The encoder/decoder may not be as fast right
Mike Buland
2011-02-21
david - int usage changes
David
2011-02-18
david - working php gats writer/parser, except doesn't do floats yet
David
2011-02-17
Ok, php can read and write gats style integers now.
Mike Buland
2011-01-20
Updated with new Bu::String.
Mike Buland
2011-01-12
Hey, documentation! That's novel.
Mike Buland
2010-11-01
Removed extraneous debugging.
Mike Buland
2010-11-01
Minor changes to the float that may circumvent some stupidness in the mingwrt
Mike Buland
2010-11-01
Wow...floats...I mean...wow...
Mike Buland
2010-11-01
Maybe more minor fixes?
Mike Buland
2010-11-01
Oops, bools aren't floats!
Mike Buland
2010-10-20
Corrected a bug that caused numbers between -1 and -63 inclusive to be positive.
Mike Buland
2010-10-20
Corrected a bug that made negative numbers between -64 and -127 inclusive
Mike Buland