summaryrefslogtreecommitdiff
path: root/cpp/rubygen
Commit message (Expand)AuthorAgeFilesLines
* * 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