summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adding missing include for autotools in examples dirautotoolsAlan 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
* Merge pull request #19 from alanxz/build_static_libraryAlan Antonuk2012-05-172-1/+7
|\
| * Adding option to build rabbitmq-c staticallybuild_static_libraryAlan Antonuk2012-05-172-1/+7
|/
* Updating README to point to current location of rabbitmq-c sourcesAlan Antonuk2012-05-101-2/+2
* Doc: CMake build is the preferred method of building on Win32Alan Antonuk2012-05-101-3/+4
* Fix: double free() if amqp_tune_connection fails in amqp_new_connectionAlan Antonuk2012-05-101-1/+5
* Intializing unintiailzed member in amqp_basic_publishAlan Antonuk2012-05-101-0/+1
* Bumping VERSION to 0.2 due to license change0.2Alan Antonuk2012-04-231-1/+1
* Merge remote-tracking branch 'upstream/bug24770'Alan Antonuk2012-04-1249-1917/+881
|\
| * Okay, gnu toolchain requires COPYINGMarek Majkowski2012-04-121-0/+1
| * Python uses different comments than CMarek Majkowski2012-04-121-27/+27
| * Add MIT license and update debian scripts to use itMarek Majkowski2012-04-126-17/+36
| * Drop COPYING and old LICENSESMarek Majkowski2012-04-123-810/+0
| * Automated relicensing of source files MPL/GPL -> MITMarek Majkowski2012-04-1240-1097/+851
| * Merge bug24606Simon MacMullen2012-02-030-0/+0
| |\
* | \ Merge remote-tracking branch 'upstream/bug24606'Alan Antonuk2012-04-1241-42/+42
|\ \ \ | |/ /
| * | Update copyright 2012Emile Joubert2012-02-0241-42/+42
| |/
* | Merge pull request #13 from alanxz/fix_size_t_in_amqp_hfix_size_t_in_amqp_hAlan Antonuk2012-03-081-0/+1
|\ \
| * | Fix: adding stddef.h include that typedefs size_tAlan Antonuk2012-03-081-0/+1
|/ /
* | Merge pull request #10 from alanxz/public_header_includes_fixAlan Antonuk2012-03-062-0/+6
|\ \