summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing/FieldValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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