49a6758
(remove-requirement-wheel)
setup: Remove requirement "wheel". by
2022-01-07 11:09:59 +0100
731a78b
Merge pull request 'PYADPT-145: Fix "NameError" if importing pEp after import failed' (#6) from htgoebel/pEpPythonAdapter:PYADPT-145 into Release_2.1 by
2021-11-21 18:35:19 +0100
d2899c9
Fix import statement. by
2021-11-19 17:12:09 +0100
cd62430
Fix mode-line. by
2021-11-19 17:08:40 +0100
44db8b7
(tag: 2.1.10)
pEpEngine=Release_2.1.49 by
2021-09-13 20:33:25 +0200
7d2fff8
Update Windows build by
2021-07-05 11:02:11 +0200
e4482be
(tag: 2.1.9)
pEpEngine=Release_2.1.42 by
2021-06-24 14:24:31 +0200
7a8bf38
(tag: 2.1.8)
PYADPT-116: for PR's: minimal changes please, sometimes even dead code has a reason oi put it there by
2021-06-24 14:21:24 +0200
597e574
PYADPT-116: formatting by
2021-06-24 14:20:35 +0200
41a0f49
Merge pull request 'Fix Blob.data accessor for binary data, esp. bull-bytes' (#5) from htgoebel/pEpPythonAdapter:fix-PYADPT-116 into Release_2.1 by
2021-06-24 14:12:08 +0200
6a715e1
PYADPT-116: Add more test-cases. by
2021-06-24 11:19:20 +0200
f5d83b7
PYADPT-116: Clean up test-suite. by
2021-06-24 11:16:29 +0200
d6568b0
PYADPT-116: Fix Blob.data getter for binary data, esp. null-bytes. by
2021-06-24 11:12:21 +0200
312c6d9
PYADPT-116: Make tests use binary data, esp. null-bytes. by
2021-06-24 11:08:41 +0200
3c75e51
(tag: 2.1.7)
Merge branch 'PYADPT-116 - Blob is missing .data accessor' into Release_2.1 by
2021-06-23 18:27:32 +0200
50a0920
PYADPT-116: add tests by
2021-06-23 18:26:51 +0200
194f18b
PYADPT-116: add get/set property Blob.data by
2021-06-23 18:26:38 +0200
bc645f5
PYADPT-116: refactor blob.data as setter/getter (getter added) by
2021-06-23 18:26:10 +0200
d8172a4
(tag: 2.1.6)
Build: pEpEngine=Release_2.1.41 by
2021-06-23 15:32:23 +0200
71cbbbd
(tag: 2.1.5)
Build: pEpEngine=Release_2.1.39 by
2021-06-17 13:46:35 +0200
0a8527c
Tests: Add PYADPT-124 - identity.update() on new identiy raises PEP_CANNOT_SET_PERSON by
2021-06-17 13:46:02 +0200
2fbef54
(tag: 2.1.4)
Build: update deps / remove sequoia dep by
2021-06-16 17:09:57 +0200
e04c8ed
Merge branch 'master' into Release_2.1 by
2021-06-16 17:06:57 +0200
b946e95
Merge pull request 'setup: Unpin version requirement for package wheel.' (#4) from htgoebel/pEpPythonAdapter:htgoebel-patch-1 into master by
2021-05-05 12:44:07 +0200
bc5a080
(refs/pull/1/head)
setup: Unpin version requirement for package wheel. by
2021-05-04 21:31:26 +0200
6212687
(Release_2.1)
Remove unused variable in Windows build by
2021-04-16 12:36:51 +0200
7b02820
Add script to automatically package all Windows dependencies in wheel by
2021-04-16 12:07:27 +0200
89613b7
(HEAD -> master)
test: sync_test.py - add --debuglog -d by
2021-03-30 22:45:41 +0200
3615191
Build: python_requires = >=3.7,<3.9 (since linux and mac might be different) by
2021-03-30 22:38:02 +0200
a80a18f
test: sync_handshake.py - add --debuglog -d option by
2021-03-30 22:37:09 +0200
7fb3ef5
use Adapter::inject_sync_shutdown() (libpEpAdapter > 0517b9b) by
2021-03-30 03:01:10 +0200
4720595
Build: Make default PREFIX=$(HOME), DEBUG=1 by
2021-03-30 02:58:08 +0200
35a83ab
always have three keys by
2021-03-29 18:39:50 +0200
010060f
always have three keys by
2021-03-29 18:39:50 +0200
b140051
Merge branch 'Release_2.1' by
2021-03-29 18:22:52 +0200
7f2d884
add disable_all_sync_channels() and test with extra identity by
2021-03-29 13:47:08 +0200
d94e588
PYADPT-111: sync_handshake.py, now support single- and mutlithreaded again. but through libpEpAdapter by
2021-03-27 05:16:56 +0100
5738a2e
PYADPT-111: a little bit of testing by
2021-03-27 05:15:48 +0100
bb70cf0
PYADPT-111: "Add Single Threaded Sync Implementation" - Implementation by
2021-03-27 05:15:16 +0100
76ef8e0
Merge branch 'Release_2.1' of https://gitea.pep.foundation/pEp.foundation/pEpPythonAdapter into Release_2.1 by
2021-03-25 18:38:32 +0100
9a75cab
Build: update supported python versions by
2021-03-25 18:38:22 +0100
a35cea2
Merge branch 'Release_2.1' of ssh://gitea.pep.foundation:23065/pEp.foundation/pEpPythonAdapter into Release_2.1 by
2021-03-25 18:32:59 +0100
fc927cc
FIX: thread.isAlive() replaced with thread.is_alive() (deprecated) by
2021-03-25 18:29:02 +0100
5c4dcdb
the sync thread will continue, don't change directory by
2021-03-25 14:46:36 +0100
72aaa55
Update Windows build by
2021-03-25 14:08:25 +0100
8623adc
(tag: 2.1.3)
BUILD: since using venv, default make target is "make install" by
2021-03-25 02:07:54 +0100
4795d25
BUILD: Add lxml and termcolor to test requirements by
2021-03-25 02:07:24 +0100
aaaa54f
Merge branch 'PYADPT-110 - Add Mutlithreaded Sync Implementation' into Release_2.1 by
2021-03-25 01:55:04 +0100
d3d72fd
(PYADPT-110)
.gitignore for "make develop" .so by
2021-03-25 01:54:00 +0100
58cff01
PYADPT-110: Add a test for start_sync() / stop_sync() repeatedly by
2021-03-25 01:52:58 +0100
3a6058e
PYADPT-110: Update sync testing (sync_handshake.py) to work with new sync impl by
2021-03-25 01:52:15 +0100
f858556
PYADPT-110: "Add Mutlithreaded Sync Implementation" - Implementation by
2021-03-25 01:50:25 +0100
4209c48
correct typo by
2021-03-24 01:19:44 +0100
819dae0
.gitignore: add .so by
2021-03-24 01:16:09 +0100
e8e46cb
Test: README.md - add link to more sync testing doc. by
2021-03-23 19:17:25 +0100
3c9bcc1
(tag: 2.1.2)
CI: Add DEPENDENCIES file by
2021-03-23 16:17:45 +0100
4235225
docs: update link "Adapter Build Instructions" by
2021-03-23 16:00:38 +0100
b76d041
Improve README.rst by
2021-03-23 15:58:29 +0100
c9864de
(tag: 2.1.1)
Merge commit 'c643f1ff' into Release_2.1 by
2021-02-18 01:11:37 +0100
201f193
(Release_2.1.0)
Merge branch 'Release_2.1.0' of https://gitea.pep.foundation/pEp.foundation/pEpPythonAdapter into Release_2.1.0 by
2021-02-18 00:39:34 +0100
e9cce83
(build-windows)
Fix mac/linux build / make all CFLAGS platform specific by
2021-02-17 21:48:52 +0100
ea5d4f6
Add Windows project and adjust build script for Windows build by
2021-02-17 15:38:00 +0100
16e9bda
(REWORK)
sphinx doc - config and module doc pEp._gen / pEp._pEp by
2021-02-15 01:13:45 +0100
348fa8f
make clean by
2021-02-12 20:40:59 +0100
8e18984
gitignore by
2021-02-12 20:40:26 +0100
da1d3a8
codegen - add enigne functions from message.h by
2021-02-10 18:32:00 +0100
103208e
add pybind11 to setup-requires by
2021-02-10 18:31:15 +0100
7a84853
build - get pybind includes from pybind module by
2021-02-10 18:30:54 +0100
d87fd19
gitignore generated debug files by
2021-02-10 18:28:34 +0100
784653d
Half the adapter generated, strike \o/! by
2021-02-09 02:03:09 +0100
6a1d302
_gen fix Makefiles by
2021-01-15 22:20:49 +0100
dc0b769
_gen Add PEP_SESSION by
2021-01-15 03:07:59 +0100
119effb
gen log_event by
2021-01-15 03:07:29 +0100
7b4ba8b
Makefile by
2021-01-15 03:06:45 +0100
b153ce3
Makefile - fix static vs dynamic linking options by
2021-01-15 03:06:26 +0100
2e138e1
introduce pEpACIDgen - Abstract C Interface Definition Generator by
2021-01-14 01:56:30 +0100
0792869
suitable name for the generated extension module by
2021-01-14 00:11:48 +0100
c56b3b4
Makefile based build for C++ parts only by
2020-12-04 21:57:38 +0100
19b2ebb
Move common includes, namespace aliases etc... to adapter_main.hh/.cc, const, nullptr, by
2020-12-04 20:19:26 +0100
0e896bf
namespace cleanup - replace all "using namespace" with namspace aliases (except std in impl files.) by
2020-12-04 15:21:01 +0100
0e89362
formatting fornatting - breakfast and lunch - dinner and brunch :) by
2020-12-04 13:53:38 +0100
63e8300
Mark all symbols from the pEpEngine with explicit global namespace. (e.g: ::pEp_stuff). by
2020-12-04 02:51:14 +0100
688fff5
Add Makefile based build for _pEp native module by
2020-12-04 01:39:28 +0100
8aa36d9
pyBind11 evaluation - parallel mode with boost.python by
2020-12-03 02:22:05 +0100
c643f1f
C++ class Myself : Identity unused by
2020-12-03 01:22:40 +0100
533477b
formatting by
2020-12-01 02:12:57 +0100
7627b6a
aww always these typos... by
2020-12-01 02:12:42 +0100
11d257d
.gitignore: mercurial to git migration completed by
2020-11-24 15:00:15 +0100
b9e1054
minor typo by
2020-11-24 14:59:13 +0100
f909818
(cython)
cython - oh my god by
2020-11-14 01:11:39 +0100
5eb3349
Basic cython sub-module setup by
2020-11-13 22:53:23 +0100
49af730
TODO: fix pEp.rating by
2020-11-13 21:24:13 +0100
a3d25c6
use decorators, its neat. by
2020-11-13 16:20:59 +0100
94bc07a
fix imports by
2020-11-13 13:58:39 +0100
dcea225
basic_doctest.py: rewrite as pytest, move to pytests by
2020-11-13 13:58:15 +0100
8b202b6
basic_doctest.py: rewrite as pytest by
2020-11-13 13:56:23 +0100
a03295b
AGPL 3.0 headers by
2020-11-13 02:54:45 +0100
9a3fb39
authors roles by
2020-11-13 02:49:56 +0100
e6f6a1f
test infrastructure by
2020-11-13 02:49:35 +0100
04cd048
Update author credits by
2020-11-12 18:05:00 +0100