C++11 library providing functionality common to all adapters.
You can not 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
positron cc6dd23337
trivial build system fix
7 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 passphrase_cache: coding conventions / readability 1 year ago
test trivial build system fix 7 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 1 year 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 LIB-13: Standard project layout (src dir added) 2 years ago
Makefile.conf Merge branch 'Release_2.1' 2 years ago
README.md Doc: update the ancient README.md 1 year ago
local.conf.example Unified local.conf with pEpJNIAdapter, added local.conf.example, (BUILD_CONFIG gone seemed to be broken, anyone missing it? /q heck) 3 years 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