summaryrefslogtreecommitdiff
path: root/gentools
Commit message (Expand)AuthorAgeFilesLines
* added licenseMartin Ritchie2007-07-181-0/+21
* Converted templates to generate classes using slf4j rather than log4j inline ...Gordon Sim2007-06-142-4/+6
* Stopped throwing away exception causes.Robert Greig2007-04-091-2/+2
* Purged logging from exception constructors.Robert Greig2007-04-091-1/+1
* QPID-391 : Broker Refactoring - initial tidy... add some mechanisms for multi...Robert Godfrey2007-02-252-30/+124
* QPID-325 : Persist durable exchange information in the storeRobert Godfrey2007-02-201-0/+23
* Missed the commit on these for QPID-162 supplied by Kevin SmithMartin Ritchie2007-02-143-4/+1
* Small codegen code tidy-upKim van der Riet2007-01-301-1/+1
* Fixed codegen bug in which fields added by second XML file duplicate ordinal ...Kim van der Riet2007-01-303-5/+4
* QPID-320 : Patch supplied by Rob Godfrey - Improve performance by remembering...Robert Greig2007-01-292-19/+94
* Added .NET generator class to the code generator, and added mechanism to invo...Kim van der Riet2007-01-163-8/+366
* Fixed QPID-296 Header guards may not be compliant with C++ standardKim van der Riet2007-01-167-16/+16
* QPID-268 : (Patch supplied by Rob Godfrey) Improvements to performance of gen...Robert Greig2007-01-093-69/+193
* code gen part of last change. requires bootstrapCarl C. Trieloff2007-01-093-4/+3
* QPID-255 : Patch Supplied by Rob Godfrey - Change to use bespoke AMQShortStri...Robert Greig2007-01-081-2/+2
* Fixed: [QPID-253] Existing classpath breaks codegen; [QPID-254] Build failure...Kim van der Riet2007-01-081-11/+21
* Fixed C++ client sending protocol version 0-0 over the wire. Minor fixes and ...Kim van der Riet2007-01-043-6/+17
* Added ability for code generator to omit elements from the XML specificationKim van der Riet2007-01-0317-57/+245
* Removed check run check from ant build file.Kim van der Riet2007-01-021-1/+0
* Added ant build file for the generator with compile (default) and clean targets.Kim van der Riet2007-01-021-0/+35
* Additional changes to support new Java AMQP version code, some C++ tidy-up as...Kim van der Riet2006-12-226-70/+105
* Multi version support part 2.Carl C. Trieloff2006-12-208-16/+27
* [For Andrew Stitcher] Made the generator generate non-virtual inheritance; it...Kim van der Riet2006-12-193-3/+3
* Code tidy-up in code generatorKim van der Riet2006-12-1913-321/+180
* Added additional files AMQP_HighestVersion.h/.cpp to identify the highest ava...Kim van der Riet2006-12-183-1/+37
* Replacement for ProtocolVersionListClass in current xslt generatorKim van der Riet2006-12-151-0/+38
* Fixed lack of refs in some generated C++ files; code comments and other minor...Kim van der Riet2006-12-153-67/+65
* Added generation for (yet to be written) Content class which will be a part o...Kim van der Riet2006-12-112-0/+10
* Added check for non-existent domains - throws Exception instead of NPE.Kim van der Riet2006-12-042-6/+17
* check for unknown typesRafael H. Schloming2006-12-011-1/+5
* Revised generation of includes inline with latst build changes.Gordon Sim2006-12-0110-25/+25
* Changes to allow gentools to be used from a makefileKim van der Riet2006-11-222-110/+197
* Directory reorganizationKim van der Riet2006-11-2131-6255/+0
* Directory reorganizationKim van der Riet2006-11-2131-0/+6255
* Updates and bugfixesKim van der Riet2006-11-2123-601/+778
* Fixes to the generated C++ code and templatesKim van der Riet2006-11-147-176/+180
* update Apache licenses to the current versionStephen Vinoski2006-11-1051-663/+816
* Added Apache license to top of files where missingKim van der Riet2006-11-1010-0/+169
* Latest version of gentools. Java AmqpConstants class added which allows in ch...Kim van der Riet2006-11-1022-116/+1257
* Gentools C++ generator generation for AMQP_ClientOperations.h and AMQP_Server...Kim van der Riet2006-11-029-173/+176
* Updated code generator to produce ServerOperations class. Other minor fixes i...Kim van der Riet2006-11-018-33/+284
* First draft of C++ generator creating MethodBody classes divided into C++ nam...Kim van der Riet2006-10-3013-462/+774
* Some code tidy-up and debugging; first C++ templates and implementation of mo...Kim van der Riet2006-10-2520-202/+1337
* Some code tidy-upKim van der Riet2006-10-235-11/+10
* corrected URLCarl C. Trieloff2006-10-201-1/+1
* Initial checkin of code generator (Java only at this stage) which allows for ...Kim van der Riet2006-10-1832-0/+16565