heck
|
3a3d2201b7
|
Test: test_group update (revert)
|
3 years ago |
heck
|
65b04152a1
|
RULE: In C++ NEVER take c-datatypes by reference!
Because c has pointer semantics which can lead to nullptr when dereferenced to obtain a reference.
|
3 years ago |
heck
|
3f87504a16
|
Revert "Tests: update usages of changed pEp::Utils::to_string() funcs"
This reverts commit f846859e84 .
|
3 years ago |
heck
|
49ccb1e806
|
Coding Conventions: update .clang-tidy
|
3 years ago |
heck
|
90f585bb10
|
Coding Conventions: .clang-tidy
|
3 years ago |
heck
|
eaad5ec83f
|
Tests: link against libpEpCxx11.a
|
3 years ago |
heck
|
f846859e84
|
Tests: update usages of changed pEp::Utils::to_string() funcs
|
3 years ago |
heck
|
4b1ec885a0
|
Tests: update includes
|
3 years ago |
heck
|
1a8bfcd9b2
|
Tests: Move corresponding tests to libpEpCxx11
|
3 years ago |
heck
|
497afdfb2b
|
Update includes
|
3 years ago |
heck
|
b510654f56
|
Moved: module 'pc_container' to libpEpCxx11
|
3 years ago |
heck
|
9d50345e0e
|
Moved: module 'locked_queue' to libpEpCxx11
|
3 years ago |
heck
|
24e5e4370b
|
Removed: duplicate module 'slurp' (use std_utils in libpEpCxx11)
|
3 years ago |
heck
|
0241d0ad1c
|
Moved: module 'Semaphore' to libpEpCxx11
|
3 years ago |
heck
|
04c80b63f0
|
Moved: module 'CountingSemaphore' to libpEpCxx11
|
3 years ago |
heck
|
2a45adcb40
|
Moved: module 'call_with_lock' to libpEpCxx11
|
3 years ago |
heck
|
85d7122de0
|
Moved: module 'constant_time_algo' to libpEpCxx11
|
3 years ago |
heck
|
e9bd989020
|
Moved: module 'std_utils' to libpEpCxx11
|
3 years ago |
heck
|
6df8386754
|
Moved: module pEpLog to libpEpCxx11
|
3 years ago |
heck
|
c1775a7ad0
|
Fix: pEp::Utils to_string() func use ref instead of ptr
|
3 years ago |
heck
|
c235e6d9cd
|
Fix: pEpLog - streams compat
|
3 years ago |
heck
|
816972b803
|
Doc: Add todo
|
3 years ago |
heck
|
e7a8426ed4
|
Doc: improved for class Adapter::Session
|
4 years ago |
heck
|
1a5cc7e72b
|
Doc: update the ancient README.md
|
4 years ago |
heck
|
2d24242010
|
fix .clang-format invalid value
|
4 years ago |
Volker Birk
|
6b53a820a3
|
FIX: .size() has type size_t
|
4 years ago |
Luca Saiu
|
67bbd51b23
|
counting semaphore: comment improvements
|
4 years ago |
Luca Saiu
|
e6fc833bef
|
counting semaphore: add comments, cosmetic changes
|
4 years ago |
Luca Saiu
|
94b5a61f8b
|
.gitignore: ignore new compiled file
|
4 years ago |
Luca Saiu
|
0edfef8346
|
counting semaphore: rename multiple-inclusion-prevention macro
|
4 years ago |
Luca Saiu
|
dd077fd7ba
|
new CountingSemaphore class, plus test case
|
4 years ago |
heck
|
ae28261ea6
|
Build: -lm was missing
|
4 years ago |
heck
|
e7ea4a094c
|
Build: -fPIC also for c99
|
4 years ago |
heck
|
d5526ee4ee
|
Test: hex2bin() - fixed contradicting signatures
|
4 years ago |
heck
|
5b0c58386e
|
Revert "adapt to the engine changes in ENGINE-959"
This reverts commit fedd2dc8d2 .
|
4 years ago |
heck
|
4b1fb58cb8
|
hex2bin() - fixed contradicting signatures
|
4 years ago |
heck
|
e18fcb5935
|
Merge pull request 'LIB-17' (#12) from LIB-17 into master
Reviewed-on: https://gitea.pep.foundation/pEp.foundation/libpEpAdapter/pulls/12
|
4 years ago |
Luca Saiu
|
e568678a1d
|
empty_message_copy: copy the rating as well (Jörg Knobloch discovered the bug)
Thanks Jörg.
|
4 years ago |
Luca Saiu
|
fedd2dc8d2
|
adapt to the engine changes in ENGINE-959
|
4 years ago |
heck
|
2a91f4304d
|
Merge pull request 'LIB-19: fix easy compilation problems' (#11) from LIB-19 into master
Reviewed-on: https://gitea.pep.foundation/pEp.foundation/libpEpAdapter/pulls/11
|
4 years ago |
Luca Saiu
|
69ce6c0550
|
LIB-19: fix easy compilation problems
|
4 years ago |
heck
|
a17dddf716
|
Tests: test_hexbin.cc - we are always in namepace ::pEp
|
4 years ago |
heck
|
a2856f3317
|
Tests: test_rand.cc
|
4 years ago |
heck
|
8a6aba672d
|
std_utils: further improve the random funcs, hopefully.
|
4 years ago |
heck
|
634fee3bcd
|
Merge pull request 'add missing #include directives, fixing compilation with GCC' (#9) from LIB-18 into master
Reviewed-on: https://gitea.pep.foundation/pEp.foundation/libpEpAdapter/pulls/9
|
4 years ago |
Luca Saiu
|
3d629949be
|
add missing #include directives, fixing compilation with GCC
Tested with GCC 9 and GCC 11.
|
4 years ago |
heck
|
f84ccc961d
|
.gitignore
|
4 years ago |
heck
|
b8a208d3a5
|
std_utils - Templatize bin2hex() / hex2bin()
FIX: The random generators, they were totally broken. (exhausting the entropy pool)
|
4 years ago |
heck
|
e449d65a4f
|
std_utils.hh - Add dir_get_cwd() / dir_set_cwd()
|
4 years ago |
heck
|
901a9fa9a7
|
Merge branch 'master' of https://gitea.pep.foundation/pEp.foundation/libpEpAdapter
|
4 years ago |