summaryrefslogtreecommitdiff
path: root/cpp/examples
Commit message (Expand)AuthorAgeFilesLines
* QPID-2860: Have exchange declared as correct type if auto-createdGordon Sim2010-09-211-1/+1
* Adds a parameter to several examples to allow connection options to be specif...Jonathan Robie2010-09-146-10/+19
* QPID-2827 - QPID Cpp WinSDK does not contain 64-bit librariesTed Ross2010-08-311-1/+1
* QPID-2827 - QPID Cpp WinSDK does not contain 64-bit librariesTed Ross2010-08-307-1/+1111
* Make the count check a bit clearer and remove extraneous blank lines at end o...Stephen D. Huston2010-08-201-3/+1
* Fix compile error on windowsGordon Sim2010-08-201-1/+1
* Added -c count parameter - exits after reading c messages.Jonathan Robie2010-08-191-1/+14
* QPID-2764 - WinSdk cpp examples do not compileTed Ross2010-07-306-12/+12
* Fix incorrect exe nameGordon Sim2010-07-191-1/+1
* Make address used for map sender/receiver configurable; make default create t...Gordon Sim2010-07-192-2/+4
* Remove deleted files from Makefile.am, part of removing the old python examples.Alan Conway2010-07-134-16/+0
* removed old python examplesRafael H. Schloming2010-07-1318-292/+4
* Ensure spout example waits for all messages to be sent before detaching sessionGordon Sim2010-06-241-0/+1
* Fixed scripts that referred to README instead of README.txt.Jonathan Robie2010-06-231-1/+1
* Changed README to README.txt throughout the project for consistency. Removed ...Jonathan Robie2010-06-231-0/+0
* Nix a compile warning on Windows about converting int to bool.Stephen D. Huston2010-06-161-1/+1
* Windows SDK work:Andrew Stitcher2010-06-048-1142/+151
* Remove dependency on qpid::sys::AbsTime (which uses boost on Windows)Andrew Stitcher2010-06-031-6/+6
* QPID-2644 - Console examples sometimes fail due to not waiting for the broker...Ted Ross2010-06-032-0/+2
* QPID-664: separate out the messaging API into its own libraryGordon Sim2010-05-143-8/+8
* Changed floating point from "price" to "percent" - better use of floating point.Jonathan Robie2010-05-051-1/+1
* 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