Age | Commit message (Expand) | Author |
2012-11-15 | Much overriding was done, but GatsList works great. And just like a standard | Mike Buland |
2012-11-15 | Accidentally included a dll, oops. Also, gats null, and gats float work | Mike Buland |
2012-11-14 | Strings, bools, and ints all seem fine, the more complex container types are | Mike Buland |
2012-11-14 | Started a nice, native .net implementation in C# | Mike Buland |
2012-11-09 | Randomly used wrong syntax in markdown. | Mike Buland |
2012-11-09 | The attempt to use symlinks in place of the header files was silly. | Mike Buland |
2012-11-09 | Many changes: tabconv'd the C++ code, added a license, BSD, and docs. | Mike Buland |
2012-11-09 | Ok, it's all organized by language/library now. | Mike Buland |
2012-11-09 | Made the repo less libbu++-centric. | Mike Buland |
2012-10-24 | More comment/spelling fixes. Added a helper to GatsInputStream so | Mike Buland |
2012-10-24 | Primarily documentation cleanups. Also removed some extra imports that are | Mike Buland |
2012-10-24 | Build script has been updated to not try to compile the package-info.java file. | Mike Buland |
2012-10-24 | Moved package-info.java into the gats dir. Apparently this | Mike Buland |
2012-09-12 | libbu++ version now uses libbu++ endian conversion macros and does not rely on | Mike Buland |
2012-08-18 | Changed debugging output to not display binary strings, instead it just prints | Mike Buland |
2012-07-06 | Added the gats compiler. It can only compile from gats-text to gats-binary | Mike Buland |
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 |
2012-06-16 | I guess the symlinks are in svn. | Mike Buland |
2012-06-11 | GatsCon can display nulls now. | Mike Buland |
2012-06-11 | Python supports null. | Mike Buland |
2012-06-11 | All languages now support Null except for python and php, python is proving | Mike Buland |
2012-05-29 | Apparently in python bools are ints, but ints aren't bools...this means that | Mike Buland |
2012-05-08 | david - created a phpgats library that uses native php types... it's still us... | David |
2012-04-06 | The Qt API now supports cloning. | Mike Buland |
2012-04-06 | Qt is tested more thoroughly, some read bugs are fixed. It also works better | Mike Buland |
2012-04-06 | I think I fixed a seeking bug in the qt gatsstream, but...I haven't tested it | Mike Buland |
2012-04-06 | Everything supports clone now. | Mike Buland |
2012-03-31 | Tweaks to help build in windows. There...may be a problem with symlinks... | Mike Buland |
2012-03-31 | Gats for QT is here. It's a pretty basic conversion right now, it doesn't | Mike Buland |
2012-03-01 | Fixed a bug in java gats reading large strings over the network. | Mike Buland |
2012-02-16 | Added a missing and badly needed helper function to the dictionary, put with | Mike Buland |
2012-02-13 | Consistancy is best, so all the get helpers throw an exception if they can't | Mike Buland |
2012-02-13 | Trying a more sensible handling for get helpers in GatsDictionary, they throw | Mike Buland |
2012-02-11 | Builds gatscon for windows now :) | Mike Buland |
2012-01-16 | Added networking compatible send/recv functions as helpers, plus a bunch of | Mike Buland |
2012-01-16 | Created python bindings. They use the classic python dump/load/dumps/loads | Mike Buland |
2012-01-16 | Lots of documentation, an example program, and also some visibility cleanup. | Mike Buland |
2011-05-23 | Minor change, just rebranded GatsCon to "Gats Console" for the display. | Mike Buland |
2011-05-23 | Minor tweaks to make sure that autodoc is enabled in doxygen and that doxygen | Mike Buland |
2011-05-23 | daivd - woops, missed a function | David |
2011-05-23 | david - trying out the defined thing | David |
2011-05-23 | david - added documentation to phpgats | David |
2011-05-17 | Ok, you can now open files, save files, save files from proxies and clients, | Mike Buland |
2011-05-17 | GatsCon can read files now, but it can't save them, or edit them yet. That'll | Mike Buland |
2011-05-17 | GatsCon now supports proxying, and way better than qtbenc ever did. Not only | Mike Buland |
2011-05-17 | Gats::Object now has a strToGats function, it's pretty slick, it takes a string | Mike Buland |
2011-05-16 | Almost there! I'm adding a qtbenc-like program for gats, only cooler. It'll | Mike Buland |
2011-04-27 | The GatsInputStream is much, much simpler, should be much faster, and works | Mike Buland |
2011-04-27 | david - some changes | David |