summaryrefslogtreecommitdiff
path: root/librabbitmq/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Correct library versions on Mach-O platformsAlan Antonuk2023-04-301-1/+16
* add option to install or not the static libraryRemi Collet2023-02-011-3/+5
* Fix no rabbitmq target when building static-onlyAlan Antonuk2021-09-291-1/+5
* Update copyright & license header to use SPDX idAlan Antonuk2021-07-271-0/+3
* cmake: remove unused RMQ_LIBRARY_TARGET varAlan Antonuk2021-04-281-2/+0
* cmake: remove framing generation from cmakeAlan Antonuk2021-04-201-48/+2
* lib: Fix minor issues with codegenAlan Antonuk2021-04-201-0/+1
* cmake: delete unused LIBRABBITMQ_INCLUDE_DIRS and RMQ_LIBRARY_TARGETAlan Antonuk2021-04-191-9/+1
* cmake: use OpenSSL::SSL imported targetAlan Antonuk2021-04-191-4/+3
* cmake: add alias targets for library targetsAlan Antonuk2021-04-181-0/+4
* cmake: modernize lib target specificationAlan Antonuk2021-04-131-98/+126
* cmake: remove unused -DAMQP_BUILD definitionAlan Antonuk2021-04-131-2/+0
* lib remove undefined func amqp_ssl_error_stringAlan Antonuk2021-04-131-1/+0
* lib: use $ORIGIN for installed rpath on non-MacOSAlan Antonuk2021-04-111-0/+4
* cmake: specify COMPONENT on install commandsAlan Antonuk2021-04-111-1/+9
* ssl: remove obsolete amqp_hostcheckAlan Antonuk2021-04-071-2/+0
* ssl: drop support OpenSSL v1.1.0 and olderAlan Antonuk2021-04-061-2/+0
* cmake: use GenerateExportHeader for AMQP_EXPORTAlan Antonuk2021-04-061-0/+10
* Move official includes to rabbitmq-c/ directoryAlan Antonuk2021-04-051-7/+21
* Move public header files to include directoryAlan Antonuk2021-04-051-9/+11
* win32: remove obsolete msinttypes/stdint.hAlan Antonuk2021-04-051-9/+0
* cmake: use modern version of project() commandAlan Antonuk2021-04-011-2/+0
* 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