Luca Saiu
6f67623901
z/OS: remove our ZOS feature macros, using the predefined alternative __MVS__ instead
8 months ago
Luca Saiu
418b6bac49
minor build system changes
8 months ago
Luca Saiu
97774af373
z/OS: use predefined macro __MVS__ instead of one defined by us to detect the system
8 months ago
Luca Saiu
853b456f5a
build system, platform.h: make UNIX implicitly the default.
8 months ago
Luca Saiu
f6ccefc750
build system change
8 months ago
Volker Birk
694cc4bef0
we need this to make installed dynamically linked lib work
8 months ago
Luca Saiu
d21e9e2a84
build system fix: conditionally *add* to CPPFLAGS, do not replace it
8 months ago
Luca Saiu
f83479f7e5
portability: make z/OS a flavour of Unix
Now the platform files for Unix and z/OS are no longer mutually exclusive.
8 months ago
Luca Saiu
410fcc41da
comment change
8 months ago
Luca Saiu
0c763ea47f
GNU-style attributes: disable on z/OS as well like on windows; factor
8 months ago
Luca Saiu
bf14e2391a
Merge pull request 'master' ( #64 ) from Thomas/pEpEngine:master into master
Reviewed-on: https://gitea.pep.foundation/pEp.foundation/pEpEngine/pulls/64
8 months ago
Thomas
2d22fee78a
Merge branch 'master' of https://gitea.pep.foundation/pEp.foundation/pEpEngine
# Conflicts:
# build-windows/generate_code.cmd
8 months ago
Luca Saiu
aafc16f449
define platform-identification CPP macros
8 months ago
Thomas
8141b3bf8d
Remove unnecessary definition
8 months ago
Thomas
d68fd3d85b
Reset version number
8 months ago
Thomas
7f49c8a608
Undo changes to Makefile.conf
8 months ago
Thomas
31c97982b3
Update Windows build project
8 months ago
Luca Saiu
19a4d2eda4
move some z/OS definitions to a platform file: very tentative
Not yet really tested on z/OS, so I expect things to break there. But Unix
should keep working. Waiting for feedback from Lev.
8 months ago
Luca Saiu
03f03f9229
prepare for this to become RC6 -- it is not yet
8 months ago
Thomas
ab1ed10132
Adapt Windows build to latest changes
8 months ago
Thomas
a2e773e0b4
Merge branch 'master' of https://gitea.pep.foundation/pEp.foundation/pEpEngine
8 months ago
Luca Saiu
ea1e81b7cd
Merge branch 'ENGINE-959'
8 months ago
Luca Saiu
c218a55eaa
decrypt_message: re-add the rating output parameter for compatibility; add new-style decrypt_message_2
8 months ago
Thomas
89ca4b5003
Remove unnecessary definition
8 months ago
Thomas
1150973599
Reset version number
8 months ago
Thomas
30aee5659b
Undo changes to Makefile.conf
8 months ago
Thomas
f027785979
Update Windows build project
8 months ago
Thomas
1f63fff855
Merge branch 'master' of https://gitea.pep.foundation/pEp.foundation/pEpEngine
8 months ago
Luca Saiu
158ded755b
do not compile with -Wall -Werror: I have finished my private tests
8 months ago
Luca Saiu
d7190c222f
ENGINE-975: silence compiler warnings...
...at least under src. There should be much less noise about non-problems now.
8 months ago
Luca Saiu
ad371b680d
add another forgotten return statement
8 months ago
Luca Saiu
08fc1df2f5
add forgotten return statement in a non-void function
8 months ago
Luca Saiu
9feb676281
make uninstall: do not fail in case headers were not installed before
8 months ago
Luca Saiu
bff1c53ecd
Merge branch 'ENGINE-969'
8 months ago
Luca Saiu
82d672a6ce
add forgotten #include (bug reported by heck)
8 months ago
Thomas
7971c791e4
Merge branch 'windows-fix-for-thomas--2021-11-04'
8 months ago
Luca Saiu
13791d8ebf
map_asn1.h: add missing includes (by Dirk)
8 months ago
Thomas
fa38ad4d31
Adapt Windows build to latest changes
8 months ago
Luca Saiu
87082e39a6
message_codec: add forgotten DYNAMIC_API to function definitions
This is the “EXTRA” part in the ENGINE-969 description.
8 months ago
Luca Saiu
4c6d5a1535
message_codec: add free_ASN1Message, for name symmetry
Use it.
8 months ago
Luca Saiu
e598c2bc85
adapt to NULL callbacks
8 months ago
Luca Saiu
dc1c18061f
move some z/OS definitions to a platform file: very tentative
Not yet really tested on z/OS, so I expect things to break there. But Unix
should keep working. Waiting for feedback from Lev.
8 months ago
Luca Saiu
a1ba59faec
prepare for this to become RC6 -- it is not yet
8 months ago
Luca Saiu
a04183a5f4
un-revert ENGINE-959
8 months ago
Luca Saiu
563e6b007b
Merge branch 'ENGINE-967'
8 months ago
Luca Saiu
f1632b7c10
temporarily undo the changes in ENGINE-959: some other projects are not up to date yet
8 months ago
Luca Saiu
8dc19b3627
DEPENDENCIES: bump required yml version
Even if the engine could live with 2.7.0, the latest libpEpTransport needs 2.7.1.
Let us use it. Also add libpEpTransport as a dependency, even if the automatic
gitlab build system does not support it yet.
8 months ago
Luca Saiu
80218ef444
Merge branch 'ENGINE-953'
8 months ago
Luca Saiu
f89446ef06
ENGINE-968: change ASN.1 representation of identities, ASN.1 map, test suite
8 months ago
Volker Birk
840fa041f3
change of ASN1Message to make fpr, username, lang optional in PIdentity
8 months ago