summaryrefslogtreecommitdiff
path: root/qpid/cpp/rubygen
Commit message (Expand)AuthorAgeFilesLines
...
* amqp_0_10: Encoding for packed structs.Alan Conway2008-04-103-20/+27
* Invocation handlers, see src/tests/amqp_0_10/handlers.cpp for example.Alan Conway2008-04-103-4/+51
* Touched existing template so new template allSegmentTypes.rb will be noticed.Alan Conway2008-04-081-1/+0
* Summary: added 0-10 Array encoding and decoding.Alan Conway2008-04-083-10/+59
* src/qpid/amqp_0_10/Body.h, Header.h: placeholders.Alan Conway2008-04-071-0/+1
* rubygen/0-10/specification.rbAlan Conway2008-04-071-4/+13
* src/qpid/amqp_0_10/Exception.hAlan Conway2008-04-041-8/+28
* rubygen/0-10/exceptions.rb:Alan Conway2008-04-032-12/+73
* src/qpid/amqp_0_10/Map.h,.cpp: use preview encoding temporarily.Alan Conway2008-04-031-2/+2
* Encoding/decoding for new types: amqp_0_10::Map, amqp_0_10:UnknownTypeAlan Conway2008-04-023-3/+94
* Update to dtx inline with latest spec:Gordon Sim2008-03-261-0/+1
* rubygen/0-10/specification.rb:Alan Conway2008-03-111-9/+21
* Fixes to c++ broker:Gordon Sim2008-03-061-1/+1
* 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