| Commit message (Expand) | Author | Age | Files | Lines |
* | Encoding/decoding for new types: amqp_0_10::Map, amqp_0_10:UnknownType | Alan Conway | 2008-04-02 | 1 | -3/+8 |
* | Completed holders, visitors and serialization for 0-10 commands and controls. | Alan Conway | 2008-03-04 | 1 | -1/+1 |
* | A further step to final 0-10 spec. | Gordon Sim | 2008-03-03 | 1 | -0/+9 |
* | Template visitors for amqp_0_10::Command, Control and Struct. | Alan Conway | 2008-02-29 | 1 | -7/+15 |
* | amqp_0_10::ProxyTemplate - tested & functional. | Alan Conway | 2008-02-28 | 1 | -33/+60 |
* | Generating domains, structs, commands and controls for 0-10 final spec. | Alan Conway | 2008-02-27 | 1 | -12/+18 |
* | Generate code for both 0-99 preview and 0-10 final specs . | Alan Conway | 2008-02-27 | 1 | -11/+62 |
* | Fixed rubygen to skip unchanged generated files, prevents needless | Alan Conway | 2008-02-22 | 1 | -2/+23 |
* | Add support for array type to c++ (and python, decode only for now) | Gordon Sim | 2007-11-06 | 1 | -0/+1 |
* | Generate doxygen comments for Session_0_10 using AMQP <doc> elements. | Alan Conway | 2007-10-30 | 1 | -0/+6 |
* | Client API: fix keyword parameter ambiguities for beta client API. | Alan Conway | 2007-10-30 | 1 | -2/+11 |
* | * Summary: generalized Invoker visitor to all *Operations and | Alan Conway | 2007-10-16 | 1 | -1/+0 |
* | Implementation of 0-10 field tables | Andrew Stitcher | 2007-10-16 | 1 | -2/+2 |
* | Some revisions to rubygen for packed structs and execution header (changes no... | Gordon Sim | 2007-09-27 | 1 | -0/+5 |
* | Support for keyword args in session interface | Gordon Sim | 2007-09-10 | 1 | -6/+11 |
* | * rubygen/cppgen.rb: Use class Uuid for AMQP uuids. | Alan Conway | 2007-08-29 | 1 | -3/+1 |
* | * src/qpid/framing/FrameDefaultVisitor.h: | Alan Conway | 2007-08-27 | 1 | -0/+6 |
* | * rubygen/cppgen.rb: Use uint rather than u_int form for consistency. | Alan Conway | 2007-08-27 | 1 | -7/+8 |
* | * rubygen/amqpgen.rb: Performance and API improvements. | Alan Conway | 2007-08-27 | 1 | -78/+88 |
* | Refresh of transitional xml to more closely reflect latest specification | Gordon Sim | 2007-08-21 | 1 | -1/+30 |
* | AMQBodies are no longer allocated on the heap and passed with shared_ptr. | Alan Conway | 2007-08-16 | 1 | -2/+7 |
* | Removed unused types: RequestId, ResponseId, MethodContext. | Alan Conway | 2007-08-14 | 1 | -1/+4 |
* | * src/qpid/framing/MethodHolder.h, .cpp: | Alan Conway | 2007-08-09 | 1 | -3/+5 |
* | Avoid clash with built-in ruby function Object.methods():n | Alan Conway | 2007-08-09 | 1 | -1/+1 |
* | Moved Proxy generation to rubygen. | Alan Conway | 2007-08-09 | 1 | -3/+3 |
* | * Summary: new Frame type to replace AMQFrame. Instead of holding | Alan Conway | 2007-08-07 | 1 | -5/+10 |
* | Added first cut of generated client interface. | Gordon Sim | 2007-08-05 | 1 | -1/+1 |
* | * amqpgen.rb: fix sytax error. | Alan Conway | 2007-08-05 | 1 | -11/+29 |
* | Generate boost::variants for each class. Not yet used on trunk. | Alan Conway | 2007-08-02 | 1 | -5/+6 |
* | * src/generate.sh: Moved requirements test to configure.ac | Alan Conway | 2007-08-01 | 1 | -0/+25 |
* | Ruby code generator for C++. | Alan Conway | 2007-07-31 | 1 | -0/+126 |