zerodefect
4b2c423896
Build examples now with travis-ci to ensure new changes don't break existing code. Fixed warnings as a result of lambda captures.
2018-01-30 10:07:27 +00:00
Aart Stuurman
5cbc09c680
Update CMakeLists.txt
2018-01-29 10:45:30 +01:00
Aart Stuurman
221ed561d9
Fixed shared build on windows. Prefixed compile options.
2018-01-29 00:28:50 +01:00
Aart Stuurman
33a2f96fb1
fixed installation command
2018-01-24 18:56:11 +01:00
Aart Stuurman
da3eee9460
Cleanup CMake file.
2018-01-24 18:22:11 +01:00
DAQ-AART\AartStuurman
4da26b02a4
changed version nr. moved BUILD_SHARED option to top with other build option.
2018-01-24 17:07:23 +01:00
Aart Stuurman
b558b8cac6
comments
2018-01-24 02:09:44 +01:00
Aart Stuurman
cf7261add5
Reordered public include files so they are now in include/amqpcpp/.
2018-01-24 01:58:18 +01:00
Aart Stuurman
271cb5b60d
linux sockets opt-in again. we're breaking some other stuff anyway, so better do it well.
2018-01-23 19:27:11 +01:00
Aart Stuurman
27f765b5f7
linux tcp is now opt-out instead of opt-in(to keep compatibility with the original lib).
2018-01-23 19:15:10 +01:00
Aart Stuurman
001bf38715
Set output directory to bin/
2018-01-23 18:58:51 +01:00
Aart Stuurman
50761bd40d
CMakefile cleanup. No functional changes.
2018-01-23 17:12:38 +01:00
Aart Stuurman
001dfaa7e0
- Moved linux specific TCP implementation to a seperate folder and removed it from default build. Does not yet build correctly if you want that.
...
- Fixed conversion warnings from <some integer> type to uint32_t, which happens a lot around here. This is no functional change, just making it explicit so the compiler doesn't warn.
2018-01-23 16:47:53 +01:00
Emiel Bruijntjes
1e03b64cb4
renamed project to amqpcpp for cmake ( fixes #140 )
2017-07-13 14:48:37 +02:00
RafalGoslawski
5e895f3b9f
Update CMakeLists.txt. fixes #123
2017-05-04 11:34:17 +02:00
Emiel Bruijntjes
5ccfd858d1
removed examples from cmakelists
2016-10-03 23:23:39 +02:00
theirix
fbe287c795
Build shared library with CMake
...
Added option BUILD_SHARED to build shared library instead of static.
2016-07-10 22:24:24 +03:00
Maksim Kuzevanov
1dcbc33b53
make it compile with cmake 2.8/gcc 4.7.3
2016-07-01 17:29:35 +03:00
Julien 'Lta' BALLET
90639c3715
Add missing trailing / and filter headers
2016-03-22 02:07:52 +01:00
Julien 'Lta' BALLET
d88e9f8922
[cmake] Install headers
2016-03-22 01:39:32 +01:00
Jakub Stefanski
6782a7bfd4
Fix Windows build
...
Fixed windef.h shadowing of 'max' definition and added LEAN_AND_MEAN
definition for more lightweight build.
Added missing 'functional' includes.
2015-10-02 15:54:15 +02:00
Emiel Bruijntjes
ce80a971d7
update cmakefile
2015-06-01 08:44:59 +02:00
RPG-18
44027dbb52
add RabbitMQ Tutorials
2015-05-19 00:20:52 +03:00
Bartosz Szreder
2dba897ed9
Add install target to CMake.
2015-03-29 20:25:12 +02:00
Bartosz Szreder
11bf55b6a2
Fix compilation with CMake.
2015-03-29 15:48:42 +02:00
Richard Hodges
4acee206d2
testing - added stub to build a test based on asio
2014-08-07 11:00:06 +01:00
Richard Hodges
b9ca150dba
merged from latest upstream
2014-07-28 15:16:32 +01:00
Richard Hodges
f88fa4b955
build - add amqp-cpp project declaration and make include directories relative to it
2014-07-11 18:45:02 +01:00
Richard Hodges
43c6e163b1
build - make source files relative to project dir rather than CMAKE_SOURCE_DIR
2014-07-11 18:38:05 +01:00
Richard Hodges
7c0642f30d
build - added CMakeLists.txt to allow integration into a CMAKE build tree
2014-07-11 18:17:03 +01:00