C++11 library providing functionality common to all adapters.
Go to file
David Lanzendörfer de2203c56e Only build static on z/OS 2022-02-07 09:02:32 +00:00
.gitlab-ci-files CID: don't use insecure docker registries anymore 2021-02-23 10:16:04 +01:00
build-android Android build: Update for 2.1.19+ 2021-03-30 14:14:14 +02:00
build-windows Add missing header files to Windows project 2021-07-16 07:39:17 +02:00
scripts CI: use specific project versions 2021-02-16 12:48:37 +01:00
src Namespace 2022-02-07 09:02:32 +00:00
test new CountingSemaphore class, plus test case 2021-11-25 15:41:20 +01:00
.clang-format fix .clang-format invalid value 2022-01-04 14:15:43 +01:00
.gitignore Proper soversion handling 2022-02-07 09:02:32 +00:00
.gitlab-ci.yml CI: remove unfinished CentOS/RHEL jobs 2021-02-16 12:53:03 +01:00
DEPENDENCIES CI: DEPENDENCIES - libpEpAdapter does not specify engine version to be used. 2021-03-30 00:59:55 +02:00
LICENSE.txt adding licensing and locked_queue 2018-10-04 11:45:32 +02:00
Makefile LIB-13: Standard project layout (src dir added) 2021-03-26 18:02:38 +01:00
Makefile.conf Only build static on z/OS 2022-02-07 09:02:32 +00:00
README.md Doc: update the ancient README.md 2022-01-04 14:16:07 +01:00
local.conf.example Unified local.conf with pEpJNIAdapter, added local.conf.example, (BUILD_CONFIG gone seemed to be broken, anyone missing it? /q heck) 2020-08-13 00:26:02 +02:00

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