summaryrefslogtreecommitdiffstats
path: root/generator/generator_java.ml
Commit message (Expand)AuthorAgeFilesLines
* generator: Create a separate type for optional argumentsMatthew Booth2012-01-101-26/+17
* generator: Rename java_structs to camel_structs to better reflect their purposeMatthew Booth2012-01-101-5/+5
* generator: Remove DangerWillRobinson.Richard W.M. Jones2011-10-271-4/+0
* java: Tidy up the generated C bindings file.Richard W.M. Jones2011-07-191-3/+11
* java: Fix optional arguments in calls.Richard W.M. Jones2011-07-191-12/+82
* java: Enable warnings when compiling C bindings code.Richard W.M. Jones2011-07-191-15/+27
* generator: Fix functions with both RBufferOut and optional args.Richard W.M. Jones2011-06-281-1/+1
* generator: Introduce error code (errcode) concept.Richard W.M. Jones2011-03-071-38/+47
* java: Fix generated functions that return RHashtable.Richard W.M. Jones2011-03-021-15/+30
* java: Return Map<String,String> for RHashtable functions.Richard W.M. Jones2011-03-021-1/+2
* java: Fix a minor whitespace error in generated code.Richard W.M. Jones2011-03-021-2/+2
* generator: Add Pointer parameter type to the generator.Richard Jones2010-11-101-5/+10
* generator: Optional arguments, add-drive-opts (RHBZ#642934,CVE-2010-3851).Richard W.M. Jones2010-10-221-18/+44
* Split generator into separate source files.Richard Jones2010-09-111-0/+629