aboutsummaryrefslogtreecommitdiff
path: root/rpc
AgeCommit message (Expand)Author
2015-08-03Be explicit about java indentation requirementsIan Cottrell
2015-07-28Allow duplicate values in enums.David Srbecky
2015-07-20Server temination logic.Anton Carver
2015-07-17Rip out the ID objects and the resolve functionsIan Cottrell
2015-07-15Change all service ID handles to be binary.ID typedefs rather than structsIan Cottrell
2015-07-15Add database helper generation back based on a tag.Ian Cottrell
2015-07-15Rip out rpcapi. The _rpc file is now the main generation point for all the re...Ian Cottrell
2015-07-15Generate the call and result structs from the go rpc interface.Ian Cottrell
2015-07-14Generate helpers from the go interfaceIan Cottrell
2015-07-14Removing pointless unused helpersIan Cottrell
2015-07-14Add server generation to codergenIan Cottrell
2015-07-14Move database helpers to their own fileIan Cottrell
2015-07-14Generating the go client code from the interfaceIan Cottrell
2015-07-14Remove md files from the repositoryIan Cottrell
2015-07-13Sort the externs by nameIan Cottrell
2015-07-13Normalise the Tool part of the generated copyright headersIan Cottrell
2015-07-13Remove unwanted cruft from java rpc generationIan Cottrell
2015-07-13Java encoder fixesIan Cottrell
2015-07-10Make the logger methods “Enter” “Fork” and “Close” private and us...Ian Cottrell
2015-07-06service.api: Replace cmd's with extern's.Ben Clayton
2015-07-06Update README.mk filesBen Clayton
2015-07-03Build package constant tablesIan Cottrell
2015-07-03Print the type of the message, not the whole messageIan Cottrell
2015-07-03Move display name out of the main schema into the atom metadataIan Cottrell
2015-07-03Normalise the rpc imports into a single big listIan Cottrell
2015-07-03Add Get RPC call.Ben Clayton
2015-07-02Expand database encodable types from binary.Object to interface{}Ben Clayton
2015-07-02Regenerate README.md'sBen Clayton
2015-07-02Removing special handling of slices in rpc code generationIan Cottrell
2015-07-02Don't rely on String methods, use the formatter to find themIan Cottrell
2015-07-02Replace the binary/pod package with binary/any.Ben Clayton
2015-07-01Removed class inheritance from language, no longer usedIan Cottrell
2015-06-30Begin resurrecting the state view.Ben Clayton
2015-06-29Convert logging to use the helpers, and remove the old interface.Ian Cottrell
2015-06-26Make package level namespace objects, and cascade them from the global namesp...Ian Cottrell
2015-06-25Add the ID into schema struct entriesIan Cottrell
2015-06-25Merge "Change rpc.java.tmpl Slice.ValueType to Slice.To." into studio-1.4-devSeb Noury
2015-06-25Change rpc.java.tmpl Slice.ValueType to Slice.To.Seb Noury
2015-06-25Rebuild all _binary files with new schema featuresIan Cottrell
2015-06-25Rebuild markdown documentationBen Clayton
2015-06-25Add PackageOf function to work out the imported package name of a typeIan Cottrell
2015-06-25Change rpc Type template to use Node dispatch mechanismIan Cottrell
2015-06-25Add generic member and owner handlingIan Cottrell
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