Commit graph

1751 commits

Author SHA1 Message Date
badaix
3fea89a60b move assign function into implementation 2019-11-03 12:41:08 +01:00
badaix
2657b439b2 suppress future_error 2019-11-03 12:40:47 +01:00
Jordan Speicher
17264a0409 Fix relative install paths 2019-11-03 10:54:06 +01:00
badaix
81fc9ba389 add opus dependency to debian package 2019-11-02 16:20:25 +01:00
badaix
2a47e0b672 add opus options to cmakefiles 2019-11-02 16:19:59 +01:00
badaix
258bab4f65 WIP opus is working, some values are hard coded 2019-11-02 13:19:55 +01:00
badaix
8d47371115 Merge branch 'elli89-opus' into develop 2019-11-01 23:08:04 +01:00
badaix
0c7691756c merge PR#4 2019-11-01 23:07:32 +01:00
badaix
017988f99e store server status in a more compact format 2019-11-01 18:48:50 +01:00
badaix
4d7f411bdc rename config.h to config.hpp 2019-11-01 18:43:03 +01:00
badaix
55d74cb3d5 reformat comments 2019-11-01 18:25:32 +01:00
badaix
505769760e socket on the stack 2019-11-01 17:54:25 +01:00
badaix
7884348ae6 add TODO.md 2019-11-01 16:50:41 +01:00
badaix
58da57b6d2 fix warning 2019-11-01 16:50:27 +01:00
badaix
068c6ccc6f fix thread race 2019-11-01 15:23:52 +01:00
badaix
b5d8cefbcc fix data race and speedup batch commands 2019-11-01 15:23:38 +01:00
badaix
698c94bc2d return const references instead of copies 2019-11-01 15:22:38 +01:00
badaix
696752680c add options for DEBUG and SANITIZE 2019-11-01 15:21:56 +01:00
badaix
4022e59018 configurable number of threads 2019-11-01 11:41:20 +01:00
badaix
c58f66a87a less logging 2019-11-01 11:40:31 +01:00
badaix
7d8e77cfc0 check for 32bit lib atomic 2019-10-28 21:19:48 +01:00
badaix
ef36b406f5 Merge branch 'master' into develop 2019-10-28 19:38:00 +01:00
badaix
6fae88dff7 merge with master 2019-10-28 19:33:57 +01:00
badaix
786d8b71e3 merge with master 2019-10-28 19:23:15 +01:00
badaix
64c78d1a14 add CheckAtomic cmake module 2019-10-28 19:18:01 +01:00
badaix
388df08a7a remove unused var 2019-10-27 22:26:30 +01:00
badaix
1690f5ccc1 fix signal-unsafe call inside of a signal 2019-10-27 18:22:35 +01:00
badaix
f045602915 fix lock order inversion 2019-10-27 12:55:37 +01:00
Bart De Vries
c0e17b6ba7 Make sure to pick up LDFLAGS from environment.
Adapted the Makefiles for the client and server to make sure that
any LDFLAGS settings that exist in the environment are also picked up.
This brings it in line with the CXXFLAGS implementation which also
picks up settings from the environment.
This is needed because some distributions allow to set general compiler
and linker flags in a central configuration file.
2019-10-25 18:05:48 +02:00
Bart De Vries
015c202efc Update install and build procedure for Archlinux. 2019-10-25 18:04:01 +02:00
badaix
c4a8795c0a fix check for libatomic 2019-10-24 18:33:02 +02:00
Johannes Pohl
2eec9445a0
fix check for atomic 2019-10-24 12:41:13 +02:00
badaix
f47d0df9d7 reference stream sessions by weak_ptr 2019-10-23 22:23:06 +02:00
badaix
43bc4c26b8 fix warnings 2019-10-23 12:04:57 +02:00
badaix
b6142967c7 remove StreamSession::send 2019-10-23 09:07:46 +02:00
badaix
2f06ebed04 stream server uses async send and receive 2019-10-22 23:21:14 +02:00
badaix
6a3f59b0e1 fix warnings 2019-10-19 23:31:45 +02:00
badaix
aa32ced692 fix unused parameter warning 2019-10-19 22:47:58 +02:00
badaix
e13a78c52f CI fix CXX flags 2019-10-19 22:23:29 +02:00
badaix
9fe8c61c3b fix warnings 2019-10-19 22:22:43 +02:00
badaix
24b357287c fix deprecation warning 2019-10-19 22:22:18 +02:00
badaix
c32561730c CI add "-Wno-unused-function" 2019-10-19 21:55:27 +02:00
badaix
af2592ec9b CI raise warnings and treat as error 2019-10-19 21:43:43 +02:00
badaix
47e6992538 update aixlog to v1.2.3 2019-10-19 21:43:26 +02:00
badaix
a1e3d2685d build with -O3 2019-10-19 12:01:56 +02:00
badaix
ea11505a0b log unknown options as warning 2019-10-18 20:51:04 +02:00
badaix
d6205e958c raise required boost version to 1.70
fix link dependency to boost_system
2019-10-18 20:26:45 +02:00
badaix
e740adacb1 fix build warnings related to aixlog 2019-10-18 20:25:24 +02:00
badaix
7f0e1c2b14 fix websocket host 2019-10-17 19:49:26 +02:00
badaix
f79455042d update debian instructions 2019-10-16 23:07:24 +02:00