summaryrefslogtreecommitdiff
path: root/cmake/config.h.in
Commit message (Collapse)AuthorAgeFilesLines
* lib: delete obsolete inline keyword detectionAlan Antonuk2021-05-201-4/+0
| | | | | | C99 supports the inline keyword, this is now not useful. Signed-off-by: GitHub <noreply@github.com>
* Make cmake build reproduciblymarinamoore2018-10-241-1/+1
|
* Remove vim mode lines.formatAlan Antonuk2017-12-041-1/+0
| | | | They're hard to keep in sync with .clang-format or other tools.
* build: remove obsolete HAVE_HTONLL checkAlan Antonuk2017-10-101-2/+0
| | | | | HAVE_HTONLL was used for the byteswap code, which no longer uses htonll, this can be removed.
* Lib: add select()-based implementation of poll()Alan Antonuk2015-06-011-0/+4
| | | | | Add select() based poll() implementation for platforms that either support this better (Win32) or don't support poll().
* Add platform, version, copyright client propertiesAlan Antonuk2014-08-251-0/+2
| | | | | | | | | Add 'platform' 'version', 'copyright' client-properties to start-ok method during connection handshake. Adapted from: https://github.com/synety-jdebp/rabbitmq-c/commit/e3c76e1887ff50378f6146167daa024dbd7d4eeb by: Jonathan de Boyne Pollard <jonathan.de.boyne.pollard@synety.com>
* Add compile and runtime library version functionsAlan Antonuk2013-07-231-2/+0
|
* Adding vim modelines to help with source formattingAlan Antonuk2013-04-051-0/+1
|
* FIX: htonll redeclared on Win32 v8Alan Antonuk2013-01-231-0/+2
| | | | | | config.h.in didn't include the HAVE_HTONLL, have added this htonll is declared inline in the Winsock2.h header, must use CheckSymbolExists from there.
* Refactor TestCInline.cmake scriptAlan Antonuk2012-11-141-1/+1
| | | | | | Refactor TestCInline cmake script to save the inline keyword in the cmake cache so it won't get lost on a cmake reconfigure. Print status message of which inlining keyword was selected
* cmake: configure config.h instead of generating itAlan Antonuk2012-10-201-0/+10