36 Commits (842c764e85238b9fe305296d62d2ef4ffc42f3c7)

Author SHA1 Message Date
heck 30e7668d51 add includes for linux gcc 4 years ago
heck c732f24c48 ALL FILES - replace #pragma once with standard include guards (and make sure license header) 4 years ago
heck 966b2967d4 use std::<atomic> types for thread synchronization. (otherwise undef behaviour) 4 years ago
heck b0a57da9fa just cosmetics (less error prone to read, makes you think about the missing else case) 4 years ago
heck 6cdfe86402 non-local single char named vars are not that handy. 4 years ago
heck 4766b4c07b some formatting only, (cant we agree on softwrapping please, line width on my MBP 13" is around 2000) 5 years ago
Volker Birk 0260722d6c use .joinable() instead of pointer value to detect if sync is running 5 years ago
Volker Birk 87829c5dc4 C++ 11, options for clang and gcc 5 years ago
heck b7d8c06d79 Move pEpLog() macro to new header pEpLog.hh 5 years ago
heck a62e51bec8 Backing out all commits after 159:3275abf4bb79 5 years ago
heck 15a20035eb Improved Logging, prefixed with thread_id now. (DEBUG build only) 5 years ago
heck 2a78dab74f Added Build var DEBUG for release/debug builds. (-g vs NDEBUG) 6 years ago
Volker Birk 9a00b896a5 FIXME: I need Heck! 6 years ago
Volker Birk 825c69b726 FIXME! 6 years ago
Volker Birk 4b9fdbba02 clean shutdown in sync_thread 6 years ago
Volker Birk 5ff0137603 adding license information 6 years ago
Volker Birk b1c5cf6a1a synchronously and immediate shutdown 6 years ago
Volker Birk fad58207d7 ... 6 years ago
Volker Birk 8c0fe0553e not static - testing 6 years ago
Volker Birk 04e99fb2c2 ... 6 years ago
Volker Birk c883a95ffb ... 6 years ago
Volker Birk 087d6623c2 move exception between threads 6 years ago
Volker Birk c25feca938 startup() may throw RuntimeError 6 years ago
Volker Birk e61c860a25 runtime error trying to start sync if no own identities available 6 years ago
Roker 0f061670eb add #include <cassert> 6 years ago
Volker Birk 64a021192d .. 6 years ago
Volker Birk 3ee86779f0 ... 6 years ago
Volker Birk e513b10352 API change 7 years ago
Roker 52530e2a33 remove "locked_queue" and <thread> from public Adapter.hh API, because not necessary there. 7 years ago
Volker Birk 05c66d5a74 moving startup code before register_sync_callbacks() 7 years ago
Volker Birk 47d8cfbd97 simplify 7 years ago
Volker Birk 6ab4d2664b remove deleter 7 years ago
Volker Birk e99d28569c extra callbacks for sync thread 7 years ago
Roker 4238c90d65 add Deleter parameter to locked_queue<> 7 years ago
Volker Birk 89ca327f03 ... 7 years ago