summaryrefslogtreecommitdiff
path: root/qpid/cpp/rubygen/framing.0-10
Commit message (Expand)AuthorAgeFilesLines
* QPID-3186 - Import Export generalization to support a larger set of compilers...Ted Ross2011-05-175-7/+7
* Added some missing licenses; added FedOps.h to distribution listGordon Sim2010-10-271-0/+0
* Removed unecessary include of Msg.h in Exception.hAndrew Stitcher2010-02-252-0/+3
* Removed AMQP method body classes from public API.Alan Conway2009-10-051-1/+2
* Separate generated public header files from non-public headers, generated cod...Alan Conway2009-07-276-17/+25
* Add directory to #includeAlan Conway2009-07-145-8/+7
* Code generator changes missed on last commit.Alan Conway2009-05-011-2/+3
* 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
* 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-041-0/+57
* 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
* 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-2811-0/+198
* Allow default values for packed structs to be overridden (currently used for ...Gordon Sim2008-07-041-1/+1
* rubygen: Change default for client API accept-mode parameters to 1.Alan Conway2008-07-031-2/+2
* Added exceptions to sys::Waitable.Alan Conway2008-06-061-4/+4
* 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
* QPID-918 patch from SenakaCarl C. Trieloff2008-04-281-1/+9
* Generate c++ code from final 0-10 specGordon Sim2008-04-2411-0/+1367