summaryrefslogtreecommitdiff
path: root/java/common/generate
Commit message (Expand)AuthorAgeFilesLines
* moved Encoder, Decoder and related classes into the codec sub-packageRafael H. Schloming2007-08-231-2/+6
* added Constant interface generation Arnaud Simon2007-08-211-0/+16
* updated the amqp.0-10-preview.xml to reflect the latest votes, and added supp...Rafael H. Schloming2007-08-091-6/+36
* implemented Session.sync()Rafael H. Schloming2007-08-081-1/+1
* - made generated classes mutableRafael H. Schloming2007-08-071-73/+81
* Added NO_OPTION as a convenient way for using ? : Arnaud Simon2007-08-051-0/+1
* added struct codegen and fixed naming bug in generated gettersRafael H. Schloming2007-08-041-25/+71
* added amqp.0-10-preview.xml and switched the qpidity codegen over to use itRafael H. Schloming2007-08-031-1/+2
* added wiring to Rafi's comm stackRajith Muditha Attapattu2007-08-011-0/+1
* switched common generate script over to jythonRafael H. Schloming2007-08-011-5/+1
* generate blank header interfacesRafael H. Schloming2007-07-301-0/+5
* modified the generate script to add throws QpidException to the methods in In...Rajith Muditha Attapattu2007-07-271-1/+1
* exclude ticket arguments and extraneous classesRafael H. Schloming2007-07-261-2/+10
* fixed Encoder/Decoder to do the property type conversion for unsigned typesRafael H. Schloming2007-07-251-5/+4
* added support for precomputing sizesRafael H. Schloming2007-07-251-1/+1
* removed usage of print >>Rafael H. Schloming2007-07-251-10/+10
* minor bug fixesRafael H. Schloming2007-07-251-4/+4
* Switched over to using enums instead of booleans for fields of type bit.Rafael H. Schloming2007-07-241-9/+63
* Initial submit of 0-10 communication layer.Rafael H. Schloming2007-07-241-0/+226