summaryrefslogtreecommitdiff
path: root/cpp/src/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* QPID-664: change format of connection options string to match address options...Gordon Sim2010-01-281-0/+2
* QPID_2634 Management updates in timer create inconsistencies in a cluster.Alan Conway2010-01-271-0/+1
* Cluster implementation of PeriodicTimer.Alan Conway2010-01-271-0/+1
* Add SSL support for Windows client and broker per QPID-1403. Adds new AsynchI...Stephen D. Huston2010-01-231-1/+1
* Fixed "Cluster-safe assertions" not to break the build (CMake)Andrew Stitcher2010-01-211-0/+1
* QPID-2323: add a Uuid type and allow it as the value of a Variant.Gordon Sim2010-01-151-0/+1
* Add qpidxarm.dll to the installer; resolves QPID-2284.Stephen D. Huston2010-01-051-0/+3
* React properly to generated headers being in the source dir as opposed to bui...Stephen D. Huston2010-01-051-1/+10
* Apply patches QPID-2128-2.patch, cppbld.patch and interop.tx.patch; resolves ...Stephen D. Huston2009-12-171-0/+9
* Fix the check for boost system; prev one broke Windows config. Instead of try...Stephen D. Huston2009-12-151-2/+3
* Remove stray comma; resolving QPID-2202Stephen D. Huston2009-12-141-1/+1
* Move the TCPConnector class to its own file to allow deriving from it; resolv...Stephen D. Huston2009-12-141-4/+13
* Only search for boost.system if the discovered Boost version is 1.35 or great...Stephen D. Huston2009-12-141-6/+12
* QPID-2236: cmake link error, missing boost.system library.Alan Conway2009-12-101-1/+9
* Run cluster tests under cmake.Alan Conway2009-12-021-5/+5
* Clean up test environment variables, prepare for running more tests in cmake.Alan Conway2009-11-301-4/+4
* Removed the Visual Studio solution/project files, as these are now generated ...Stephen D. Huston2009-11-201-6/+7
* Fix the files to compile for SolarisAndrew Stitcher2009-11-181-3/+9
* Add compile options for SunPro compiler and rearrange setting warnings for GCCAndrew Stitcher2009-11-181-5/+16
* Make cluster/ssl/rdma/xml modules install correctlyAndrew Stitcher2009-11-171-1/+1
* Move the kit-building settings out of CMakeLists.txt to a new file, BuildInst...Stephen D. Huston2009-11-131-2/+2
* Added support for address parsing, create/assert/delete policiesGordon Sim2009-11-111-1/+0
* Fix variable used to retrieve Boost include files for Windows kit.Stephen D. Huston2009-10-301-1/+1
* Adapt to Boost.system only in 1.35 and laterStephen D. Huston2009-10-281-7/+11
* Include store directory; fix moved FailoverListener.h file; add a bunch of in...Stephen D. Huston2009-10-271-110/+94
* Add new SocketAddress.cpp and requisite adjustments; a few install improvementsStephen D. Huston2009-10-121-3/+4
* Added new SocketAddress class to Cmake build (oops)Andrew Stitcher2009-10-121-0/+1
* Help the package make go better on LinuxStephen D. Huston2009-10-081-3/+3
* Added more install-related content to the CMake structure.Stephen D. Huston2009-10-071-33/+153