summaryrefslogtreecommitdiff
path: root/cpp/rubygen/cppgen.rb
Commit message (Expand)AuthorAgeFilesLines
* Support for keyword args in session interfaceGordon Sim2007-09-101-6/+11
* * rubygen/cppgen.rb: Use class Uuid for AMQP uuids.Alan Conway2007-08-291-3/+1
* * src/qpid/framing/FrameDefaultVisitor.h:Alan Conway2007-08-271-0/+6
* * rubygen/cppgen.rb: Use uint rather than u_int form for consistency.Alan Conway2007-08-271-7/+8
* * rubygen/amqpgen.rb: Performance and API improvements.Alan Conway2007-08-271-78/+88
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-211-1/+30
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-2/+7
* Removed unused types: RequestId, ResponseId, MethodContext.Alan Conway2007-08-141-1/+4
* * src/qpid/framing/MethodHolder.h, .cpp:Alan Conway2007-08-091-3/+5
* Avoid clash with built-in ruby function Object.methods():nAlan Conway2007-08-091-1/+1
* Moved Proxy generation to rubygen.Alan Conway2007-08-091-3/+3
* * Summary: new Frame type to replace AMQFrame. Instead of holdingAlan Conway2007-08-071-5/+10
* Added first cut of generated client interface.Gordon Sim2007-08-051-1/+1
* * amqpgen.rb: fix sytax error.Alan Conway2007-08-051-11/+29
* Generate boost::variants for each class. Not yet used on trunk.Alan Conway2007-08-021-5/+6
* * src/generate.sh: Moved requirements test to configure.acAlan Conway2007-08-011-0/+25
* Ruby code generator for C++.Alan Conway2007-07-311-0/+126