summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* QPID-2905 - Code modifications to enable Windows builds with the mingw32 comp...Ted Ross2011-05-181-4/+3
* QPID-2935: merge producer flow control (C++ broker).Kenneth Anthony Giusti2011-02-191-1/+1
* QPID-3061 - blocked qmf2 build for Windows until dependency issues are resolved.Ted Ross2011-02-181-72/+74
* QPID-3061 - Removed second spurious reference to Boost_SYSTEM_LIBRARY.Ted Ross2011-02-181-1/+0
* QPID-3061 - Added cmake support for the qmf2 library.Ted Ross2011-02-181-1/+79
* QPID-3061 added incorrect set for Boost_SYSTEM_LIBRARY; removing itStephen D. Huston2011-02-181-4/+0
* Check for presence of the cpp/bindings/qpid/dotnet directory before referring...Stephen D. Huston2011-02-171-8/+8
* QPID-3061 - Added missing xqilla and Boost definitions to cmakeTed Ross2011-02-161-0/+11
* QPID-3002: Configurable threshold alerts for queuesGordon Sim2011-02-151-0/+1
* QPID-529: Priority queue implementationGordon Sim2011-02-101-0/+5
* Added missing TimerWarnings.cpp to CMakeLists.txt.Alan Conway2010-11-181-0/+1
* QPID-2926 Simple example code does not link under WindowsCharles E. Rolke2010-11-051-0/+8
* QPID-1672, r1024541 Failed to modify the windows-private SaslFactory. This co...Charles E. Rolke2010-10-211-2/+2
* SASLizing Interbroker LinksMichael Goulish2010-10-201-1/+1
* QPID-2863 Propagate WinSDK Build Version numbers to the Messaging .NET BindingCharles E. Rolke2010-10-111-1/+10
* QPID-2805 - The windows resource version for qmfengine dll is hard coded to a...Ted Ross2010-08-201-3/+3
* QPID-2785 - QpidTypes.pdb is not installedTed Ross2010-08-201-0/+1
* Fix cmake build to correctly enable sasl if libs are detected.Gordon Sim2010-07-161-5/+5
* Specify paths for the generated resource file so it gets picked up correctly ...Stephen D. Huston2010-07-141-2/+2
* QPID-2728 - Patch from Chuck RolkeTed Ross2010-07-131-1/+2
* QPID-2711 - Patch from Chuck RolkeTed Ross2010-07-081-15/+126
* QPID-2708: Create a separate qpidtypes library for the types namespace.Alan Conway2010-06-301-7/+27
* QPID-2689: Install and package Visual Studio debugging symbols (.pdb) files,Andrew Stitcher2010-06-281-35/+46
* Change warning C4996 from level 1 to level 4. This is the "warning C4996: 'st...Stephen D. Huston2010-06-171-1/+0
* Replaced the earlier-removed init function (in ManagementAgent.h) that usesTed Ross2010-05-251-0/+1
* QPID-2612: remove qpidtypes lib as it causes problems on windowsGordon Sim2010-05-181-14/+4
* FailoverUpdates.h is no longer in the qpid messaging dir (from r943975); remo...Stephen D. Huston2010-05-171-1/+0
* QPID-664: separate out the messaging API into its own libraryGordon Sim2010-05-141-13/+34
* Moved FailoverUpdates to qpid::messaging namespace.Alan Conway2010-05-131-1/+2
* Add recent management changes to cmake buildAndrew Stitcher2010-04-091-2/+4
* QPID-664: changed connect() back to open(),removed detach(),defined new excep...Gordon Sim2010-04-091-0/+2
* Committing the patch attached to QPID-2488Rajith Muditha Attapattu2010-04-081-0/+2
* Install remainder of required Boost headers and Boost .libs for Windows insta...Stephen D. Huston2010-04-081-19/+34
* QPID-664: made changes suggested by Alan Conway, also moved 0-10 map/list cod...Gordon Sim2010-03-311-6/+1
* QPID-2406: a more explicit solution for durations in the messaging apiGordon Sim2010-03-291-0/+1
* QPID-664: move Variant and Uuid from messaging to types namespaceGordon Sim2010-03-291-2/+2
* Initial Windows installer builder combining C++ and WCF components in a WiX-b...Stephen D. Huston2010-03-231-3/+73
* Remove un-necessary Version.h.cmakeAlan Conway2010-03-171-4/+0
* Updated cmake build to pick up version from QPID_VERSION.txt.Alan Conway2010-03-171-0/+3
* Remove unconditional debug libs from cmake install targetsAndrew Stitcher2010-03-161-30/+0
* Remove unnecessary dependency of qmf on qmfengineAndrew Stitcher2010-03-121-1/+1
* QPID-2382: Created separate utility class for handling updates from failover ...Gordon Sim2010-03-111-0/+3
* Apply parallel changes from Makefile.am a couple days ago; resolves QPID-2439.Stephen D. Huston2010-03-091-1/+2
* Small Hack to allow Windows to compile without error until the qmfv2 changes ...Andrew Stitcher2010-02-261-1/+4
* Allow cmake build to work again with earlier boost versionsAndrew Stitcher2010-02-171-7/+4
* Build the ACL source into the qpidbroker library on Windows; works around the...Stephen D. Huston2010-02-171-15/+17
* Fix typo.Stephen D. Huston2010-02-121-1/+1
* Add EventImpl.cpp, .h for qmfengine source from patch in QPID-2401.Stephen D. Huston2010-02-111-3/+5
* Add tested part of patch from QPID-2371. Also add install for Debug variant o...Stephen D. Huston2010-02-081-0/+12
* Replace PeriodicTimer with ClusterTimer, which inherits from Timer.Alan Conway2010-01-291-2/+0