Age | Commit message (Expand) | Author |
2024-07-28 | Added a protocol flush on writeObject.HEADmain | Mike Buland |
2024-03-22 | Reorganized ignores. Much nicer now. | eichlan |
2023-07-01 | Include (commented out) memcheck code. | Mike Buland |
2022-04-07 | Dictionaries delete old objects to replace new. | Mike Buland |
2022-04-06 | toString works. | Mike Buland |
2022-04-02 | Just removed a bunch of commented out code. | Mike Buland |
2022-03-31 | Minor fix to keep php from whining in some cases. | Mike Buland |
2022-03-31 | Added real exceptions based on QException. | Mike Buland |
2021-09-28 | Added packet helpers? | Mike Buland |
2021-09-27 | Added explicit assignment/comparison operators. | Mike Buland |
2020-07-27 | Added Qt style compliant value getters. | Mike Buland |
2017-10-19 | Merge branch 'master' of xagasoft.com:git/libgats | Mike Buland |
2017-10-19 | Tweaks for windows building. | Mike Buland |
2017-06-05 | Added better null helpers to libbu++/php | Mike Buland |
2016-12-29 | Static libs are just easier right now. | Mike Buland |
2016-09-21 | Accumulated changes. | Mike Buland |
2015-09-08 | Added a getType helper to the dictionary. This allows you to get the type of a | Mike Buland |
2013-03-05 | Added more helpers to the GatsDictionary in the C# version. | Mike Buland |
2013-02-11 | Updated the copyright to 2013. Also, started the Gats::RpcHandler. | Mike Buland |
2013-02-10 | Added a cute option to compress gats with deflate in gatsc. | Mike Buland |
2013-02-10 | GatsTxt now supports comments, both C and C++ style. | Mike Buland |
2013-02-10 | Added vim syntax highlighting for gatstxt format. | Mike Buland |
2013-02-10 | Made the gats text parser much more robust. | Mike Buland |
2012-11-17 | Minor tweak, the cs-dotnet Doxygen docs are titled libgats now. | Mike Buland |
2012-11-17 | A few real tabs wound up in the C# code...somehow. | Mike Buland |
2012-11-17 | Added XML standard in-code documentation, also GatsList and GatsDictionary | Mike Buland |
2012-11-17 | Minor change to the readme. | Mike Buland |
2012-11-17 | Adding C# style XML documentation. It turns out Doxygen handles that properly | Mike Buland |
2012-11-15 | Added license notice to C# code. | Mike Buland |
2012-11-15 | Updated readme to include the .net library. | Mike Buland |
2012-11-15 | Ok, Packet based stream reading/writing works and is compliant. | Mike Buland |
2012-11-15 | Dictionaries are implemented now. Everything tests out against python. | Mike Buland |
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 |