summaryrefslogtreecommitdiff
path: root/cpp/rubygen/cppgen.rb
Commit message (Expand)AuthorAgeFilesLines
* Add support for array type to c++ (and python, decode only for now)Gordon Sim2007-11-061-0/+1
* Generate doxygen comments for Session_0_10 using AMQP <doc> elements.Alan Conway2007-10-301-0/+6
* Client API: fix keyword parameter ambiguities for beta client API.Alan Conway2007-10-301-2/+11
* * Summary: generalized Invoker visitor to all *Operations andAlan Conway2007-10-161-1/+0
* Implementation of 0-10 field tablesAndrew Stitcher2007-10-161-2/+2
* Some revisions to rubygen for packed structs and execution header (changes no...Gordon Sim2007-09-271-0/+5
* 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