summaryrefslogtreecommitdiff
path: root/cpp/examples
Commit message (Expand)AuthorAgeFilesLines
...
* Added hello_xml.cpp example.Jonathan Robie2010-05-052-1/+69
* Allow empty subject for direct- and xml- exchangesGordon Sim2010-05-051-1/+0
* Some cleanup on examples:Gordon Sim2010-05-0515-2026/+424
* Changed address string to current format.Jonathan Robie2010-04-261-1/+1
* Strip out the Unicode BOM markAndrew Stitcher2010-04-221-1/+1
* Fixed license text in c++ Visual Studio examples solutions files.Andrew Stitcher2010-04-212-124/+23
* Applied Gordon's patch - much simpler now.Jonathan Robie2010-04-151-37/+23
* Remove reference to non-existent file.Gordon Sim2010-04-151-1/+0
* Naming change: variable queueName is now called address.Jonathan Robie2010-04-151-3/+3
* Added hello_world.cpp example for tutorial.Jonathan Robie2010-04-152-1/+54
* Removed drain and spout projects from examples as they need boostAndrew Stitcher2010-04-151-16/+0
* Install new old-examples visual studio solution fileAndrew Stitcher2010-04-151-0/+1
* Split example Visual Studio projects into old API and new API solutionsAndrew Stitcher2010-04-142-202/+245
* QPID-2506: enable map and list method arguments.Kenneth Anthony Giusti2010-04-142-6/+19
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-0910-10/+10
* QPID-664: changed open() to connect(), moved url parameter to constructor, ad...Gordon Sim2010-04-0810-20/+20
* QPID-664: added param to control synchronous send and acknowledgeGordon Sim2010-04-063-6/+3
* Merged the changes from the qmf-devel0.7a branch back to the trunk.Ted Ross2010-03-312-1/+22
* QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...Gordon Sim2010-03-3110-23/+21
* Rename Duration::INFINITE to Duration::FOREVER; resolves QPID-2475.Stephen D. Huston2010-03-301-1/+1
* QPID-664: renamed headers as properties (to match python); added priorityGordon Sim2010-03-292-4/+4
* QPID-2406: a more explicit solution for durations in the messaging apiGordon Sim2010-03-291-2/+2
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-296-3/+5
* Add missing BOOST_ALL_DYN_LINK macro settings; merged in from 0.6-release-win...Stephen D. Huston2010-03-241-4/+4
* QPID-664: Updates to address options to stay in-line with python client chang...Gordon Sim2010-03-241-6/+4
* Add messaging drain and spout examples.Stephen D. Huston2010-03-221-0/+12
* QPID-664: Prevent dangling pointers when receiver/sender handles stay in scop...Gordon Sim2010-03-1910-12/+20
* C++ automake build picks up version number from qpid/QPID_VERSION.txt.Alan Conway2010-03-171-11/+11
* QPID-2441: patch from Jan Sarenik that prevents verification failures when ru...Gordon Sim2010-03-103-5/+6
* QPID-2402 & QPID-2406: Documented the units for the ttl property of Message. ...Gordon Sim2010-03-031-6/+2
* I have added the license header to the files included in this commit.Rajith Muditha Attapattu2010-02-121-0/+18
* Add BOOST_ALL_DYN_LINK to projects' Visual Studio C++ preprocessor settings; ...Stephen D. Huston2010-02-0928-112/+112
* QPID-664: change format of connection options string to match address options...Gordon Sim2010-01-2810-12/+24
* QPID-664: change cancel() to close() for consistencyGordon Sim2010-01-274-6/+6
* QPID-2323: add a Uuid type and allow it as the value of a Variant.Gordon Sim2010-01-152-2/+1
* QPID-664: Added some of the missing standard message headers. Added two new t...Gordon Sim2010-01-121-0/+2
* Add vcproj files for messaging/drain and messaging/spout; resolves QPID-2299Stephen D. Huston2010-01-054-181/+97
* Remove old vcproj files not in use any longer; resolves QPID-2301Stephen D. Huston2010-01-051-2/+0
* The spout/drain examples have qpid::Options usage which inlines the boost::pr...Stephen D. Huston2009-12-152-9/+5
* QPID-2212: revert previous attempt at fix; disable on windows onlyGordon Sim2009-12-151-4/+6
* Don't explicitly name Boost libs in Windows link; fixes QPID-2271Stephen D. Huston2009-12-141-1/+6
* Corrected setting of auto-delete in client-server example; configured server ...Gordon Sim2009-12-142-2/+2
* Clean up test environment variables, prepare for running more tests in cmake.Alan Conway2009-11-301-1/+2
* Simplified the normalize function (as suggested by aconway) to be compatible ...Ted Ross2009-11-301-12/+5
* QPID-2219 - Example tests hang when run in a vpath buildTed Ross2009-11-253-9/+30
* QPID-664: Added readme with some context and description of using the drain &...Gordon Sim2009-11-231-0/+146
* QPID-2212: disable spout/drain under cmake until windows build issues are res...Gordon Sim2009-11-201-2/+4
* Change spout option name to match equivalent python exampleGordon Sim2009-11-201-1/+1
* QPID-2212: Attempt to fix windows build of drain/spout examples by linking in...Gordon Sim2009-11-201-2/+2
* Removed the Visual Studio solution/project files, as these are now generated ...Stephen D. Huston2009-11-2010-2/+11