summaryrefslogtreecommitdiff
path: root/qpid/cpp/rubygen
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed calculation of size for frames with str16 fields.Gordon Sim2008-03-051-0/+1
* Further updates to support final 0-10 specGordon Sim2008-03-042-7/+8
* Completed holders, visitors and serialization for 0-10 commands and controls.Alan Conway2008-03-042-48/+103
* A further step to final 0-10 spec.Gordon Sim2008-03-035-4/+68
* Template visitors for amqp_0_10::Command, Control and Struct.Alan Conway2008-02-293-23/+84
* amqp_0_10::ProxyTemplate - tested & functional.Alan Conway2008-02-284-70/+86
* Fixed merging of multiple XML files for the same version.Alan Conway2008-02-283-16/+17
* Added missing generated files to distribution.Alan Conway2008-02-281-1/+1
* Generating domains, structs, commands and controls for 0-10 final spec.Alan Conway2008-02-275-196/+236
* Generate code for both 0-99 preview and 0-10 final specs .Alan Conway2008-02-2717-122/+333
* Fixed rubygen to skip unchanged generated files, prevents needlessAlan Conway2008-02-224-16/+112
* Extended amqpgen.rb to cover 0-10 final model.Alan Conway2008-02-221-16/+113
* Start moving towards final 0-10 spec:Gordon Sim2008-02-211-2/+2
* Some minor changes to doc; primarily aimed at making the list of classesGordon Sim2008-01-231-0/+1
* Summary:Alan Conway2007-12-071-53/+6
* examples/Makefile.am:Alan Conway2007-12-041-2/+2
* 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
* 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-303-12/+81
* Client API: fix keyword parameter ambiguities for beta client API.Alan Conway2007-10-302-183/+163
* 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-165-116/+108
* Implementation of 0-10 field tablesAndrew Stitcher2007-10-161-2/+2
* Enabled packed struct encoding in python, cpp, and java. Also fixed computati...Rafael H. Schloming2007-10-142-27/+47
* 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-273-28/+145
* Start execution mark from -1 (0xFFFFFFFF)Gordon Sim2007-09-261-0/+1
* Split broker::Session into:Alan Conway2007-09-211-2/+2
* * cpp/bootstrap, cpp/rubygen/generate, cpp/src/Makefile.am:Alan Conway2007-09-201-8/+18
* * 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-102-15/+82
* 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-292-5/+2
* Generate constants and reply exceptions from spec constants.Alan Conway2007-08-283-5/+50
* 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-272-0/+40
* * 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-273-14/+9
* * rubygen/amqpgen.rb: Performance and API improvements.Alan Conway2007-08-2712-312/+301
* 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