C++11 library providing functionality common to all adapters.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
heck aa73426dea FIX: Session-Manager - Make impossible to inititalize more than once with possibly
different values
3 months ago
.gitlab-ci-files CID: don't use insecure docker registries anymore 2 years ago
build-android Android build: Update for 2.1.19+ 2 years ago
build-windows Add missing header files to Windows project 2 years ago
scripts CI: use specific project versions 2 years ago
src FIX: Session-Manager - Make impossible to inititalize more than once with possibly 3 months ago
test C++ standard doesnt allow ';' after namespace closing '}' 3 months ago
.clang-format fix .clang-format invalid value 1 year ago
.clang-tidy .clang-tidy: allow implicit bool conversion 1 year ago
.gitignore .gitignore: ignore new compiled file 2 years ago
.gitlab-ci.yml CI: remove unfinished CentOS/RHEL jobs 2 years ago
DEPENDENCIES CI: DEPENDENCIES - libpEpAdapter does not specify engine version to be used. 2 years ago
LICENSE.txt adding licensing and locked_queue 5 years ago
Makefile Build: test fw not no main Makefile 2 years ago
Makefile.conf Build: improve diag / use -isystem for dependencies 4 months ago
README.md Doc: update the ancient README.md 1 year ago
local.conf.example Test: Add resources/keys to this repo 5 months ago

README.md

libpEpAdapter

Build Configuration

The build configuration file is called local.conf. Use the file local.conf.example as a template.

cp local.conf.example local.conf

Then, tweak it to your needs.

Make Targets

The default make target is src.

Build

make src - Builds the complete library

Test

make test - Builds all tests

Install

make install - Installs the library into your $PREFIX
make uninstall - Uninstalls the library from your $PREFIX

Clean

make clean