Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-09 | Many changes: tabconv'd the C++ code, added a license, BSD, and docs. | Mike Buland | |
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-02-16 | Added a missing and badly needed helper function to the dictionary, put with | Mike Buland | |
a byte array as a parameter. | |||
2012-02-13 | Consistancy is best, so all the get helpers throw an exception if they can't | Mike Buland | |
find their object. | |||
2012-02-13 | Trying a more sensible handling for get helpers in GatsDictionary, they throw | Mike Buland | |
an exception now if the key isn't found. getInt and getFloat will both probably be complimented by getBigInt and getBigFloat or something like it later on, but we'll always return types from those helpers that can't contain a null, so exceptions it is. | |||
2012-01-16 | Lots of documentation, an example program, and also some visibility cleanup. | Mike Buland | |
2011-04-21 | Many helpers added, we like helpers. | Mike Buland | |
2011-04-21 | Well, dictionary may work... | Mike Buland | |
2011-04-21 | david - dictionary : ) | David | |
2011-04-21 | ??? | Mike Buland | |
2011-04-21 | It...builds? | Mike Buland | |