summaryrefslogtreecommitdiff
path: root/qpid/cpp/rubygen
Commit message (Expand)AuthorAgeFilesLines
* Merge from trunkAidan Skinner2009-10-111-1/+2
* Separate generated public header files from non-public headers, generated cod...Alan Conway2009-07-278-42/+54
* Add directory to #includeAlan Conway2009-07-147-11/+10
* Remove duplicate entries in generated makefile fragment src/rubygen.mk.Alan Conway2009-06-301-2/+3
* Code generator changes missed on last commit.Alan Conway2009-05-011-2/+3
* Merge in initial changes to allow building with CMake; rubygen and management...Stephen D. Huston2009-04-231-16/+50
* Apply PIMPL pattern to client::Completion and client::Future.Alan Conway2009-04-231-1/+2
* File missed in previous commit.Alan Conway2009-04-211-4/+6
* Changes missed in previous commit r765285.Alan Conway2009-04-161-0/+1
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-126-22/+30
* Removed BodyHolder: minor performance improvement, opens the way for more eff...Alan Conway2009-01-223-118/+59
* QPID-1567: added 'exactly-once' guarantee to asynchronous replication of queu...Gordon Sim2009-01-201-2/+2
* Added the ASF license header to the following filesRajith Muditha Attapattu2008-12-161-0/+19
* Add Message callbacks for async completion.Alan Conway2008-11-061-6/+19
* Restrict connection close codes to the set defined in the specGordon Sim2008-11-061-3/+5
* QPID-1294 (Johnathan Robie) Improved doxygen generation. Files missed in prev...Alan Conway2008-11-051-0/+130
* QPID-1294 (Johnathan Robie) Improved doxygen generation.Alan Conway2008-11-051-0/+2
* Add missing IntegerTypes.h include; fixes QPID-1436Stephen D. Huston2008-11-051-0/+1
* Cluster: replicate transaction state to newcomers.Alan Conway2008-11-051-1/+1
* constants.rb: generate type code constants for AMQP types. Useful with Array.Alan Conway2008-11-043-10/+74
* SessionImpl using ExceptionHolder to generate correctly typed exceptions..Alan Conway2008-10-081-2/+2
* rubygen/framing.0-10/constants.rb: create functions for all 3 exception subcl...Alan Conway2008-10-081-27/+31
* Rename size() to encodedSize() for encoded types to allow std collection inte...Alan Conway2008-10-071-10/+12
* 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