Commit Graph

35 Commits

Author SHA1 Message Date
fb8842e048 build and libname 2020-09-07 09:14:47 +02:00
a1b88d3a62 fix 2020-09-04 11:20:33 +02:00
514346c3ba static support lib 2020-09-04 11:00:34 +02:00
aa0c36713c Utility function to get a vector of set bits
Template function to return a vector with the positions of all set bits in a variable.
2020-08-05 13:42:57 +02:00
5bf6b7a338 Refactor of ZmqSocket (#109)
Changed data type of address from char[1000] to string to reduce stack size of object.

Removed redundant calls to Close

Removed function exposing the socket descriptor

Using functions from network_utils instead of duplicates

Added tests
2020-06-19 12:41:03 +02:00
cf9ec3de0d moench zmq (#107) 2020-06-17 10:34:42 +02:00
c33c479ada removed funcs from install 2020-05-18 14:18:12 +02:00
ea7cc9db8c less public headers 2020-05-15 10:52:23 +02:00
0dd5a099c8 renamed FixedCap.. to StaticVector 2020-05-15 09:03:23 +02:00
3962714b48 format + exception.cpp 2020-05-13 14:48:52 +02:00
337e56d9bf cleaned up LTO detection 2020-04-23 08:23:36 +02:00
655a410d43 cleaned up UdpRxSocket 2020-04-16 09:45:44 +02:00
fb051355b8 moved string conversion to .cpp 2020-03-26 15:06:23 +01:00
f22f23849d minor 2020-03-26 11:56:38 +01:00
9753d075f0 added headers to install 2020-03-24 09:06:36 +01:00
cb8403f1b0 zmq 2020-03-18 12:38:06 +01:00
b751238fc1 ZmqSocket 2020-03-18 12:12:01 +01:00
5479d3a198 fix 2020-03-18 11:11:00 +01:00
e1768905dd build interface 2020-03-18 11:06:37 +01:00
775d0842e9 build interface 2020-03-18 11:00:54 +01:00
e7e201bd2a export and include 2020-03-18 10:20:01 +01:00
6809bd6567 removed header 2020-03-12 12:38:00 +01:00
f1bce15a57 replaced udp socket 2020-02-17 17:43:14 +01:00
ec66079f65 renamed ServerInterface 2020-02-04 08:57:35 +01:00
2f2e4da628 Moved CmdLineProxy 2019-11-05 11:07:07 +01:00
c36dfc3992 even more tests 2019-08-12 12:09:44 +02:00
4ceee97c03 Api (#48)
* WIP

* WIP

* WIP

* cleaned up multi

* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* WIP

* split up python module

* WIP

* WIP

* WIP

* WIP

* WIP

* ok

* fixed bugs from rebase

* WIP

* fixed broken test

* WIP

* fixed python

* WIP

* sphinx help

* including new commands

* docs

* WIP

* WIP

* more tests

* added missing public header

* WIP
2019-08-07 11:21:07 +02:00
3bb0daeefb moved libs (#36) 2019-06-25 11:20:31 +02:00
17b08b6e53 removed MySocketTCP and old ServerInterface 2019-06-18 15:54:22 +02:00
415567006f non used header 2019-05-16 15:16:11 +02:00
e252b8e0e9 receiver socket 2019-05-15 17:51:48 +02:00
bf0847e967 removed ClientInterface 2019-05-15 08:38:49 +02:00
bc4d0452af removed unused error_defs.h 2019-05-14 17:25:43 +02:00
2a1c89f712 Fixed container (#19)
* added FixedCapacityContainer

* added empty to FixedCapacityContainer

* removed commented out section

* added FixedCapacityContainer to public headers
2019-05-08 12:34:45 +02:00
89a06f099c merging refactor (replacing) 2019-04-12 10:53:09 +02:00