summaryrefslogtreecommitdiff
path: root/cpp/rubygen/amqpgen.rb
Commit message (Expand)AuthorAgeFilesLines
* Create directory for generated filesGordon Sim2007-08-211-1/+1
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-211-3/+62
* * Fixes for code generation.Alan Conway2007-08-171-1/+8
* AMQBodies are no longer allocated on the heap and passed with shared_ptr.Alan Conway2007-08-161-6/+3
* Removed unused types: RequestId, ResponseId, MethodContext.Alan Conway2007-08-141-0/+9
* * 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-091-11/+11
* Moved Proxy generation to rubygen.Alan Conway2007-08-091-2/+4
* * Summary: new Frame type to replace AMQFrame. Instead of holdingAlan Conway2007-08-071-1/+1
* Added first cut of generated client interface.Gordon Sim2007-08-051-2/+6
* * amqpgen.rb: fix sytax error.Alan Conway2007-08-051-7/+3
* Added index() to classes & methods.Alan Conway2007-08-031-3/+9
* * src/generate.sh: Moved requirements test to configure.acAlan Conway2007-08-011-4/+11
* Ruby code generator for C++.Alan Conway2007-07-311-0/+208