Commits (5)
-
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
Showing
.clang-format
0 → 100644
File moved
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