summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing/FieldValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-4/+10
* QPID-2452: Fixed control over the encoding used when sending a string valued ...Gordon Sim2010-03-181-0/+15
* Removed unecessary include of Msg.h in Exception.hAndrew Stitcher2010-02-251-0/+1
* QPID-2323: add a Uuid type and allow it as the value of a Variant.Gordon Sim2010-01-151-0/+3
* Added handling of MAP values for the wrapped QMF interfaces.Ted Ross2010-01-051-1/+1
* Fixed distcheck target, broken by my last commit.Gordon Sim2009-08-201-0/+5
* Add List class to handle encoding of AMQP 0-10 list type.Gordon Sim2009-08-201-0/+30
* Add directory to #includeAlan Conway2009-07-141-4/+4
* constants.rb: generate type code constants for AMQP types. Useful with Array.Alan Conway2008-11-041-3/+12
* Fix for bug in encoding/decoding of floats and doubles.Gordon Sim2008-10-241-2/+3
* QPID-1351Carl C. Trieloff2008-10-131-3/+11
* Support floats and doubles in field tables.Gordon Sim2008-09-191-0/+8
* Added support for nested field tables & arrays within a field table.Gordon Sim2008-09-191-48/+58
* Generate c++ code from final 0-10 specGordon Sim2008-04-241-1/+1
* Use the errata file for final 0-10 that has a type code for xids without whic...Gordon Sim2008-04-141-0/+8
* Updated xml fragment to reflect correct types for connection.start.mechanisms...Gordon Sim2008-03-311-0/+13
* Add support for array type to c++ (and python, decode only for now)Gordon Sim2007-11-061-2/+7
* Session resume support in client & broker: Client can resume a sessionAlan Conway2007-10-261-5/+2
* More rearranging of template specialisation to avoid gccisms and conform corr...Andrew Stitcher2007-10-181-24/+0
* Recast int to FixedWidthValue conversions to avoid tamplate specialisation an...Andrew Stitcher2007-10-181-111/+0
* Implementation of 0-10 field tablesAndrew Stitcher2007-10-161-0/+256