aboutsummaryrefslogtreecommitdiff
path: root/binary
AgeCommit message (Expand)Author
2015-06-19Adding base type methods to schema typesIan Cottrell
2015-06-15Switch the spy to using the codergen generated coders/decodersIan Cottrell
2015-06-12Implement static arrays, slice-casting.Ben Clayton
2015-06-11Add header include guards to generaged codersIan Cottrell
2015-06-11Fix array lengths being signed in cpp codersIan Cottrell
2015-06-11C++ encoder fixesIan Cottrell
2015-06-09Fix incorrect sign-extension when casting 32-bit pointers to u64s.Ben Clayton
2015-06-05Fixup cpp codergen for namespaces and unicode namesIan Cottrell
2015-06-05Remove redundant types and empty var/init declarationsIan Cottrell
2015-06-01Add New support to binary.ClassIan Cottrell
2015-06-01Fix recursion in enum String() functionBen Clayton
2015-06-01Helper for binary test data buildingIan Cottrell
2015-06-01Make the test ID's publicIan Cottrell
2015-06-01Emit something for maps, we don't use it but we do generate it..Ian Cottrell
2015-06-01Fix broken stream templateIan Cottrell
2015-06-01Add back generation of java code.Ian Cottrell
2015-05-29Codergen generated C++ encode and decode functionalityIan Cottrell
2015-05-29Merge "Fix for back-slashes appearing in import paths" into studio-1.3-devBen Clayton
2015-05-29Fix for back-slashes appearing in import pathsBen Clayton
2015-05-29Add string function generation to codergenIan Cottrell
2015-05-29Merge "Replace inline array-parameter data with pointers and observations." i...Ben Clayton
2015-05-29Replace inline array-parameter data with pointers and observations.Ben Clayton
2015-05-28Add simple named counters accesable by the templatesIan Cottrell
2015-05-28Add constant collection and grouping to the codergen systemIan Cottrell
2015-05-28Adding control directives to the binary code generation system.Ian Cottrell
2015-05-28Don't use stringer for schema.MethodIan Cottrell
2015-05-15Codergen: ignore packages starting with _Ben Clayton
2015-05-14Merge "Change panic to bad generation name" into studio-1.3-devIan Cottrell
2015-05-13Change panic to bad generation nameIan Cottrell
2015-05-13Miscelaneous go vet fixesIan Cottrell
2015-05-13Bulk fix all copyright headersIan Cottrell
2015-05-13Auto generate schema objectsIan Cottrell
2015-05-13Switch generate to use new schema structures for consistency and clarityIan Cottrell
2015-05-13New schema system in the binary packageIan Cottrell
2015-05-11Rename markdown files with correct extensionBen Clayton
2015-05-11Add markdown documentation generated from godocBen Clayton
2015-05-08Add stringer rulesIan Cottrell
2015-05-05Cleaner template handling in codergen, write directly to underlying stream ra...Ian Cottrell
2015-05-01Make dependancy walking work through multiple indirections (map of pointers)Ian Cottrell
2015-04-30Ensure dependancies are earlier in the struct list.Ian Cottrell
2015-04-27Use binary import for non scanned packages, fall back to source import.Ian Cottrell
2015-04-24All new improved faster codergenIan Cottrell
2015-04-23Merge "Making binary/generate tests way fast (from 6.762s down to 0.274s) by ...Ian Cottrell
2015-04-23Making binary/generate tests way fast (from 6.762s down to 0.274s) by not usi...Ian Cottrell
2015-04-22Made invalid types syntatically valid so they done break stuffIan Cottrell
2015-04-16Fix file permissions on codergen generated files.Ian Cottrell
2015-04-15Merge "Change embed so we can use dependancies in the build, also rpcapi" int...Ian Cottrell
2015-04-14Codergen does not write the output if it did not changeIan Cottrell
2015-04-14Change embed so we can use dependancies in the build, also rpcapiIan Cottrell
2015-04-14New version of codergen.Ian Cottrell