summaryrefslogtreecommitdiff
path: root/cpp/src/tests/Variant.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update from trunk r1375509 through r1450773asyncstoreKim van der Riet2013-02-281-0/+10
* QPID-3206: fix broken test from previous commitGordon Sim2011-04-141-2/+2
* QPID-3206: added special cases to catch negative numeric string conversions t...Gordon Sim2011-04-141-0/+58
* QPID-2916: throw an exception when a data value cannot be encoded correctly a...Kenneth Anthony Giusti2010-10-281-0/+26
* Fix some compilation errorsGordon Sim2010-08-121-18/+18
* Completed the set of permutations of type-conversion for all signed and unsig...Ted Ross2010-08-121-2/+495
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-291-2/+2
* QPID-2452: Fixed control over the encoding used when sending a string valued ...Gordon Sim2010-03-181-0/+15
* QPID-2323: add a Uuid type and allow it as the value of a Variant.Gordon Sim2010-01-151-1/+6
* QPID-2289: Fixed copy constructor in qpid::messaging::Message, added in equal...Gordon Sim2009-12-171-0/+16
* Tidied up namespace usageAndrew Stitcher2009-09-091-8/+13
* Remove some warnings picked up by MSVC compilerAndrew Stitcher2009-09-011-2/+2
* Changes to make messaging API build on Windows: Prepend VAR_ to Variant types...Stephen D. Huston2009-08-311-10/+10
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-251-0/+157