Dennis Klein
c02fbed331
Require msgpack 3.1.0
...
Since 3.1.0 msgpack ships a proper CMake package exporting a target
for the header-only C++ library. Allows us to get rid of our custom
find module.
2018-08-30 17:39:56 +02:00
Dennis Klein
76aeb2c7e6
Require nanomsg 1.1.3
...
Since 1.1.3 nanomsg ships a CMake package, so we can get rid
of our custom find module.
2018-08-30 17:39:56 +02:00
Dennis Klein
db5f3d794c
Do not require the static library
...
Standard policy in most Linux distributions is to not install
static libraries.
2018-08-30 17:39:56 +02:00
Alexey Rybalchenko
b814e40c87
Fix multipart transfer timeout and enable its tests
2018-08-27 18:12:02 +02:00
Alexey Rybalchenko
5d37ab2f01
Use always-available transport for config test
2018-08-27 18:12:02 +02:00
Alexey Rybalchenko
5303e916fb
Enable definitions propagation for tests
2018-08-27 18:12:02 +02:00
Alexey Rybalchenko
7d5e76dece
Add more tests for custom main()
2018-08-27 17:37:22 +02:00
Alexey Rybalchenko
2498837b8e
Use new RateLimiter for ConditionalRun
2018-08-27 17:37:22 +02:00
Alexey Rybalchenko
6545daeda7
Use new RateLimiter in BenchmarkSampler
2018-08-27 17:37:22 +02:00
Matthias Kretz
e95096eb37
Add RateLimiter class to tools
2018-08-27 17:37:22 +02:00
Alexey Rybalchenko
1bb558a457
Refactor initialization
...
- add device constructor that accepts FairMQProgOptions object.
- Initialize config values in INIT state (to allow their update).
- Simplify FairMQProgOptions handling in FairMQDevice.
- Simplify SetTransport/SetConfig - refactor duplicated code.
- Add FairMQDevice methods to add channels.
2018-08-27 17:37:22 +02:00
Dennis Klein
1c78b8ef0a
Remove graph from codecov PR comment
2018-08-27 12:58:27 +02:00
Dennis Klein
017c5cdc3f
Update bug report template
2018-08-27 09:44:35 +02:00
Dennis Klein
d4daa9c262
Switch to static license badge
...
Github's license detection does not work
any more since a couple of days.
2018-08-27 09:14:11 +02:00
Dennis Klein
9564b13c19
Move paragraph to right position
2018-08-24 16:28:39 +02:00
Dennis Klein
56cdb3812d
Reflect new release model
2018-08-24 15:46:54 +02:00
Dennis Klein
2a002a2984
Help github license detection again
2018-08-24 15:27:41 +02:00
Dennis Klein
a7429ed79b
Move and update PR template
2018-08-21 13:21:25 +02:00
Dennis Klein
09ef175736
Create issue templates
2018-08-21 13:21:25 +02:00
Dennis Klein
a55db74848
Fix variable name
2018-08-21 13:15:02 +02:00
Dennis Klein
8b3e3bbe28
Fix coverage reporting for FAST_BUILD
2018-08-09 16:15:15 +02:00
Dennis Klein
e71c9c1121
Parallelize unity build
...
Only needed with Makefile generator,
see https://github.com/sakra/cotire/blob/master/MANUAL.md#optimizing-the-build-process-for-multiple-processor-cores
2018-08-09 16:15:15 +02:00
Dennis Klein
fc0adba26b
Support unity build
2018-08-09 16:15:15 +02:00
Dennis Klein
24dff2fd76
Enable FAST_BUILD for alfa-ci
2018-08-09 16:15:15 +02:00
Dennis Klein
70ffc0d8c6
Guard list operation for the case the list is empty
2018-08-09 16:15:15 +02:00
Dennis Klein
ff701006fd
Reflect dev version in the installed artifacts
2018-08-09 16:15:15 +02:00
Dennis Klein
c8bd19b7a1
Add experimental FAST_BUILD option
...
Significantly reduces compile time for the FairMQ target with
precompiled headers and unity build. For maximum improvement, use
a multi-core-aware build tool, e.g. Ninja.
Leave it undocumented for now, let's first test it internally for a while.
2018-08-09 16:15:15 +02:00
Dennis Klein
aee2ba7b9b
Increase sample size to catch time sensitive branches
...
and stabilize coverage diff reports.
2018-08-09 16:15:15 +02:00
Dennis Klein
9184d5bdae
clean
2018-08-09 16:15:15 +02:00
Dennis Klein
5e6f3a5430
Enable color output with Ninja
2018-08-09 16:15:15 +02:00
Dennis Klein
d0fe175cab
Print global cxx flags
2018-08-09 16:15:15 +02:00
Dennis Klein
6f22ccf4c1
Fix -Wsign-compare
2018-08-09 16:15:15 +02:00
Dennis Klein
b2034c20cf
Fix -Wshadow
2018-08-09 16:15:15 +02:00
Dennis Klein
ab6fd35a86
Add header-only target for msgpack
2018-08-09 16:15:15 +02:00
Dennis Klein
4a8e46c65c
Fix -Wunused-parameter
2018-08-09 16:15:15 +02:00
Dennis Klein
90e00730b1
Update clang-format
2018-08-09 16:15:15 +02:00
Dennis Klein
924c8ac5f6
Add hint how to change build type and change color of selected type
2018-08-09 16:15:15 +02:00
Dennis Klein
1e0159b775
Link against system threads library
2018-08-08 16:13:41 +02:00
Alexey Rybalchenko
ef3eb5f83e
Simplify structure in DeviceRunner and plugin classes
2018-08-08 16:13:41 +02:00
Alexey Rybalchenko
ee8afd7d2b
Fix race in plugin manager/services
2018-08-08 16:13:41 +02:00
Alexey Rybalchenko
a53ef79552
Run state handlers on the main thread (breaking change for control).
2018-08-08 16:13:41 +02:00
Dennis Klein
c064da91df
Add ThreadSan/AddressSan build types and print table
2018-07-27 17:09:52 +02:00
Dennis Klein
f5e3212cbf
Align with repo subtitle on github
2018-07-27 16:21:24 +02:00
Dennis Klein
c1d61007a1
Add Introduction header
2018-07-27 16:21:24 +02:00
Dennis Klein
93fb407af6
Compact dependency list
2018-07-27 16:21:24 +02:00
Dennis Klein
8e7e23e2d0
Add Copyright statement in separate file instead of README
2018-07-27 16:21:24 +02:00
Dennis Klein
f0ec5fa2be
Refactor license section
2018-07-27 16:21:24 +02:00
Dennis Klein
aaaadf0a0b
Switch to faster shields host
2018-07-23 20:34:23 +02:00
Dennis Klein
daec266341
Improve visibility of release and docs links
2018-07-23 15:47:04 +02:00
Dennis Klein
38a149d50c
Make badges hyperlinks
2018-07-23 15:47:04 +02:00