summaryrefslogtreecommitdiff
path: root/librabbitmq/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Allow use of pthreads with WindowsZane van Iperen2020-06-211-14/+3
* Add rabbitmq-c-config.cmake generationEric Huff2020-05-311-2/+2
* ssl: Make thread-safety unconditional in rabbitmq-cAlan Antonuk2017-12-101-9/+12
* Remove vim mode lines.formatAlan Antonuk2017-12-041-1/+0
* ssl: Add OpenSSL BIO that passes MSG_NOSIGNALssl_bioAlan Antonuk2017-02-201-0/+2
* removed /Z7 key when using non-Microsoft compilerpr373EvilBeaver2016-09-181-3/+8
* CMake: Remove install_pdb macro.Alan Antonuk2016-04-091-3/+0
* Win32: embed debug info in static-libraryAlan Antonuk2016-04-091-2/+6
* Lib: Add robust OpenSSL hostname validation.Alan Antonuk2015-11-081-0/+2
* Lib: remove unmaintained SSL backendsAlan Antonuk2015-10-131-32/+11
* Rename amqp_timer.[ch] to amqp_time.[ch].Alan Antonuk2015-05-031-1/+1
* 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 staticallyAlan Antonuk2012-05-171-1/+1
* Bumping VERSION to 0.2 due to license changev0.20.2Alan Antonuk2012-04-231-1/+1
* Fix for stdint.h not found in examplesAlan Antonuk2012-03-061-1/+13
* Fix: add stdint.h to install target on MSVC < 1600Alan Antonuk2012-03-061-2/+5
* Guard msinttypes include dir with MSVC and not WIN32Alan 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