heck
|
a93aedc3d5
|
pEpLog - can have more const too
|
4 years ago |
heck
|
2b0489f114
|
pEpSQLite - some const members
|
4 years ago |
heck
|
e741064461
|
ListMangerDummy - some const for the methods
|
4 years ago |
heck
|
ab32655c63
|
LIB-12 - Add class ListManagerDummy
|
4 years ago |
heck
|
a116f897ed
|
pEpLog - pEpLogClass doesnt need to print __FILE__, we have the classname instead
|
4 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
|
4 years ago |
heck
|
8548eb9d77
|
pEpSQLite - bugfixes
add is_open()
idempotent close()
close db before deleting
add to_string(RSRecord)
add to_string(ResultSet)
|
4 years ago |
heck
|
3c3aaf5a48
|
pEpSQLite - Exception on execute() on closed db. (not segfault)
|
4 years ago |
heck
|
6c47eb3eea
|
pEpSQLite - Fix delete_db()
|
4 years ago |
heck
|
7ae66e5f53
|
pEpLog / pEpSQLite - the "magic" logger alias can be private
|
4 years ago |
heck
|
826989f273
|
Add class pEpSQLite
A C++ interface to sqlite3
|
4 years ago |
heck
|
9dddab4388
|
pEpLog: Add class and macros to support runtime switching on a class and instance basis.
|
4 years ago |
heck
|
6d758fb5c3
|
cerr, definitely cerr
|
4 years ago |
heck
|
70718ddfed
|
LIB-12: Build - Add *.c files (sqlite3.c)
|
4 years ago |
heck
|
c9cf471308
|
LIB-12: Add sqlite3 amalgamation (f&^ks up the git stats, *damnit* i was almost there)
|
4 years ago |
heck
|
07db7ede2a
|
LIB-12: Add class ListManagerDummy
|
4 years ago |
heck
|
c856185001
|
LIB-12: Add class ListManagerInterface
|
4 years ago |
heck
|
5e7a46b5ec
|
LIB11: adapter_group.h - comment out unimplemented query functions
|
4 years ago |
heck
|
dc8d340190
|
adapter_group.cc - pEpLog() every function call
|
4 years ago |
heck
|
030164dbe2
|
LIB-11: Update adapter_group.h from engine group.h
|
4 years ago |
heck
|
b54f9d122b
|
Build: Makefiles cleanup
|
4 years ago |
heck
|
07b4ee6e97
|
tests: create subdir "framework"
|
4 years ago |
heck
|
e87cbc18dd
|
move group module to src
|
4 years ago |
heck
|
08a09d41e6
|
LIB-15 - "Need cache_decrypt_message() to pass back longmsg/longmsg_formatted"
|
4 years ago |
heck
|
0517b9be69
|
Add Adapter::inject_sync_shutdown() to be used if _adapter_manages_sync_thread
|
4 years ago |
heck
|
2b41a6717e
|
pEpLog - includes in headers are to be avoided if possible
|
4 years ago |
heck
|
9eb0b4c032
|
_inject_sync_event: undo the renaming for now.
|
4 years ago |
heck
|
1a14b1a205
|
Adapter.*: Add Sync/Async switchable Event execution. rework needed, higher level API, as a class.
|
4 years ago |
heck
|
6fe0f96ee7
|
Adapter.hxx: session needs to be re-initialized here. To make sure that the session of the main thread and the session ot the sync thread have the same messageToSend, _inject_sync_event, _ensure_passphrase callbacks registered
|
4 years ago |
heck
|
21e4496fd2
|
Adapter.hxx: add documentation
|
4 years ago |
heck
|
a38ac80bf3
|
Adapter.hxx: be explicit about global namespace usage (pEpEngine)
|
4 years ago |
heck
|
ef5bc0a7c0
|
LIB-13: Standard project layout (src dir added)
|
4 years ago |