summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* cmake: modernize tools CMakeListsAlan Antonuk2021-04-191-33/+33
* Make FindPOPT.cmake import cmake targetsAlan Antonuk2021-04-191-18/+27
* tools: remove unused config.h includeAlan Antonuk2021-04-199-36/+0
* cmake: change BUILD_EXAMPLES to default to OFFAlan Antonuk2021-04-193-11/+13
* cmake: modernize examples CMakeListsAlan Antonuk2021-04-191-38/+32
* cmake: use OpenSSL::SSL imported targetAlan Antonuk2021-04-191-4/+3
* cmake: add alias targets for library targetsAlan Antonuk2021-04-181-0/+4
* doc: update required cmake version in README.mdAlan Antonuk2021-04-131-1/+1
* 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-132-5/+0
* lib: use $ORIGIN for installed rpath on non-MacOSAlan Antonuk2021-04-111-0/+4
* cmake: specify COMPONENT on install commandsAlan Antonuk2021-04-113-5/+14
* ssl: remove obsolete amqp_hostcheckAlan Antonuk2021-04-075-321/+0
* Add TLSv1.3 support and set min-version to TLSv1.2Alan Antonuk2021-04-062-8/+14
* ssl: drop support OpenSSL v1.1.0 and olderAlan Antonuk2021-04-068-288/+5
* cmake: use GenerateExportHeader for AMQP_EXPORTAlan Antonuk2021-04-069-231/+168
* Move official includes to rabbitmq-c/ directoryAlan Antonuk2021-04-0535-3954/+4123
* Move public header files to include directoryAlan Antonuk2021-04-057-13/+18
* gitignore: ignore compile_commands.jsonAlan Antonuk2021-04-051-0/+1
* win32: remove obsolete msinttypes/stdint.hAlan Antonuk2021-04-052-254/+0
* Add .cache directory to .gitignoreAlan Antonuk2021-04-051-0/+1
* cmake: use modern version of project() commandAlan Antonuk2021-04-013-25/+33
* ci: add warning flags in CI configurationAlan Antonuk2021-04-012-7/+7
* ci: remove chocolatey cacheAlan Antonuk2021-04-011-6/+0
* cmake: restore -fvisibility=hidden flagAlan Antonuk2021-04-011-1/+4
* Fix #666 bad PACKAGE_VERSIONRemi Collet2021-04-011-1/+1
* cmake: modernize how tests are enabledAlan Antonuk2021-03-311-4/+5
* cmake: remove code that manipulates CMAKE_C_FLAGSAlan Antonuk2021-03-311-13/+0
* cmake: use C_STANDARD instead of C_FLAGSAlan Antonuk2021-03-311-10/+4
* cmake: modernize setting default build typeAlan Antonuk2021-03-311-4/+5
* Remove cmake modules included with cmakeAlan Antonuk2021-03-312-308/+0
* cmake: set v3.10 as minimum required versionAlan Antonuk2021-03-311-5/+5
* Bumping revision for development.Alan Antonuk2021-03-312-3/+3
* Preparation for v0.11.0 releasev0.11.0Alan Antonuk2021-03-313-4/+25
* ssl: correct since version on amqp_set_ssl_engine and amqp_ssl_socket_set_key...Alan Antonuk2021-03-311-2/+2
* ssl: Support password protected keysFake2021-03-302-0/+21
* ssl: remove reference to FIPS_set_modeAlan Antonuk2021-03-041-4/+0
* ci: only run on a pull-request to master or a push to masterAlan Antonuk2021-02-221-1/+8
* ci: remove appveyor configurationAlan Antonuk2021-02-221-30/+0
* ci: Add win32 build to github actionsAlan Antonuk2021-02-211-0/+22
* ci: run presubmits on PRs as well as pushesAlan Antonuk2021-02-171-1/+1
* ci: Add MacOS github action configAlan Antonuk2020-12-292-16/+24
* ci: delete travis configAlan Antonuk2020-12-241-89/+0
* ci: add clang-formatAlan Antonuk2020-12-243-1/+4
* Format sources using clang-format-10Alan Antonuk2020-12-247-31/+33
* ci: add clang static-analyzer gh actions presubmitAlan Antonuk2020-12-242-2/+6
* ci: add github actions configAlan Antonuk2020-12-242-1/+31
* Add .venv directory to .gitignore file.Alan Antonuk2020-12-221-0/+1
* Use cmake TIMESTAMP functionBernhard M. Wiedemann2020-12-221-1/+2