summaryrefslogtreecommitdiff
path: root/cpp/rubygen
Commit message (Expand)AuthorAgeFilesLines
...
* Moved old ClientChannel class from using basic to using message for publish &...Gordon Sim2007-09-111-0/+3
* Support for keyword args in session interfaceGordon Sim2007-09-102-15/+82
* Implementation of execution.result on the client side Gordon Sim2007-09-062-37/+39
* * Summary:Alan Conway2007-08-311-3/+3
* Fix compile errors in generated code.Alan Conway2007-08-302-4/+5
* * rubygen/cppgen.rb: Use class Uuid for AMQP uuids.Alan Conway2007-08-292-5/+2
* Generate constants and reply exceptions from spec constants.Alan Conway2007-08-283-5/+50
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-284-15/+27
* * src/qpid/framing/FrameDefaultVisitor.h:Alan Conway2007-08-272-0/+40
* * src/qpid/framing/FrameDefaultVisitor.h:Alan Conway2007-08-271-0/+34
* * rubygen/cppgen.rb: Use uint rather than u_int form for consistency.Alan Conway2007-08-273-14/+9
* * rubygen/amqpgen.rb: Performance and API improvements.Alan Conway2007-08-2712-312/+301
* Reapply rev 568249 with the changes made to the generator this time, rather t...Gordon Sim2007-08-222-41/+2
* Undo revision 568249, causing tests to hang.Alan Conway2007-08-211-0/+39
* Invocation now uses the visitor mechanismGordon Sim2007-08-211-39/+0
* Create directory for generated filesGordon Sim2007-08-211-1/+1
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-218-40/+593
* * Respect the GENERATE automake conditional in generated rubygen.mkAlan Conway2007-08-171-1/+3
* * Fixes for code generation.Alan Conway2007-08-174-106/+48
* rubygen/templates/Session.rb: apply fixes that were mistakenly made to the ge...Alan Conway2007-08-161-1/+1
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-167-20/+89
* Altered old client channel to use new generated session interface (primarily ...Gordon Sim2007-08-151-5/+17
* Removed unused types: RequestId, ResponseId, MethodContext.Alan Conway2007-08-143-100/+56
* Fix unused argument warning.Alan Conway2007-08-101-1/+1
* * src/qpid/framing/MethodHolder.h, .cpp:Alan Conway2007-08-092-3/+72
* * rubygen/amqpgen.rb: workaround XML namespace problem with ruby 1.8.6.Alan Conway2007-08-091-4/+17
* Avoid clash with built-in ruby function Object.methods():nAlan Conway2007-08-098-38/+38
* Moved Proxy generation to rubygen.Alan Conway2007-08-093-39/+29
* * Summary: new Frame type to replace AMQFrame. Instead of holdingAlan Conway2007-08-073-6/+83
* Added first cut of generated client interface.Gordon Sim2007-08-055-7/+147
* * amqpgen.rb: fix sytax error.Alan Conway2007-08-052-18/+32
* Added index() to classes & methods.Alan Conway2007-08-031-3/+9
* Generate boost::variants for each class. Not yet used on trunk.Alan Conway2007-08-025-10/+40
* * src/generate.sh: Moved requirements test to configure.acAlan Conway2007-08-015-12/+95
* Ruby code generator for C++.Alan Conway2007-07-316-0/+610