| Commit message (Expand) | Author | Age | Files | Lines |
* | Separate generated public header files from non-public headers, generated cod... | Alan Conway | 2009-07-27 | 1 | -14/+17 |
* | Remove duplicate entries in generated makefile fragment src/rubygen.mk. | Alan Conway | 2009-06-30 | 1 | -2/+3 |
* | constants.rb: generate type code constants for AMQP types. Useful with Array. | Alan Conway | 2008-11-04 | 1 | -9/+16 |
* | workaround for bug in REXML xpath impl | Rafael H. Schloming | 2008-10-06 | 1 | -1/+8 |
* | Add ASL to everywhere, to everything. | Aidan Skinner | 2008-08-28 | 1 | -1/+16 |
* | Generate c++ code from final 0-10 spec | Gordon Sim | 2008-04-24 | 1 | -32/+47 |
* | QPID-920: converted c++ client to use final 0-10 protocol | Gordon Sim | 2008-04-20 | 1 | -1/+1 |
* | amqp_0_10: Encoding for packed structs. | Alan Conway | 2008-04-10 | 1 | -0/+1 |
* | A further step to final 0-10 spec. | Gordon Sim | 2008-03-03 | 1 | -0/+4 |
* | Template visitors for amqp_0_10::Command, Control and Struct. | Alan Conway | 2008-02-29 | 1 | -2/+7 |
* | amqp_0_10::ProxyTemplate - tested & functional. | Alan Conway | 2008-02-28 | 1 | -8/+3 |
* | Fixed merging of multiple XML files for the same version. | Alan Conway | 2008-02-28 | 1 | -3/+9 |
* | Generating domains, structs, commands and controls for 0-10 final spec. | Alan Conway | 2008-02-27 | 1 | -8/+40 |
* | Generate code for both 0-99 preview and 0-10 final specs . | Alan Conway | 2008-02-27 | 1 | -24/+48 |
* | Fixed rubygen to skip unchanged generated files, prevents needless | Alan Conway | 2008-02-22 | 1 | -13/+24 |
* | Extended amqpgen.rb to cover 0-10 final model. | Alan Conway | 2008-02-22 | 1 | -16/+113 |
* | Generate doxygen comments for Session_0_10 using AMQP <doc> elements. | Alan Conway | 2007-10-30 | 1 | -2/+7 |
* | Enabled packed struct encoding in python, cpp, and java. Also fixed computati... | Rafael H. Schloming | 2007-10-14 | 1 | -5/+20 |
* | Some revisions to rubygen for packed structs and execution header (changes no... | Gordon Sim | 2007-09-27 | 1 | -1/+5 |
* | Generate constants and reply exceptions from spec constants. | Alan Conway | 2007-08-28 | 1 | -2/+8 |
* | * rubygen/cppgen.rb: Use uint rather than u_int form for consistency. | Alan Conway | 2007-08-27 | 1 | -6/+0 |
* | * rubygen/amqpgen.rb: Performance and API improvements. | Alan Conway | 2007-08-27 | 1 | -151/+145 |
* | Create directory for generated files | Gordon Sim | 2007-08-21 | 1 | -1/+1 |
* | Refresh of transitional xml to more closely reflect latest specification | Gordon Sim | 2007-08-21 | 1 | -3/+62 |
* | * Fixes for code generation. | Alan Conway | 2007-08-17 | 1 | -1/+8 |
* | AMQBodies are no longer allocated on the heap and passed with shared_ptr. | Alan Conway | 2007-08-16 | 1 | -6/+3 |
* | Removed unused types: RequestId, ResponseId, MethodContext. | Alan Conway | 2007-08-14 | 1 | -0/+9 |
* | * rubygen/amqpgen.rb: workaround XML namespace problem with ruby 1.8.6. | Alan Conway | 2007-08-09 | 1 | -4/+17 |
* | Avoid clash with built-in ruby function Object.methods():n | Alan Conway | 2007-08-09 | 1 | -11/+11 |
* | Moved Proxy generation to rubygen. | Alan Conway | 2007-08-09 | 1 | -2/+4 |
* | * Summary: new Frame type to replace AMQFrame. Instead of holding | Alan Conway | 2007-08-07 | 1 | -1/+1 |
* | Added first cut of generated client interface. | Gordon Sim | 2007-08-05 | 1 | -2/+6 |
* | * amqpgen.rb: fix sytax error. | Alan Conway | 2007-08-05 | 1 | -7/+3 |
* | Added index() to classes & methods. | Alan Conway | 2007-08-03 | 1 | -3/+9 |
* | * src/generate.sh: Moved requirements test to configure.ac | Alan Conway | 2007-08-01 | 1 | -4/+11 |
* | Ruby code generator for C++. | Alan Conway | 2007-07-31 | 1 | -0/+208 |