summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disable sigpipe on Mac OSXissue23Alan Antonuk2012-06-063-0/+20
* Set MSG_NOSIGNAL flag to supress SIGPIPE in send()Alan Antonuk2012-06-062-2/+2
* Merge pull request #22 from glassresistor/masterAlan Antonuk2012-05-261-0/+2
|\
| * added fix for smartosMichael Clemmons2012-05-231-0/+2
* | Merge pull request #21 from alanxz/travis-ciAlan Antonuk2012-05-242-0/+27
|\ \
| * | Adding travis-ci integrationtravis-ciAlan Antonuk2012-05-242-0/+27
|/ /
* | Merge pull request #20 from alanxz/cmake_build_improvementsAlan Antonuk2012-05-249-56/+236
|\ \
| * | msinttypes.h is always required on MSVC for testscmake_build_improvementsAlan Antonuk2012-05-241-0/+5
| * | Adding tests/ directory to CMake buildAlan Antonuk2012-05-243-1/+17
| * | Adding CMake procedure to build/install tools manpagesAlan Antonuk2012-05-243-1/+149
| * | Adding the amqp-* tools to install targetAlan Antonuk2012-05-241-0/+5
| * | 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-244-3/+12
| * | 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-242-1/+14
| * | Making the CMakeLists.txt work with cmake v2.6Alan Antonuk2012-05-242-47/+18
|/ /
* | Merge pull request #16 from msteinert/autotoolsAlan Antonuk2012-05-2465-1139/+1420
|\ \ | |/ |/|
| * Add preprocessor definitions for Win32 static buildMichael Steinert2012-05-241-1/+7
| * Add a workaround for AC_PROG_CC_C99 for older version of AutoconfMichael Steinert2012-05-241-2/+5
| * Adding missing include for autotools in examples dirAlan Antonuk2012-05-241-1/+1
| * Setting minimum version for autoconf to 2.63Alan Antonuk2012-05-241-1/+1
| * Fixing typo in librabbitmq/CMakeLists.txt: should be BUILD_SHARED_LIBSAlan Antonuk2012-05-231-1/+1
| * Fix visibility definitions for GCCMichael Steinert2012-05-231-2/+2
| * Cleaning up Public API decorators on Win32Alan Antonuk2012-05-234-159/+220
| * Fix check for PoptMichael Steinert2012-05-231-3/+3
| * Include -Ilibrabbitmq/win32/msinttypes for all relevant targetsMichael Steinert2012-05-171-0/+4
| * Explicitly name codegen files in EXTRA_DISTMichael Steinert2012-05-171-1/+9
| * Update "issues" URIMichael Steinert2012-05-171-1/+1
| * Update build instructions for `codegen` submoduleMichael Steinert2012-05-171-9/+11
| * Bump version in configure.ac to match CMakeLists.txtMichael Steinert2012-05-171-2/+2
| * Cleanup Win32 artifactsMichael Steinert2012-05-1716-18/+20
| * Set default visibility to hidden & enable a couple more warningsMichael Steinert2012-05-1717-282/+401
| * Fix compiler warnings (checked clang & gcc)Michael Steinert2012-05-1715-44/+47
| * Move TestCInline.cmake into cmake directoryMichael Steinert2012-05-172-3/+2
| * Add new codegen directory to CMakeLists.txtMichael Steinert2012-05-171-0/+1
| * Add config.h header guardsMichael Steinert2012-05-1718-2/+54
| * Add a pkg-config fileMichael Steinert2012-05-173-1/+19
| * Remove unnecessary filesMichael Steinert2012-05-176-430/+137
| * Cleanup platform checks in configure.acMichael Steinert2012-05-171-40/+18
| * Cleanup 64-bit optionMichael Steinert2012-05-171-5/+8
| * Cleanup python checkMichael Steinert2012-05-171-38/+20
| * Make configure options more sensibleMichael Steinert2012-05-172-42/+99
| * General cleanup in configure.acMichael Steinert2012-05-171-33/+22
| * Add -Wall, -Wextra & -pedantic by defaultMichael Steinert2012-05-174-1/+126
| * Add proper libtool versioningMichael Steinert2012-05-172-5/+27
| * Add a .gitignore fileMichael Steinert2012-05-173-0/+51
| * Enable silent build rulesMichael Steinert2012-05-172-6/+7
| * Store macros in m4 sub-directoryMichael Steinert2012-05-173-0/+3
| * Convert to non-recursive AutomakeMichael Steinert2012-05-1713-182/+264
| * Add rabbitmq-codegen as a submoduleMichael Steinert2012-05-172-0/+3
|/