summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Bumping revision for development.Alan Antonuk2014-09-131-1/+1
* Preparation for v0.5.2 release.Alan Antonuk2014-09-131-1/+1
* Revert "Stop CMake warning about @rpath on Mac OS X."Alan Antonuk2014-09-021-1/+0
* Stop CMake warning about @rpath on Mac OS X.Alan Antonuk2014-09-021-0/+1
* Enable compiler warnings with ClangAlan Antonuk2014-08-251-0/+2
* Preparation for v0.5.1 release.Alan Antonuk2014-08-111-1/+1
* Correct htonll macro detection in CMake.Alan Antonuk2014-07-261-1/+1
* Preparation for v0.5.0 releaseAlan Antonuk2014-01-291-3/+3
* Use CMAKE_INSTALL_* variables provided by GNUInstallDirs.Michael Fladischer2013-11-051-5/+7
* Switched to CMAKE_CURRENT_.. variants for source and binary dirs to enable ne...woldan2013-10-281-3/+3
* Fixed the library path for the x86_64 architectureViacheslav Dubrovskyi2013-10-031-2/+2
* Prep for v0.4.1 releaseAlan Antonuk2013-08-251-1/+1
* CMake: correct generation of librabbitmq.pcAlan Antonuk2013-08-201-3/+23
* Updating version numbers for release of v0.4.0Alan Antonuk2013-08-131-3/+3
* Document public APIAlan Antonuk2013-08-131-0/+18
* Add compile and runtime library version functionsAlan Antonuk2013-07-231-6/+0
* Add amqp_get_monotonic_timestamp() functionAlan Antonuk2013-06-141-0/+5
* CMake: only search for OpenSSL when usedAlan Antonuk2013-04-171-4/+1
* Adding support for OpenSSL in multithreaded applicationsAlan Antonuk2013-04-091-0/+3
* Relaxing restriction on OpenSSL to support v0.9.8Alan Antonuk2013-04-091-1/+1
* Adding support for SSL to CMake build systemAlan Antonuk2013-04-091-0/+25
* Adding vim modelines to help with source formattingAlan Antonuk2013-04-051-0/+1
* FIX: htonll redeclared on Win32 v8Alan Antonuk2013-01-231-1/+6
* Bumping version to v0.3.0Alan Antonuk2013-01-171-1/+1
* Build without amqp_framing.py codegenAlan Antonuk2013-01-161-76/+83
* Reorder checks in CMakeListsAlan Antonuk2012-11-141-52/+50
* Improve CMake default build type status messageAlan Antonuk2012-11-141-1/+1
* Remove unnecessary RABBITMQ_CODEGEN_DIR cmake varAlan Antonuk2012-11-141-5/+4
* CMake: set version from version componentsAlan Antonuk2012-11-141-1/+5
* CMake: build both static and shared libs in one buildAlan Antonuk2012-11-141-2/+20
* Only set CMAKE_BUILD_TYPE on supported generatorsAlan Antonuk2012-11-061-1/+3
* Bumping soversion ageAlan Antonuk2012-10-201-1/+1
* Provide replacement for htonll where not availableAlan Antonuk2012-10-201-0/+8
* cmake: configure config.h instead of generating itAlan Antonuk2012-10-201-0/+1
* cmake: Detect if socket library is neededAlan Antonuk2012-10-201-0/+41
* CMake build support for building with Python3Alan Antonuk2012-10-041-0/+58
* Correctly set-up SONAME for shared library versioningAlan Antonuk2012-10-021-0/+19
* Set CMAKE_C_FLAGS appropritatly for a compilerAlan Antonuk2012-09-111-2/+7
* Fix to CMakeLists.txt so it can be included via add_subdirectoryAndrew Kravchuk2012-07-211-4/+4
* Adding tests/ directory to CMake buildAlan Antonuk2012-05-241-0/+6
* Adding CMake procedure to build/install tools manpagesAlan Antonuk2012-05-241-1/+7
* Added CMake options to disable building of tools and examplesAlan Antonuk2012-05-241-3/+12
* Adding more strict compile Warning flags to gcc buildAlan Antonuk2012-05-241-0/+6
* Set the default CMake build type to be in release modeAlan Antonuk2012-05-241-0/+4
* Add support for config/install of librabbitmq.pc fileAlan Antonuk2012-05-241-0/+13
* Making the CMakeLists.txt work with cmake v2.6Alan Antonuk2012-05-241-34/+12
* Move TestCInline.cmake into cmake directoryMichael Steinert2012-05-171-3/+2
* Add new codegen directory to CMakeLists.txtMichael Steinert2012-05-171-0/+1
* Adding option to build rabbitmq-c staticallybuild_static_libraryAlan Antonuk2012-05-171-0/+6
* codegen.py should be copied to the bin directoryAlan Antonuk2011-11-041-0/+1