Commit Graph

109 Commits (248b8df06ce2162c3da8da6932a7b32b6a76ddf6)
 

Author SHA1 Message Date
Roker 248b8df06c make copying more verbose to see what's done or what went w0ng. replace "ar" by $(AR) to make it configurable. 4 years ago
Roker 68a2f88903 add call_with_lock(). Moved from Json Adapter. 4 years ago
Volker Birk 13c5af925c add post build event 4 years ago
Volker Birk 602d0915cb adding -fPIC for Leenoox 4 years ago
Roker 4a3bd33be7 remove the big switch(), use pep_status_to_string() from pEpEngine.h instead. 4 years ago
Damiano Boppart c572693921 Merge make-cleanup 4 years ago
Damiano Boppart 61f8327e57 Merge in default 4 years ago
Hussein Kasem 7d77886ade Add stl flag on Android.mk 4 years ago
Hussein Kasem cab6b68dbf Merge with make-cleanup 4 years ago
Roker 62ef512232 merge default into branch 4 years ago
Hussein Kasem 329687595c Add Android build 4 years ago
Roker 5a56066f02 add 3 enumerators to status_to_string() function 4 years ago
Thomas 7c0ea06f2d Update Windows target version 4 years ago
Damiano Boppart 859527e249 Add basic build instructions 4 years ago
Damiano Boppart a24311cb18 Create all required folders when installing 4 years ago
Damiano Boppart 69a69265ca Fix clean target 4 years ago
Damiano Boppart 379d3f268a Merge heads 5 years ago
Damiano Boppart 63b2c2f5cc Fix clean target, and library search paths 5 years ago
Damiano Boppart 83154e7102 Merge in default 5 years ago
Roker 02f6123646 LAS-2 I hope that default template argument would make modern clang++ happy. 5 years ago
Damiano Boppart 88b080fa5c Merge in default 5 years ago
Damiano Boppart 81599ce27d Fix variable definition syntax 5 years ago
Damiano Boppart fbde9496c4 Merge in default 5 years ago
Roker 8bde1d7242 Follow Engine's API change in test_adapter, too.
LAS-2: Follow Engine's API change in test_adapter.
5 years ago
Damiano Boppart 9b41720bd0 First attempt at makefile cleanup 5 years ago
Thomas 191bb8b5e4 For debugging purposes 5 years ago
Roker 05e7a8fa90 try_pop_front() returns true on success, not on timeout! Thanks, thomas! 5 years ago
Volker Birk fcd724e769 removing legacy nonsense 5 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 5 years ago
Volker Birk e513b10352 API change 5 years ago
Roker 52530e2a33 remove "locked_queue" and <thread> from public Adapter.hh API, because not necessary there. 5 years ago
Roker 82cb8717f6 _retrieve_next_sync_event() now uses try_pop_front() instead of the manual timeout gebastel before... :-) 5 years ago
Roker 793eaa4c71 add locked_queue<>.try_pop_front() with timeout in seconds, instead of absolute time. 5 years ago
Roker 8d92ae2efd don't pollute the global namespace with "using namespace std;" in the header. Adds some comments for documentation. 5 years ago
Volker Birk faadeb2741 merging 5 years ago
Volker Birk f2b9b50caa adding status_to_string 5 years ago
Roker 2d7af21d37 add status_to_string() function to libpEpAdapter. 5 years ago
Thomas cd6b1e2609 Adjust file paths 5 years ago
Volker Birk 233cfe4045 safely delete while iterating 5 years ago
Roker c652ca1d7c add compact() 5 years ago
Roker 9ea476f762 add cbegin() and cend() for explicit const-iterating, too., as common in C++11 5 years ago
Roker b9b7602d95 remove "consumer API", remove changed queue. it is not necessary! 5 years ago
Volker Birk 05c66d5a74 moving startup code before register_sync_callbacks() 5 years ago
Volker Birk f3e9fc2861 merging 5 years ago
Volker Birk 47d8cfbd97 simplify 5 years ago
Roker 987e5c21be add test program for the library. 5 years ago
Roker 7c899dcb36 add state() function. 5 years ago
Volker Birk 0e05b11f30 ... 5 years ago
Volker Birk 9208f9f729 push_back of combined element instead of emplace_back in a list 5 years ago
Volker Birk 0fa4e1aee0 adding typename 5 years ago