aboutsummaryrefslogtreecommitdiff
path: root/rpc
AgeCommit message (Expand)Author
2015-06-19Unify the ordering of our logger / database parametersBen Clayton
2015-06-19Remove Load, everything changed to use Resolve directly.Ian Cottrell
2015-06-19Add database "helpers" and change calling code to use themIan Cottrell
2015-06-18Add store helpers alongside resolve onesIan Cottrell
2015-06-18Add automatic resolve helper generationIan Cottrell
2015-06-09Add more config options to silence server.log spamBen Clayton
2015-06-05Remove redundant types and empty var/init declarationsIan Cottrell
2015-06-01Fix recursion in enum String() functionBen Clayton
2015-06-01Add back generation of java code.Ian Cottrell
2015-05-29Add string function generation to codergenIan Cottrell
2015-05-29Replace inline array-parameter data with pointers and observations.Ben Clayton
2015-05-28API language overhaulIan Cottrell
2015-05-26Adding include and import handling to api languagegradle_1.3.0-beta1Ian Cottrell
2015-05-13Adding f to logger method namesIan 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-11Rename markdown files with correct extensionBen Clayton
2015-05-11Add markdown documentation generated from godocBen Clayton
2015-04-27Change state to use buffer forms and kill state specific type rulesIan Cottrell
2015-04-24Delete pointer and memory from the api languageIan Cottrell
2015-04-16Fix file permissions on codergen generated files.Ian Cottrell
2015-04-14Change embed so we can use dependancies in the build, also rpcapiIan Cottrell
2015-04-14New version of codergen.Ian Cottrell
2015-04-12Codergen now picks up imports from the package it is processingIan Cottrell
2015-04-02Move to binary.Class based systemIan Cottrell
2015-03-31SkipObject and SkipVariant return the type id of the object they skipped.Ian Cottrell
2015-03-31Enhance Encoder/Decoder to support Variant ID and Value types and SkipIan Cottrell
2015-03-31Do codergen outside of rpcapiIan Cottrell
2015-03-31Be explicit about field names in struct constructionIan Cottrell
2015-03-29Handle multi package directories and test files in codergenIan Cottrell
2015-03-20Split the variable size integer writer from the object hierarchy encoderIan Cottrell
2015-03-18Process whole packages with codergenIan Cottrell
2015-03-18Explicit tagging of structs that get generated codersIan Cottrell
2015-03-17Clean up templates in binary/generate in preparation for bigger edits.Ian Cottrell
2015-03-17Add all generated files to the repositoryIan Cottrell
2015-03-10Fix windows build.Ben Clayton
2015-03-09Add style controls for java code generationIan Cottrell
2015-03-09Merge "Don't send rpc header as an int" into studio-1.3-devIan Cottrell
2015-03-09Resolver: Return mapping from AST node to semantic.Ben Clayton
2015-03-06Don't send rpc header as an intIan Cottrell
2015-03-04Unify copyright header handling across all toolsIan Cottrell
2015-02-26Build fixes for WindowsBen Clayton
2015-02-26Clean up and unify the style of each package's brief documentation.Ben Clayton
2015-02-24Remove the -java argument from go:generate.Brent Austin
2015-02-23Remove generated files from the repository, and add .gitignore rules for them.Ian Cottrell
2015-02-23Make rpc generated filenames depend on the api filename rather than being har...Ian Cottrell
2015-02-23New RPC code generation tool, rpcapiIan Cottrell
2015-02-17TypeID -> ID and make it more genericIan Cottrell
2015-02-16Adding output file and reflow control to the templates, and simplifiying the ...Ian Cottrell