Commit Graph

163 Commits (b7d8c06d79c68204c8e44baddeb27b3a8545d3a3)
 

Author SHA1 Message Date
Roker 0f061670eb add #include <cassert>
4 years ago
Volker Birk c85d75a9ad Added tag 0.1.0-RC for changeset 7614cd2167ef
4 years ago
Volker Birk 64a021192d ..
4 years ago
Volker Birk 3ee86779f0 ...
4 years ago
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
4 years ago
Damiano Boppart 63b2c2f5cc Fix clean target, and library search paths
4 years ago
Damiano Boppart 83154e7102 Merge in default
4 years ago
Roker 02f6123646 LAS-2 I hope that default template argument would make modern clang++ happy.
4 years ago
Damiano Boppart 88b080fa5c Merge in default
4 years ago
Damiano Boppart 81599ce27d Fix variable definition syntax
4 years ago
Damiano Boppart fbde9496c4 Merge in default
4 years ago
Roker 8bde1d7242 Follow Engine's API change in test_adapter, too.
4 years ago
Damiano Boppart 9b41720bd0 First attempt at makefile cleanup
4 years ago
Thomas 191bb8b5e4 For debugging purposes
4 years ago
Roker 05e7a8fa90 try_pop_front() returns true on success, not on timeout! Thanks, thomas!
4 years ago
Volker Birk fcd724e769 removing legacy nonsense
4 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
4 years ago
Volker Birk e513b10352 API change
4 years ago
Roker 52530e2a33 remove "locked_queue" and <thread> from public Adapter.hh API, because not necessary there.
4 years ago
Roker 82cb8717f6 _retrieve_next_sync_event() now uses try_pop_front() instead of the manual timeout gebastel before... :-)
4 years ago
Roker 793eaa4c71 add locked_queue<>.try_pop_front() with timeout in seconds, instead of absolute time.
4 years ago
Roker 8d92ae2efd don't pollute the global namespace with "using namespace std;" in the header. Adds some comments for documentation.
4 years ago
Volker Birk faadeb2741 merging
4 years ago
Volker Birk f2b9b50caa adding status_to_string
4 years ago
Roker 2d7af21d37 add status_to_string() function to libpEpAdapter.
4 years ago
Thomas cd6b1e2609 Adjust file paths
4 years ago
Volker Birk 233cfe4045 safely delete while iterating
4 years ago
Roker c652ca1d7c add compact()
4 years ago
Roker 9ea476f762 add cbegin() and cend() for explicit const-iterating, too., as common in C++11
4 years ago
Roker b9b7602d95 remove "consumer API", remove changed queue. it is not necessary!
4 years ago
Volker Birk 05c66d5a74 moving startup code before register_sync_callbacks()
4 years ago
Volker Birk f3e9fc2861 merging
4 years ago
Volker Birk 47d8cfbd97 simplify
4 years ago
Roker 987e5c21be add test program for the library.
4 years ago