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 277204c40d pEpLog - added pEpEngine logging API support (providing platform abstractions and portability), runtime switching and thread-safety. (platforms 2 years ago
build-android Android Build: Add callback_dispatcher.cc to Android.mk 3 years ago
build-windows Rename Windows build path 2 years ago
test auto call release() on platforms where this is supported. 3 years ago
.gitignore .gitignore 2 years ago
Adapter.cc local var never used 2 years ago
Adapter.hh some formatting only, (cant we agree on softwrapping please, line width on my MBP 13" is around 2000) 3 years ago
Adapter.hxx use std::<atomic> types for thread synchronization. (otherwise undef behaviour) 2 years ago
LICENSE.txt adding licensing and locked_queue 5 years ago
Makefile Unified local.conf with pEpJNIAdapter, added local.conf.example, (BUILD_CONFIG gone seemed to be broken, anyone missing it? /q heck) 3 years ago
Makefile.conf then you dont even need the if -include doesnt worry if file not existing 3 years ago
Semaphore.hh simplify expressions 2 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 use std::<atomic> types for thread synchronization. (otherwise undef behaviour) 2 years ago
callback_dispatcher.hh just cosmetics (less error prone to read, makes you think about the missing else case) 2 years ago
constant_time_algo.cc Aargl!! On equality, d==0! Might solve JSON-164? 3 years ago
constant_time_algo.hh add constant_time_algo.hh/.cc with constant_time_equal() only at the moment. 3 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 merging 3 years ago
message_cache.cc Fixed white-space issues again which got clobbered in merge, same as rev. 7c07e68b6f56 (and more). 3 years ago
message_cache.hh copy ID in empty_message_copy() 3 years ago
pEpLog.cc pEpLog - added pEpEngine logging API support (providing platform abstractions and portability), runtime switching and thread-safety. (platforms 2 years ago
pEpLog.hh pEpLog - added pEpEngine logging API support (providing platform abstractions and portability), runtime switching and thread-safety. (platforms 2 years ago
passphrase_cache.cc test/test_ensure_passphrase.cc 3 years ago
passphrase_cache.hh implementing ENGINE-781 3 years ago
passphrase_cache.hxx test/test_ensure_passphrase.cc 3 years ago
pc_container.hh Windoze needs this 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