summaryrefslogtreecommitdiff
path: root/cpp/rubygen/templates
Commit message (Expand)AuthorAgeFilesLines
* Added framing::BodyHolder:Alan Conway2007-11-221-20/+34
* Fix for QPID-639: c++ now includes sizes for all structs (enabled the same in...Gordon Sim2007-11-071-7/+54
* Fix to QPID-640. The fields actually set/encoded are now tracked explicitly.Gordon Sim2007-11-071-43/+105
* Generate doxygen comments for Session_0_10 using AMQP <doc> elements.Alan Conway2007-10-301-10/+68
* Client API: fix keyword parameter ambiguities for beta client API.Alan Conway2007-10-301-181/+152
* Rename client::Session as client::Session_0_10Alan Conway2007-10-291-3/+3
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-14/+54
* * Summary: generalized Invoker visitor to all *Operations andAlan Conway2007-10-164-115/+108
* Enabled packed struct encoding in python, cpp, and java. Also fixed computati...Rafael H. Schloming2007-10-141-22/+27
* Fixed compile error.Alan Conway2007-09-281-1/+2
* Missed commit for last checkin.Alan Conway2007-09-281-2/+1
* * src/tests/ClientSessionTest.cpp: Suspend/resume tests.Alan Conway2007-09-281-25/+20
* Some revisions to rubygen for packed structs and execution header (changes no...Gordon Sim2007-09-271-27/+135
* Start execution mark from -1 (0xFFFFFFFF)Gordon Sim2007-09-261-0/+1
* * rubygen/templates/Proxy.rb, src/qpid/framing/Proxy.cpp, Proxy.h:Alan Conway2007-09-181-15/+10
* In ClientChannel: Use subscribe and flush in place of get; use per-subscriber...Gordon Sim2007-09-121-1/+1
* Moved old ClientChannel class from using basic to using message for publish &...Gordon Sim2007-09-111-0/+3
* Support for keyword args in session interfaceGordon Sim2007-09-101-9/+71
* Implementation of execution.result on the client side Gordon Sim2007-09-062-37/+39
* * Summary:Alan Conway2007-08-311-3/+3
* Fix compile errors in generated code.Alan Conway2007-08-302-4/+5
* * rubygen/cppgen.rb: Use class Uuid for AMQP uuids.Alan Conway2007-08-291-2/+1
* Generate constants and reply exceptions from spec constants.Alan Conway2007-08-282-3/+42
* Updated message.transfer encoding to use header and content segments (includi...Gordon Sim2007-08-284-15/+27
* * src/qpid/framing/FrameDefaultVisitor.h:Alan Conway2007-08-271-0/+34
* * rubygen/cppgen.rb: Use uint rather than u_int form for consistency.Alan Conway2007-08-271-1/+1
* * rubygen/amqpgen.rb: Performance and API improvements.Alan Conway2007-08-279-81/+66
* Reapply rev 568249 with the changes made to the generator this time, rather t...Gordon Sim2007-08-222-41/+2
* Undo revision 568249, causing tests to hang.Alan Conway2007-08-211-0/+39
* Invocation now uses the visitor mechanismGordon Sim2007-08-211-39/+0
* Refresh of transitional xml to more closely reflect latest specificationGordon Sim2007-08-214-3/+561
* * Fixes for code generation.Alan Conway2007-08-172-101/+0
* 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-165-12/+79
* 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-141-99/+43
* Fix unused argument warning.Alan Conway2007-08-101-1/+1
* * src/qpid/framing/MethodHolder.h, .cpp:Alan Conway2007-08-091-0/+67
* Avoid clash with built-in ruby function Object.methods():nAlan Conway2007-08-095-23/+23
* Moved Proxy generation to rubygen.Alan Conway2007-08-091-0/+141
* * Summary: new Frame type to replace AMQFrame. Instead of holdingAlan Conway2007-08-071-0/+72
* Added first cut of generated client interface.Gordon Sim2007-08-051-0/+136
* Generate boost::variants for each class. Not yet used on trunk.Alan Conway2007-08-021-0/+29
* * src/generate.sh: Moved requirements test to configure.acAlan Conway2007-08-011-0/+31