aboutsummaryrefslogtreecommitdiff
path: root/cs-dotnet (follow)
AgeCommit message (Collapse)Author
2013-03-05Added more helpers to the GatsDictionary in the C# version.Mike Buland
2013-02-11Updated the copyright to 2013. Also, started the Gats::RpcHandler.Mike Buland
2012-11-17Minor tweak, the cs-dotnet Doxygen docs are titled libgats now.Mike Buland
2012-11-17A few real tabs wound up in the C# code...somehow.Mike Buland
2012-11-17Added XML standard in-code documentation, also GatsList and GatsDictionaryMike Buland
helpers.
2012-11-17Adding C# style XML documentation. It turns out Doxygen handles that properlyMike Buland
too. Wow, Doxygen, it really does it all :-P
2012-11-15Added license notice to C# code.Mike Buland
2012-11-15Ok, Packet based stream reading/writing works and is compliant.Mike Buland
2012-11-15Dictionaries are implemented now. Everything tests out against python.Mike Buland
The next step is the packet stream interface.
2012-11-15Much overriding was done, but GatsList works great. And just like a standardMike Buland
.net list.
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