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
Hussein Kasem 4c17245d33 Android Build: Add callback_dispatcher.cc to Android.mk 3 years ago
build-android Android Build: Add callback_dispatcher.cc to Android.mk 3 years ago
libpEpAdapter add Semaphore.hh to Visual Studio Projekt 3 years ago
test make it testable 3 years ago
.hgignore passphrase cache 3 years ago
Adapter.cc ignore PEP_STATEMACHINE_CANNOT_SEND 3 years ago
Adapter.hh C++ 11, options for clang and gcc 3 years ago
Adapter.hxx C++ 11, options for clang and gcc 3 years ago
LICENSE.txt adding licensing and locked_queue 5 years ago
Makefile depends in Makefile 3 years ago
Makefile.conf C++ 11, options for clang and gcc 3 years ago
Semaphore.hh ... 3 years ago
call_with_lock.cc add call_with_lock(). Moved from Json Adapter. 4 years ago
call_with_lock.hh add call_with_lock(). Moved from Json Adapter. 4 years ago
callback_dispatcher.cc reset iterator on found passphrase 3 years ago
callback_dispatcher.hh need a semaphore here 3 years ago
locked_queue.hh normalizing 4 years ago
pEpLog.hh Move pEpLog() macro to new header pEpLog.hh 3 years ago
passphrase_cache.cc std::list::back() is b0rken on Windows. Replacement. 3 years ago
passphrase_cache.hh make it testable 3 years ago
passphrase_cache.hxx never modify while iterating 3 years ago
pc_container.hh missing include 3 years ago
readme.md Add basic build instructions 4 years ago
slurp.cc add function slurp(), coming from JsonAdapter 5 years ago
slurp.hh add function slurp(), coming from JsonAdapter 5 years ago
status_to_string.cc ... 4 years ago
status_to_string.hh ... 4 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