aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2015-08-04Merge "Add sections to java client generation" into studio-1.4-devIan Cottrell
2015-08-03Add generated GLES api code.David Srbecky
2015-08-03Add sections to java client generationIan Cottrell
2015-08-03Add section support to the java binary templateIan Cottrell
2015-08-03Add section pruning behaviour to clean_generatedIan Cottrell
2015-08-03Move all section handling to its own fileIan Cottrell
2015-08-03Move the formatting writer over to a reusable library for apicIan Cottrell
2015-08-03Fix windows build.Ben Clayton
2015-08-01Include the current indentation depth in the section markers, and use it when...Ian Cottrell
2015-08-01Make some stuff on Writer public so I can use it from another package.Ian Cottrell
2015-08-01Flush on writing at a modified indentation level.Ian Cottrell
2015-08-01Add a function for emitting sectionsIan Cottrell
2015-07-31Partial file rewriting supportIan Cottrell
2015-07-31Update the java templates to use the new formatter.Ian Cottrell
2015-07-31Use new format writer rather than reflow.Ian Cottrell
2015-07-31Merge changes Ie1704bd6,Ida9499c5,Ib74c1908,I8dfca1f3,Ia80756c2, ... into stu...Ben Clayton
2015-07-30Tweak argument handling of GAPIT.Ben Clayton
2015-07-29Merge changes Ic33a1c8c,Icac94eee into studio-1.4-devIan Cottrell
2015-07-29Preparse the files in parallel where possibleIan Cottrell
2015-07-29Codergen output processing is now done in parallelIan Cottrell
2015-07-29Add flag to gapit so we can use the debug spy.soBen Clayton
2015-07-29Rip out the gcimporter stuff, we always want to read the sourceIan Cottrell
2015-07-29Add profiling support to command line toolsIan Cottrell
2015-07-28Allow duplicate values in enums.David Srbecky
2015-07-23Use the correct underlying type for java constantsIan Cottrell
2015-07-23Automatic import of Box only into files that need it.Ian Cottrell
2015-07-23Allow for matching imports by path as well as import nameIan Cottrell
2015-07-23Add support for Any boxing to javaIan Cottrell
2015-07-23Use the original name not the modified name when lookup up the structIan Cottrell
2015-07-23Add wrap/unwrap for interface typesIan Cottrell
2015-07-23map binary.Object to BinaryObject for java, and never try to import the binar...Ian Cottrell
2015-07-23Add java enum generationIan Cottrell
2015-07-23Add imports for interface typesIan Cottrell
2015-07-23Fix getter and setter names in javaIan Cottrell
2015-07-23Use the actual interface name in java rather than BinaryObjectIan Cottrell
2015-07-23Add the incorreclty indented java headerIan Cottrell
2015-07-23Documentation passIan Cottrell
2015-07-21Add the ability to have a common class suffixIan Cottrell
2015-07-21Import all the used types so we don't need to use fully qualified names every...Ian Cottrell
2015-07-21Improve ClassNameIan Cottrell
2015-07-21Add java client generation to codergenIan Cottrell
2015-07-21Allow nil to match a .nil templateIan Cottrell
2015-07-21Deal with cross package imports in javaIan Cottrell
2015-07-21Rename the binary.Class implementing enums in javaIan Cottrell
2015-07-21Add exported handlingIan Cottrell
2015-07-20Server temination logic.Anton Carver
2015-07-20Make clean_java workIan Cottrell
2015-07-20Rename service.RPC service.ServiceIan Cottrell
2015-07-20Remove the path helper codergen stuffIan Cottrell
2015-07-17make a path.Service interfaceIan Cottrell