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 915632d3fa BUILD: use pEpEngine=Release_2.1.20 2 years ago
.gitlab-ci-files CID: don't use insecure docker registries anymore 2 years ago
build-android Android Build: Add all *.cc source files instead of one by one 2 years ago
build-windows Add pEpLog to Visual Studio project 2 years ago
scripts CI: use specific project versions 2 years ago
test ALL FILES - replace #pragma once with standard include guards (and make sure license header) 2 years ago
.gitignore .gitignore 2 years ago
.gitlab-ci.yml CI: remove unfinished CentOS/RHEL jobs 2 years ago
Adapter.cc local var never used 2 years ago
Adapter.hh ALL FILES - replace #pragma once with standard include guards (and make sure license header) 2 years ago
Adapter.hxx add includes for linux gcc 2 years ago
DEPENDENCIES BUILD: use pEpEngine=Release_2.1.20 2 years ago
LICENSE.txt adding licensing and locked_queue 5 years ago
Makefile Use compiler to generate .d files instead of using sed. 2 years ago
Makefile.conf then you dont even need the if -include doesnt worry if file not existing 3 years ago
Semaphore.hh add includes for linux gcc 2 years ago
call_with_lock.cc ALL FILES - replace #pragma once with standard include guards (and make sure license header) 2 years ago
call_with_lock.hh ALL FILES - replace #pragma once with standard include guards (and make sure license header) 2 years ago
callback_dispatcher.cc ALL FILES - replace #pragma once with standard include guards (and make sure license header) 2 years ago
callback_dispatcher.hh ALL FILES - replace #pragma once with standard include guards (and make sure license header) 2 years ago
constant_time_algo.cc ALL FILES - replace #pragma once with standard include guards (and make sure license header) 2 years ago
constant_time_algo.hh ALL FILES - replace #pragma once with standard include guards (and make sure license header) 2 years 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
locked_queue.hh ALL FILES - replace #pragma once with standard include guards (and make sure license header) 2 years ago
message_cache.cc ALL FILES - replace #pragma once with standard include guards (and make sure license header) 2 years ago
message_cache.hh ALL FILES - replace #pragma once with standard include guards (and make sure license header) 2 years ago
pEpLog.cc replace C99 style #if defined() with C++ 2 years ago
pEpLog.hh Android Build: Add android/log.h include 2 years ago
passphrase_cache.cc ALL FILES - replace #pragma once with standard include guards (and make sure license header) 2 years ago
passphrase_cache.hh ALL FILES - replace #pragma once with standard include guards (and make sure license header) 2 years ago
passphrase_cache.hxx ALL FILES - replace #pragma once with standard include guards (and make sure license header) 2 years ago
pc_container.hh ALL FILES - replace #pragma once with standard include guards (and make sure license header) 2 years ago
readme.md Add basic build instructions 4 years ago
slurp.cc ALL FILES - replace #pragma once with standard include guards (and make sure license header) 2 years ago
slurp.hh ALL FILES - replace #pragma once with standard include guards (and make sure license header) 2 years ago
status_to_string.cc ALL FILES - replace #pragma once with standard include guards (and make sure license header) 2 years ago
status_to_string.hh ALL FILES - replace #pragma once with standard include guards (and make sure license header) 2 years ago

readme.md

How to build

To customize your build, you may change several variables that are consumed by make.

These variables, along with some explanations can be found in Makefile.conf.

You can edit that file, or create a file local.conf in the root of the repository, which will also be parsed by make.

A sample local.conf looks like this:

PREFIX=$(HOME)/code/libad/build

ENGINE_LIB=-L$(HOME)/code/engine/build/lib
ENGINE_INC=-I$(HOME)/code/engine/build/include

Now, run:

make all
make install