Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-24 | More comment/spelling fixes. Added a helper to GatsInputStream so | Mike Buland | |
you can find out how many bytes the previously read object was. | |||
2012-10-24 | Primarily documentation cleanups. Also removed some extra imports that are | Mike Buland | |
no longer used. | |||
2012-10-24 | Build script has been updated to not try to compile the package-info.java file. | Mike Buland | |
It's a little odd, we definately need an easier way to remove items from lists. I'm thinking just a minus operator. | |||
2012-10-24 | Moved package-info.java into the gats dir. Apparently this | Mike Buland | |
is an issue when using the parametrs that eclipse uses, it was complaining. It doesn't do that with the params to javac I use on the command line. | |||
2012-09-12 | libbu++ version now uses libbu++ endian conversion macros and does not rely on | Mike Buland | |
winsock in windows. | |||
2012-08-18 | Changed debugging output to not display binary strings, instead it just prints | Mike Buland | |
that it is binary and the length. | |||
2012-07-06 | Added the gats compiler. It can only compile from gats-text to gats-binary | Mike Buland | |
right now. | |||
2012-06-27 | Apparently the various value classes don't all have setters yet, they should. | Mike Buland | |
2012-06-22 | Added super handy readAllObjects slot. | Mike Buland | |