C++11 library providing functionality common to all adapters.
Go to file
Volker Birk 50bbb9d8c5 Added tag Release_2.1.0-RC10 for changeset d2960a3f7403 2020-07-06 16:01:46 +02:00
build-android Android: Add passphrase_cache.cc to LOCAL_SRC_FILES 2020-06-30 13:49:15 +02:00
libpEpAdapter add Semaphore.hh to Visual Studio Projekt 2020-07-04 22:25:03 +02:00
test make it testable 2020-07-05 02:27:49 +02:00
.hgignore passphrase cache 2020-06-25 20:26:56 +02:00
Adapter.cc ignore PEP_STATEMACHINE_CANNOT_SEND 2020-06-29 12:49:13 +02:00
Adapter.hh C++ 11, options for clang and gcc 2020-04-30 13:52:36 +02:00
Adapter.hxx C++ 11, options for clang and gcc 2020-04-30 13:52:36 +02:00
LICENSE.txt adding licensing and locked_queue 2018-10-04 11:45:32 +02:00
Makefile depends in Makefile 2020-06-25 20:26:20 +02:00
Makefile.conf C++ 11, options for clang and gcc 2020-04-30 13:52:36 +02:00
Semaphore.hh ... 2020-07-05 01:03:35 +02:00
call_with_lock.cc add call_with_lock(). Moved from Json Adapter. 2019-04-23 17:05:17 +02:00
call_with_lock.hh add call_with_lock(). Moved from Json Adapter. 2019-04-23 17:05:17 +02:00
callback_dispatcher.cc reset iterator on found passphrase 2020-07-05 01:43:57 +02:00
callback_dispatcher.hh need a semaphore here 2020-07-04 21:54:54 +02:00
locked_queue.hh normalizing 2019-11-16 17:52:29 +01:00
pEpLog.hh Move pEpLog() macro to new header pEpLog.hh 2020-04-23 00:53:19 +02:00
passphrase_cache.cc std::list::back() is b0rken on Windows. Replacement. 2020-07-06 15:58:36 +02:00
passphrase_cache.hh make it testable 2020-07-05 02:27:49 +02:00
passphrase_cache.hxx never modify while iterating 2020-06-28 16:47:20 +02:00
pc_container.hh missing include 2020-07-01 11:04:54 +02:00
readme.md Add basic build instructions 2019-01-17 16:22:02 +01:00
slurp.cc add function slurp(), coming from JsonAdapter 2018-10-17 11:22:21 +02:00
slurp.hh add function slurp(), coming from JsonAdapter 2018-10-17 11:22:21 +02:00
status_to_string.cc ... 2019-05-04 02:12:55 +02:00
status_to_string.hh ... 2019-05-04 02:12:55 +02:00

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