aboutsummaryrefslogtreecommitdiff
path: root/php (unfollow)
AgeCommit message (Collapse)Author
2012-11-15Accidentally included a dll, oops. Also, gats null, and gats float workMike Buland
correctly now and are tested against the python implementation.
2012-11-14Strings, bools, and ints all seem fine, the more complex container types areMike Buland
coming next, and will implement the full range of appropriate interfaces.
2012-11-14Started a nice, native .net implementation in C#Mike Buland
2012-11-09Randomly used wrong syntax in markdown.Mike Buland
2012-11-09The attempt to use symlinks in place of the header files was silly.Mike Buland
2012-11-09Many changes: tabconv'd the C++ code, added a license, BSD, and docs.Mike Buland
2012-11-09Made the repo less libbu++-centric.Mike Buland
2012-10-24More comment/spelling fixes. Added a helper to GatsInputStream soMike Buland
you can find out how many bytes the previously read object was.
2012-10-24Primarily documentation cleanups. Also removed some extra imports that areMike Buland
no longer used.
2012-10-24Build 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-24Moved package-info.java into the gats dir. Apparently thisMike 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-12libbu++ version now uses libbu++ endian conversion macros and does not rely onMike Buland
winsock in windows.
2012-08-18Changed debugging output to not display binary strings, instead it just printsMike Buland
that it is binary and the length.
2012-07-06Added the gats compiler. It can only compile from gats-text to gats-binaryMike Buland
right now.
2012-06-27Apparently the various value classes don't all have setters yet, they should.Mike Buland
2012-06-22Added super handy readAllObjects slot.Mike Buland