rpm/sign
Panu Matilainen 8c3fb5eb01 Add an experimental CMake build system
This is an incomplete release-early version, NOT intended or
suitable for production use. It is intended to replace the autotools
based buildsystem in rpm 4.20, until then it'll be developed alongside
it. This causes some extra complications of course, but then we avoid
a huge flag-day, and that matters more.

To those wondering why cmake and not ${myfavorite}: the community around
us effectively made that choice for us. We've made a lot of noise about
bootstrap dependencies. When libsolv, dnf and all the related stack is
powered by cmake build, it'd be just foolish to go with anything else.
This way people working on the rpm stack have only one build system to
learn, there's peer support available nearby and bootstrap dependencies
are reduced, not increased. It also doesn't hurt that cmake is actually
and actively maintained.
2022-06-28 16:33:33 +03:00
..
CMakeLists.txt Add an experimental CMake build system 2022-06-28 16:33:33 +03:00
Makefile.am Eliminate the strange include pre-build install machinery 2022-03-10 08:40:07 +02:00
rpmgensig.c Remove NSS references 2022-03-18 16:35:11 +02:00
rpmsignfiles.c Use proper addressing for our public headers everywhere 2022-03-10 08:40:07 +02:00
rpmsignfiles.h Fix __cplusplus misspelled as _cplusplus. 2022-01-18 12:17:40 +01:00
rpmsignverity.c Use proper addressing for our public headers everywhere 2022-03-10 08:40:07 +02:00
rpmsignverity.h Fix __cplusplus misspelled as _cplusplus. 2022-01-18 12:17:40 +01:00