heck
|
cd1c137e30
|
Test: test_adapter - use TESTLOG() instead od pEpLog() for tests
|
2 years ago |
heck
|
be1255f263
|
Test: test_adapter - use TESTLOG() instead od pEpLog() for tests
|
2 years ago |
heck
|
c0bc63dc8f
|
Test: test_ensure_passphrase - remove of unused includes
|
2 years ago |
heck
|
40132db3e2
|
Test: test_group - use pEpLog::log() instead of cout
|
2 years ago |
heck
|
5ec8455792
|
Test: test_listmanager_dummy - move the ASSERT_EXCEPT macro to utils
|
2 years ago |
heck
|
b5bd084580
|
Test: test_pEpSQLite - Switch from pEpLog() to using TESTLOG()
Also, use the ASSERT_EXCEPT macro from Test::Utils
|
2 years ago |
heck
|
cf7c5feea1
|
Test: Framework improve logging
depend on pEpLog, but add logging macros that are for testing and are not controlled by pEpLog::set_enabled(), so you can disable library logging.
|
2 years ago |
heck
|
629d17f809
|
correct the typo in "m4gic_logger_n4me"
|
2 years ago |
heck
|
b42b971966
|
pEpLog - Add functions and Macros for logH1() logH2()
Also, only the macros are now controlled by set_enabled().
The normal functions arent.
|
2 years ago |
heck
|
3444377bc2
|
Tests: test_listmanager_dummy - use log()
|
2 years ago |
heck
|
42855fdeee
|
Test: Utils - add const, add log() and lograw()
|
2 years ago |
heck
|
ae0eee6f97
|
grp enc interface - add noexcept, just more as a comment
|
2 years ago |
heck
|
a2c5c99046
|
grp enc interface - ommit pEp_group in adapter_group_create()
|
2 years ago |
heck
|
9ea23feeb2
|
LIB-11: ListManagerInterface is misconception
|
2 years ago |
heck
|
02d7ec1387
|
LIB-11: adapter_group.cc - add some impl
|
2 years ago |
heck
|
abea6b17f9
|
LIB-11: Add GroupQuery Dummy Driver
|
2 years ago |
heck
|
2d32c442ff
|
LIB-11: Add GroupUpdate Dummy Driver
|
2 years ago |
heck
|
fc7f8b5af3
|
LIB-11: Add GroupUpdate Engine Driver
|
2 years ago |
heck
|
711a896095
|
LIB-11: Add GroupQueryInterface
|
2 years ago |
heck
|
a8916c9ac1
|
LIB-11: Add GroupUpdateInterface
|
2 years ago |
heck
|
14cb72dca9
|
adapter_group.h - group_rating() is not part of this interface
|
2 years ago |
heck
|
e19e3a42a4
|
Merge branch 'LIB-12' into LIB-11 - "Add List Manager Backend: Dummy (SQLite3)"
|
2 years ago |
heck
|
943f07c469
|
test_listmanager_dummy - Add Error conditions / add list_exists(), member_exists()
|
2 years ago |
heck
|
c905aaaefb
|
ListManagerDummy - throw AlreadyExisting / DoesNotExist to indicate state
|
2 years ago |
heck
|
179f02e683
|
.gitignore
|
2 years ago |
heck
|
68b336a758
|
ListManagerDummy - Add public methods list_exists() / member_exists()
|
2 years ago |
heck
|
d7ef4bba10
|
ListManagerDummy - Add custom exceptions and slight rename
|
2 years ago |
heck
|
706431c85c
|
pEpSQLite - Add helper function eval_sql_count()
|
2 years ago |
heck
|
82359fdb9d
|
pEpSQLite - Add custom exceptions and revise .what()
|
2 years ago |
heck
|
aab0d35ab8
|
ListManagerDummy - Revise Exception .what()
|
2 years ago |
heck
|
c333d779ce
|
listmanager_dummy.hh - formatting
|
2 years ago |
heck
|
edc8fde83d
|
pEpSQLite.* - formatting
|
2 years ago |
heck
|
8df335e64d
|
pEpLog.cc - formatting
|
2 years ago |
heck
|
122d16c376
|
C++ standard pEp-Wide back to C++11
|
2 years ago |
heck
|
2dd7dbf597
|
pEpLog.hh - formatting
|
2 years ago |
heck
|
aa3a8f6304
|
listManagerDummy - had too much const
|
2 years ago |
heck
|
a93aedc3d5
|
pEpLog - can have more const too
|
2 years ago |
heck
|
2b0489f114
|
pEpSQLite - some const members
|
2 years ago |
heck
|
316e7cc5d5
|
Tests: test_listmanager_dummy - forgot some const
|
2 years ago |
heck
|
ace39bb69d
|
Tests: test_pEpSQLite.cc - clean
|
2 years ago |
heck
|
e741064461
|
ListMangerDummy - some const for the methods
|
2 years ago |
heck
|
220f588cb4
|
rm old prototype
|
2 years ago |
heck
|
48d2a7670a
|
Tests: Add tests for class ListManagerDummy
|
2 years ago |
heck
|
ab32655c63
|
LIB-12 - Add class ListManagerDummy
|
2 years ago |
heck
|
a116f897ed
|
pEpLog - pEpLogClass doesnt need to print __FILE__, we have the classname instead
|
2 years ago |
heck
|
c42866978f
|
test: pEpSQLite - fix cleanup
|
2 years ago |
heck
|
d2e16f8059
|
Merge branch 'LIB-12' of https://gitea.pep.foundation/pEp.foundation/libpEpAdapter into LIB-12
|
2 years ago |
heck
|
0ec9e4054c
|
.gitignore
|
2 years ago |
heck
|
14c6c76d4b
|
.gitignore
|
2 years ago |
heck
|
99f32d1f1e
|
Project Structure: Create folder src/internal - Move sqlite3.h there.
Headers such as sqlite3.h dont need to be in the dist of this package.
Put all stuff that should not be distributed into src/internal
|
2 years ago |