Commits (23)
-
Matthias Heckmann authorede0371109
-
Matthias Heckmann authoreddbc036a9
-
Matthias Heckmann authorede6917922
-
Matthias Heckmann authored7344ab26
-
Matthias Heckmann authoredc961f665
-
Matthias Heckmann authoredcb1e95b4
-
Matthias Heckmann authored
LIB-13: "Define Coding Standards And Project Structure" - Reformat (almost) the whole codebase using clang-format.
9d810df0 -
Matthias Heckmann authored84eccb38
-
Matthias Heckmann authoredef5bc0a7
-
Matthias Heckmann authored
Define and implement Coding Style using clang-format. top level .clang-format, supported by nearly all Editors/IDE's and if not, one has to manually run clang-format. Its up to the dev. But everybody can use it, and its enables to use a shared definition of coding style. I want to avoid the project to end up in an underspecified/inconsistent state after the code base has grown over the years. So, NOW is the time to do it. Flat project structure becomes unmanageable. Create standard project layout, of at least * src * test for now ALSO: The max. C++ Standard to be used (pEp-wide) has now been raised to C++14 (!!!)
ca0d30c1 -
Matthias Heckmann authoreda38ac80b
-
Matthias Heckmann authored21e4496f
-
Matthias Heckmann authored
Adapter.hxx: session needs to be re-initialized here. To make sure that the session of the main thread and the session ot the sync thread have the same messageToSend, _inject_sync_event, _ensure_passphrase callbacks registered
6fe0f96e -
Matthias Heckmann authored1a14b1a2
-
Matthias Heckmann authored9b2defe5
-
Matthias Heckmann authored7cd8f9ea
-
Matthias Heckmann authored
Tests: Be ::explicit about global namespace, dont include headers in headers (unnecessarily), be in the namespace pEp, not more
9f342cef -
Matthias Heckmann authored2e12e794
-
Matthias Heckmann authored4e25a59c
-
Matthias Heckmann authoredd900e8df
-
Matthias Heckmann authored
LIB-11: use prefix "group_" for query functions / use prefix "adapter_" for "wrapped" Group management functions
341ff796 -
Matthias Heckmann authoredef99d87d
-
Matthias Heckmann authored701e31f9
Showing
.clang-format
0 → 100644
File moved
adapter_group.cc
0 → 100644
adapter_group.h
0 → 100644
call_with_lock.hh
deleted
100644 → 0
pEpLog.cc
deleted
100644 → 0
src/Makefile
0 → 100644
src/call_with_lock.hh
0 → 100644
src/pEpLog.cc
0 → 100644
src/status_to_string.cc
0 → 100644
status_to_string.cc
deleted
100644 → 0