summaryrefslogtreecommitdiff
path: root/cpp/rubygen
Commit message (Expand)AuthorAgeFilesLines
* workaround for bug in REXML xpath implRafael H. Schloming2008-10-061-1/+8
* Simplified cluster updates.Alan Conway2008-09-161-1/+2
* Generate c++ enum types for AMQP enums in framing/enum.h.Alan Conway2008-09-091-19/+28
* Add ASL to everywhere, to everything.Aidan Skinner2008-08-2818-1/+322
* Allow default values for packed structs to be overridden (currently used for ...Gordon Sim2008-07-041-1/+1
* Only override default value for accept-mode field in message.transfer (not me...Gordon Sim2008-07-041-2/+2
* rubygen: Change default for client API accept-mode parameters to 1.Alan Conway2008-07-032-2/+9
* Added exceptions to sys::Waitable.Alan Conway2008-06-061-4/+4
* Generate code in $builddir to allow multiple VPATH builds.Alan Conway2008-05-271-10/+1
* Changes to Session API:Alan Conway2008-05-261-63/+109
* qpid::SessionState: Added error checking for invalid frame sequences.Alan Conway2008-05-231-0/+1
* Support for 0-10 sessions, not yet integrated. Misc minor fixes.Alan Conway2008-05-094-10/+38
* Cleanup: Re-enable tests that now pass; delete unused templates directory.Gordon Sim2008-05-0111-1362/+0
* QPID-918 patch from SenakaCarl C. Trieloff2008-04-282-2/+18
* Generate c++ code from final 0-10 specGordon Sim2008-04-2414-106/+1518
* QPID-920: converted c++ client to use final 0-10 protocolGordon Sim2008-04-204-11/+39
* Separate new codec from liqqpidcommon to improve link times.Alan Conway2008-04-161-6/+13
* Fix encoding for sized structs.Alan Conway2008-04-161-5/+17
* Correct Struct32 encoding: size/code/data.Alan Conway2008-04-151-3/+3
* Cleanup of size calculations and handling UnknownStructAlan Conway2008-04-151-14/+10
* Struct32 encodingAlan Conway2008-04-151-46/+75
* 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