summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/Variant.cpp
Commit message (Expand)AuthorAgeFilesLines
* QPID-7207: remove cpp and python subdirs from svn trunk, they have migrated t...Robert Gemmell2016-07-051-834/+0
* QPID-6427: Fixed unit test build problem on RHEL 5.aconway2015-03-051-3/+7
* QPID-4710: [AMQP 1.0] Support for transactions in qpid::messaging C++ client.Alan Conway2015-02-271-3/+21
* QPID-4822: Allow Variant::parse() to produce VAR_UINT64 types.Andrew Stitcher2013-05-081-0/+27
* NO-JIRA: Expand Variant tests to test previous Variant conversion checkinAndrew Stitcher2013-01-101-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