summaryrefslogtreecommitdiff
path: root/examples/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright & license header to use SPDX idAlan Antonuk2021-07-271-0/+2
| | | | | | | This makes license detection machine-readable, and makes source files more concise and easier to read and understand. Signed-off-by: GitHub <noreply@github.com>
* cmake: modernize examples CMakeListsAlan Antonuk2021-04-191-38/+32
|
* examples: fix building against static librabbitmq.Eduard Egorov2018-03-281-0/+4
|
* Examples: remove duplicate amqps_* examplesrm-amqps-examplesAlan Antonuk2018-01-091-26/+2
| | | | | | | amqps_* examples only differ in the connection, and are otherwise duplicates of the amqp_* examples. Delete these examples and rename amqps_connection_timeout.c to amqp_ssl_connect.c to demonstrate how to connect over SSL.
* Remove vim mode lines.formatAlan Antonuk2017-12-041-1/+0
| | | | They're hard to keep in sync with .clang-format or other tools.
* Add nonblocking connect supportzaq178miami2013-07-061-0/+6
|
* Examples must link against ${RMQ_LIBRARY_TARGET}Alan Antonuk2013-04-171-10/+10
| | | | | | SSL examples should link against the ${RMQ_LIBRARY_TARGET} in the examples directory. This allows either static or shared library to be built.
* Add SSL/TLS examplesMichael Steinert2013-04-091-1/+27
| | | | Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Adding vim modelines to help with source formattingAlan Antonuk2013-04-051-0/+1
|
* CMake: build both static and shared libs in one buildAlan Antonuk2012-11-141-8/+8
|
* New example: amqp_rpc_sendstring_client. The client sends a plain text ↵Jani Hur2012-10-051-0/+3
| | | | message to a queue and expects to receive a reply to a private reply_to queue.
* Cleanup Win32 artifactsMichael Steinert2012-05-171-1/+1
| | | | | | | 1. Standardize on `win32` vs `windows/win32` 2. Move `msinttypes` into platform directory Signed-off-by: Michael Steinert <mike.steinert@gmail.com>
* Fix for stdint.h not found in examplesAlan Antonuk2012-03-061-1/+1
|
* Fix: correct platform_utils directory under win32Alan Antonuk2011-11-011-1/+1
|
* Building the rest of the example programsAlan Antonuk2011-10-301-1/+34
|
* add cmake build support.XiaoGuang Zeng2011-03-031-0/+4
librabbitmq and example/amqp_sendstring can be build under linux now.