summaryrefslogtreecommitdiff
path: root/cpp/examples
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-664: Add spout & drain examples as per python clientGordon Sim2009-11-194-1/+325
* QPID-664: Fix client example to include new delimiter in addressGordon Sim2009-11-161-1/+1
* QPID-664: Introduce ';' as delimiter bewteen name (and optionally subject) an...Gordon Sim2009-11-161-1/+1
* Merge branch 'next_receiver_changes' into trunkGordon Sim2009-11-164-170/+1
* Fix verify to run c++ and mixed c++/python examples.Alan Conway2009-11-131-1/+1
* Correct the changed vcproj files in the Makefile.am files; added the EXTRA_DI...Stephen D. Huston2009-11-134-8/+20
* Add new vcproj files for the messaging examples; these go in the Windows inst...Stephen D. Huston2009-11-1310-0/+4110
* Move the kit-building settings out of CMakeLists.txt to a new file, BuildInst...Stephen D. Huston2009-11-1326-274/+808
* QPID-2179 - example qmf-agent occasionally crashes on shutdownTed Ross2009-11-121-3/+7
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-113-19/+9
* define content- and view- classes separately from message classGordon Sim2009-10-029-33/+27
* Updated library dependenciesTed Ross2009-09-301-1/+1
* Hide internal message ID behind APIGordon Sim2009-08-261-3/+1
* Fixed minor issues from r807731 to build correctly on Fedora 10 (x86_64).Ted Ross2009-08-252-658/+1
* QPID-664: Initial checkin of high level messaging api for c++Gordon Sim2009-08-2515-1/+1457
* Updated the include path to use the new cpp/includes directory.Ted Ross2009-08-031-1/+1
* Separate generated public header files from non-public headers, generated cod...Alan Conway2009-07-272-2/+3
* Merge branch 'move_public_h_to_include' into trunkAlan Conway2009-07-152-2/+2
* Fix make build to generate code into the build treeAndrew Stitcher2009-07-021-1/+1
* Fix cmake build for recent gnu ld which needs all libs used by prog andAndrew Stitcher2009-07-021-2/+6
* Minor cleanup of the new management-failover example.Ted Ross2009-06-161-6/+15
* Added a new qmf-console example program.Ted Ross2009-06-162-1/+175
* QPID-1786 - Committed qmf patches from Bryan KearneyTed Ross2009-06-111-1/+1
* Added a signal handler to cleanly shut down on SIGINT.Ted Ross2009-06-091-42/+62
* Bugfixes in the c++ console API:Ted Ross2009-06-081-13/+17
* pingJonathan Robie2009-06-011-1/+1
* Test for repository replicationJonathan Robie2009-06-011-0/+1
* Update makefile to reflect renamed READMEGordon Sim2009-06-011-1/+1
* Add a suffix so Windows can associate it with a reader programStephen D. Huston2009-05-291-0/+0
* Grammar/clarificatione edits; change line endings to DOS so Windows users can...Stephen D. Huston2009-05-291-146/+165
* Added some Windows-related infoStephen D. Huston2009-05-291-3/+23
* Patch small probs building tests, examples on WindowsStephen D. Huston2009-05-111-0/+6
* Cmake fixes:Andrew Stitcher2009-05-114-3/+2
* Add examples building to cmake buildStephen D. Huston2009-05-089-0/+225