summaryrefslogtreecommitdiff
path: root/cpp/rubygen/amqpgen.rb
Commit message (Expand)AuthorAgeFilesLines
* Separate generated public header files from non-public headers, generated cod...Alan Conway2009-07-271-14/+17
* Remove duplicate entries in generated makefile fragment src/rubygen.mk.Alan Conway2009-06-301-2/+3
* constants.rb: generate type code constants for AMQP types. Useful with Array.Alan Conway2008-11-041-9/+16
* workaround for bug in REXML xpath implRafael H. Schloming2008-10-061-1/+8
* Add ASL to everywhere, to everything.Aidan Skinner2008-08-281-1/+16
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-32/+47
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-201-1/+1
* amqp_0_10: Encoding for packed structs.Alan Conway2008-04-101-0/+1
* A further step to final 0-10 spec.Gordon Sim2008-03-031-0/+4
* Template visitors for amqp_0_10::Command, Control and Struct.Alan Conway2008-02-291-2/+7
* amqp_0_10::ProxyTemplate - tested & functional.Alan Conway2008-02-281-8/+3
* Fixed merging of multiple XML files for the same version.Alan Conway2008-02-281-3/+9
* Generating domains, structs, commands and controls for 0-10 final spec.Alan Conway2008-02-271-8/+40
* Generate code for both 0-99 preview and 0-10 final specs .Alan Conway2008-02-271-24/+48
* Fixed rubygen to skip unchanged generated files, prevents needlessAlan Conway2008-02-221-13/+24
* Extended amqpgen.rb to cover 0-10 final model.Alan Conway2008-02-221-16/+113
* Generate doxygen comments for Session_0_10 using AMQP <doc> elements.Alan Conway2007-10-301-2/+7
* Enabled packed struct encoding in python, cpp, and java. Also fixed computati...Rafael H. Schloming2007-10-141-5/+20
* Some revisions to rubygen for packed structs and execution header (changes no...Gordon Sim2007-09-271-1/+5
* Generate constants and reply exceptions from spec constants.Alan Conway2007-08-281-2/+8
* * rubygen/cppgen.rb: Use uint rather than u_int form for consistency.Alan Conway2007-08-271-6/+0
* * rubygen/amqpgen.rb: Performance and API improvements.Alan Conway2007-08-271-151/+145
* 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