Damiano Boppart
|
379d3f268a
|
Merge heads
|
7 years ago |
Damiano Boppart
|
63b2c2f5cc
|
Fix clean target, and library search paths
|
7 years ago |
Damiano Boppart
|
83154e7102
|
Merge in default
|
7 years ago |
Roker
|
02f6123646
|
LAS-2 I hope that default template argument would make modern clang++ happy.
|
7 years ago |
Damiano Boppart
|
88b080fa5c
|
Merge in default
|
7 years ago |
Damiano Boppart
|
81599ce27d
|
Fix variable definition syntax
|
7 years ago |
Damiano Boppart
|
fbde9496c4
|
Merge in default
|
7 years ago |
Roker
|
8bde1d7242
|
Follow Engine's API change in test_adapter, too.
LAS-2: Follow Engine's API change in test_adapter.
|
7 years ago |
Damiano Boppart
|
9b41720bd0
|
First attempt at makefile cleanup
|
7 years ago |
Thomas
|
191bb8b5e4
|
For debugging purposes
|
7 years ago |
Roker
|
05e7a8fa90
|
try_pop_front() returns true on success, not on timeout! Thanks, thomas!
|
7 years ago |
Volker Birk
|
fcd724e769
|
removing legacy nonsense
|
7 years ago |
Roker
|
f197892d4e
|
Sorry, but I do need that Deleter feature in the locked_queue to avoid memory leaks. But this way now it should not harm all non-users, I hope so. :-o
|
7 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 |
Roker
|
82cb8717f6
|
_retrieve_next_sync_event() now uses try_pop_front() instead of the manual timeout gebastel before... :-)
|
7 years ago |
Roker
|
793eaa4c71
|
add locked_queue<>.try_pop_front() with timeout in seconds, instead of absolute time.
|
7 years ago |
Roker
|
8d92ae2efd
|
don't pollute the global namespace with "using namespace std;" in the header. Adds some comments for documentation.
|
7 years ago |
Volker Birk
|
faadeb2741
|
merging
|
7 years ago |
Volker Birk
|
f2b9b50caa
|
adding status_to_string
|
7 years ago |
Roker
|
2d7af21d37
|
add status_to_string() function to libpEpAdapter.
|
7 years ago |
Thomas
|
cd6b1e2609
|
Adjust file paths
|
7 years ago |
Volker Birk
|
233cfe4045
|
safely delete while iterating
|
7 years ago |
Roker
|
c652ca1d7c
|
add compact()
|
7 years ago |
Roker
|
9ea476f762
|
add cbegin() and cend() for explicit const-iterating, too., as common in C++11
|
7 years ago |
Roker
|
b9b7602d95
|
remove "consumer API", remove changed queue. it is not necessary!
|
7 years ago |
Volker Birk
|
05c66d5a74
|
moving startup code before register_sync_callbacks()
|
7 years ago |
Volker Birk
|
f3e9fc2861
|
merging
|
7 years ago |
Volker Birk
|
47d8cfbd97
|
simplify
|
7 years ago |
Roker
|
987e5c21be
|
add test program for the library.
|
7 years ago |
Roker
|
7c899dcb36
|
add state() function.
|
7 years ago |
Volker Birk
|
0e05b11f30
|
...
|
7 years ago |
Volker Birk
|
9208f9f729
|
push_back of combined element instead of emplace_back in a list
|
7 years ago |
Volker Birk
|
0fa4e1aee0
|
adding typename
|
7 years ago |
Volker Birk
|
6ab4d2664b
|
remove deleter
|
7 years ago |
Volker Birk
|
a2755260a5
|
no deleter
|
7 years ago |
Roker
|
9a86a4a4e7
|
put PC(nullptr, cdata) into changed list
|
7 years ago |
Volker Birk
|
e99d28569c
|
extra callbacks for sync thread
|
7 years ago |
Volker Birk
|
3d15b8513d
|
delete as standard deleter for clear()
|
7 years ago |
Volker Birk
|
4e56ba8e25
|
default deleter is delete
|
7 years ago |
Roker
|
10860cc0ea
|
add Producer/Consumer container. 1st try. Untested! Needs discussion!
|
7 years ago |
Roker
|
462ac26d0c
|
merge "LPA-1" into default branch
|
7 years ago |
Roker
|
a6a36ef76f
|
#close LPA-1
|
7 years ago |
Roker
|
70229a2789
|
rename "ret" into "r"
|
7 years ago |
Roker
|
e07ff65537
|
merge "default" into LPA-1
|
7 years ago |
Roker
|
addc7a1605
|
correct initialization order: baseclass first, own members second
|
7 years ago |
Roker
|
e825cb3b34
|
general template first, specialization second.
|
7 years ago |
Roker
|
4238c90d65
|
add Deleter parameter to locked_queue<>
|
7 years ago |
Roker
|
edba439279
|
added try_pop_front() and try_pop_back(). normal pop_*() now blocks instead of Undefined Behavior.
|
7 years ago |
Roker
|
145f945db2
|
start branch LPA-1
|
7 years ago |