You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
heck 9d810df05e LIB-13: "Define Coding Standards And Project Structure" - Reformat (almost) the whole codebase using clang-format. 4 years ago
.gitlab-ci-files CID: don't use insecure docker registries anymore 4 years ago
build-android Android Build: Add all *.cc source files instead of one by one 4 years ago
build-windows Add pEpLog to Visual Studio project 4 years ago
scripts CI: use specific project versions 4 years ago
test ALL FILES - replace #pragma once with standard include guards (and make sure license header) 4 years ago
.clang-format LIB-13: Add Carefully crafted .clang-format 4 years ago
.gitignore .gitignore 4 years ago
.gitlab-ci.yml CI: remove unfinished CentOS/RHEL jobs 4 years ago
Adapter.cc LIB-13: "Define Coding Standards And Project Structure" - Reformat (almost) the whole codebase using clang-format. 4 years ago
Adapter.hh LIB-13: "Define Coding Standards And Project Structure" - Reformat (almost) the whole codebase using clang-format. 4 years ago
Adapter.hxx LIB-13: "Define Coding Standards And Project Structure" - Reformat (almost) the whole codebase using clang-format. 4 years ago
DEPENDENCIES BUILD: use pEpEngine=Release_2.1.23 4 years ago
LICENSE.txt adding licensing and locked_queue 7 years ago
Makefile Use compiler to generate .d files instead of using sed. 4 years ago
Makefile.conf then you dont even need the if -include doesnt worry if file not existing 5 years ago
README.md LIB-13: "Define Coding Standards And Project Structure" - Reformat (almost) the whole codebase using clang-format. 4 years ago
Semaphore.hh LIB-13: "Define Coding Standards And Project Structure" - Reformat (almost) the whole codebase using clang-format. 4 years ago
call_with_lock.cc LIB-13: "Define Coding Standards And Project Structure" - Reformat (almost) the whole codebase using clang-format. 4 years ago
call_with_lock.hh LIB-13: "Define Coding Standards And Project Structure" - Reformat (almost) the whole codebase using clang-format. 4 years ago
callback_dispatcher.cc LIB-13: "Define Coding Standards And Project Structure" - Reformat (almost) the whole codebase using clang-format. 4 years ago
callback_dispatcher.hh LIB-13: "Define Coding Standards And Project Structure" - Reformat (almost) the whole codebase using clang-format. 4 years ago
constant_time_algo.cc LIB-13: "Define Coding Standards And Project Structure" - Reformat (almost) the whole codebase using clang-format. 4 years ago
constant_time_algo.hh LIB-13: "Define Coding Standards And Project Structure" - Reformat (almost) the whole codebase using clang-format. 4 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) 5 years ago
locked_queue.hh LIB-13: "Define Coding Standards And Project Structure" - Reformat (almost) the whole codebase using clang-format. 4 years ago
message_cache.cc LIB-13: "Define Coding Standards And Project Structure" - Reformat (almost) the whole codebase using clang-format. 4 years ago
message_cache.hh LIB-13: "Define Coding Standards And Project Structure" - Reformat (almost) the whole codebase using clang-format. 4 years ago
pEpLog.cc LIB-13: "Define Coding Standards And Project Structure" - Reformat (almost) the whole codebase using clang-format. 4 years ago
pEpLog.hh LIB-13: "Define Coding Standards And Project Structure" - Reformat (almost) the whole codebase using clang-format. 4 years ago
passphrase_cache.cc LIB-13: "Define Coding Standards And Project Structure" - Reformat (almost) the whole codebase using clang-format. 4 years ago
passphrase_cache.hh LIB-13: "Define Coding Standards And Project Structure" - Reformat (almost) the whole codebase using clang-format. 4 years ago
passphrase_cache.hxx LIB-13: "Define Coding Standards And Project Structure" - Reformat (almost) the whole codebase using clang-format. 4 years ago
pc_container.hh ALL FILES - replace #pragma once with standard include guards (and make sure license header) 4 years ago
slurp.cc LIB-13: "Define Coding Standards And Project Structure" - Reformat (almost) the whole codebase using clang-format. 4 years ago
slurp.hh LIB-13: "Define Coding Standards And Project Structure" - Reformat (almost) the whole codebase using clang-format. 4 years ago
status_to_string.cc LIB-13: "Define Coding Standards And Project Structure" - Reformat (almost) the whole codebase using clang-format. 4 years ago
status_to_string.hh LIB-13: "Define Coding Standards And Project Structure" - Reformat (almost) the whole codebase using clang-format. 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