summaryrefslogtreecommitdiff
path: root/librabbitmq/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Suppress OpenSSL deprecation warnings on OSXAlan Antonuk2014-08-251-0/+5
* [openssl] Support wildcard hostname verificationMichael Steinert2014-03-041-1/+5
* Use CMAKE_INSTALL_* variables provided by GNUInstallDirs.Michael Fladischer2013-11-051-5/+5
* Fixed the library path for the x86_64 architectureViacheslav Dubrovskyi2013-10-031-3/+3
* Add a high level API for consuming messagesAlan Antonuk2013-07-081-0/+1
* Add amqp_get_monotonic_timestamp() functionAlan Antonuk2013-06-141-1/+2
* Move amqp_os_socket* funcs to amqp_socket.h/cAlan Antonuk2013-06-131-1/+0
* CMake: make sure amqp_*_socket.h gets installedAlan Antonuk2013-04-191-6/+12
* Cleanup CMake librabbitmq target_link_libraries()Alan Antonuk2013-04-191-11/+5
* Start addressing review commentsMichael Steinert2013-04-091-5/+5
* Fix build scriptsMichael Steinert2013-04-091-7/+6
* Propose new socket APIMichael Steinert2013-04-091-1/+1
* Adding pthread shim for Win32 ENABLE_THREAD_SAFETYAlan Antonuk2013-04-091-0/+5
* Adding support for OpenSSL in multithreaded applicationsAlan Antonuk2013-04-091-1/+5
* Adding support for SSL to CMake build systemAlan Antonuk2013-04-091-1/+34
* Adding vim modelines to help with source formattingAlan Antonuk2013-04-051-0/+1
* Build without amqp_framing.py codegenAlan Antonuk2013-01-161-46/+50
* Install .pdb files where availableAlan Antonuk2012-11-291-0/+5
* BUG: import library not installed on Win32Alan Antonuk2012-11-291-0/+1
* CMake: build both static and shared libs in one buildAlan Antonuk2012-11-141-22/+45
* cmake: configure config.h instead of generating itAlan Antonuk2012-10-201-10/+0
* cmake: Detect if socket library is neededAlan Antonuk2012-10-201-3/+3
* CMake build support for building with Python3Alan Antonuk2012-10-041-0/+11
* Correctly set-up SONAME for shared library versioningAlan Antonuk2012-10-021-0/+6
* Adding more strict compile Warning flags to gcc buildAlan Antonuk2012-05-241-1/+1
* Add support for config/install of librabbitmq.pc fileAlan Antonuk2012-05-241-1/+1
* Fixing typo in librabbitmq/CMakeLists.txt: should be BUILD_SHARED_LIBSAlan Antonuk2012-05-231-1/+1
* Cleaning up Public API decorators on Win32Alan Antonuk2012-05-231-0/+6
* Cleanup Win32 artifactsMichael Steinert2012-05-171-3/+3
* Set default visibility to hidden & enable a couple more warningsMichael Steinert2012-05-171-4/+1
* Add config.h header guardsMichael Steinert2012-05-171-1/+4
* Adding option to build rabbitmq-c staticallybuild_static_libraryAlan Antonuk2012-05-171-1/+1
* Bumping VERSION to 0.2 due to license change0.2Alan Antonuk2012-04-231-1/+1
* Fix for stdint.h not found in exampleswin32_example_include_fixAlan Antonuk2012-03-061-1/+13
* Fix: add stdint.h to install target on MSVC < 1600vs2008_install_stdint_fixAlan Antonuk2012-03-061-2/+5
* Guard msinttypes include dir with MSVC and not WIN32bug24528Alan Antonuk2011-11-041-1/+4
* codegen.py should be copied to the bin directoryAlan Antonuk2011-11-041-5/+11
* Adding missing amqp_url.c to CMakeLists.txtAlan Antonuk2011-11-011-0/+1
* Make codegen pull a dependancy of librabbitmqAlan Antonuk2011-11-011-1/+1
* Fix: setting correct output name for generated filesAlan Antonuk2011-10-301-2/+2
* Make the copy of codegen.py work in all casesAlan Antonuk2011-08-311-2/+6
* Adding the codegen stuff as an ExternalProjectAlan Antonuk2011-08-311-6/+6
* Adding install targetAlan Antonuk2011-06-071-0/+11
* Changes to support building on Win32/64Alan Antonuk2011-06-061-12/+35
* generate config.h in binary dir instead of source dirXiaoGuang Zeng2011-03-031-1/+1
* add cmake build support.XiaoGuang Zeng2011-03-031-0/+34