summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/framing/FieldValue.h
Commit message (Expand)AuthorAgeFilesLines
* Changes to build DLLs instead of static libs on Windows; primarily added deco...Stephen D. Huston2009-03-121-13/+14
* Fix encoding 0-length values; resolves QPID-1449Stephen D. Huston2008-12-231-2/+4
* fixed encoding of 64 bit types and added additional tests for 64 bit integersRafael H. Schloming2008-11-111-1/+1
* constants.rb: generate type code constants for AMQP types. Useful with Array.Alan Conway2008-11-041-6/+4
* removed qualifiers from return values (cause problems on newer compilers)Gordon Sim2008-10-241-5/+1
* Fix for bug in encoding/decoding of floats and doubles.Gordon Sim2008-10-241-1/+1
* QPID-1351Carl C. Trieloff2008-10-131-0/+16
* Rename size() to encodedSize() for encoded types to allow std collection inte...Alan Conway2008-10-071-6/+6
* Support floats and doubles in field tables.Gordon Sim2008-09-191-1/+19
* Return success indicator for getTable/getArray, cleanup implementation a little.Gordon Sim2008-09-191-8/+14
* Added support for nested field tables & arrays within a field table.Gordon Sim2008-09-191-1/+44
* Edits to doxygen comments for user documentation.Alan Conway2008-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/+6
* Updated xml fragment to reflect correct types for connection.start.mechanisms...Gordon Sim2008-03-311-0/+6
* Add support for array type to c++ (and python, decode only for now)Gordon Sim2007-11-061-0/+2
* More tidying up of field table APIAndrew Stitcher2007-10-231-4/+25
* git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@586520...Andrew Stitcher2007-10-191-3/+5
* More rearranging of template specialisation to avoid gccisms and conform corr...Andrew Stitcher2007-10-181-0/+12
* Recast int to FixedWidthValue conversions to avoid tamplate specialisation an...Andrew Stitcher2007-10-181-19/+18
* Include declarations of the specialisations we define to make sure they are p...Andrew Stitcher2007-10-161-0/+16
* Implementation of 0-10 field tablesAndrew Stitcher2007-10-161-0/+177