1. 20 Aug, 2021 3 commits
  2. 06 Mar, 2021 1 commit
  3. 05 Mar, 2021 1 commit
  4. 17 Feb, 2021 3 commits
  5. 12 Feb, 2021 12 commits
  6. 08 Jan, 2021 2 commits
  7. 05 Jan, 2021 1 commit
  8. 04 Jan, 2021 2 commits
    • Ingo Klöcker's avatar
      cpp: Add const-overload of UserID::Signature::operator< · a6220adf
      Ingo Klöcker authored
      lang/cpp/src/key.h, lang/cpp/src/key.cpp (UserID::Signature::operator<):
      Add const-overload. Deprecate non-const overload.
      
      --
      
      This fixes compilation on FreeBSD with clang 10.
      a6220adf
    • Andre Heinecke's avatar
      Qt: Undeprecate QByteArray based start functs · 543e2106
      Andre Heinecke authored
      * lang/qt/src/encryptjob.h, lang/qt/src/signjob.h (start):
      Undeprecate QByteArray based functions.
      
      --
      While the QIODevice access might avoid a copy it is more
      difficult to manage the data and lifetime of the
      QIODevices in calling code. The QByteArray calls are
      convienient for small data objects like mails where
      an in memory copy is not really expensive anymore.
      543e2106
  9. 03 Dec, 2020 1 commit
  10. 24 Nov, 2020 1 commit
  11. 20 Nov, 2020 2 commits
  12. 18 Nov, 2020 3 commits
    • Andre Heinecke's avatar
      cpp: Use portable off_t size_t · 88294023
      Andre Heinecke authored
      * configure.ac: Configure cpp data.h.in
      * lang/cpp/src/Makefile.am: Generate data.h
      * lang/cpp/src/data.cpp, lang/cpp/src/data.h: Use portable
      types.
      * lang/qt/src/Makefile.am: Include build dir.
      * lang/qt/tests/makefile.am: Include build dir.
      
      --
      These kind of patches have been around for a while, IMO this
      should not create an ABI incompatbility for cases where
      it already works because the types should be the same
      so I think this is not an interface break.
      
      GnuPG-Bug-Id: T3996
      88294023
    • Ingo Klöcker's avatar
      qt: Avoid empty "rem@gnupg.org" signature notations · 3c185c21
      Ingo Klöcker authored
      * lang/qt/src/qgpgmesignkeyjob.cpp (sign_key): Check remark for being
      an empty string instead of a null QString.
      --
      
      GnuPG-bug-id: 5142
      Co-authored-by: Daniel Kahn Gillmor
      3c185c21
    • NIIBE Yutaka's avatar
      build: Update with newer autoconf constructs. · 223779df
      NIIBE Yutaka authored
      
      
      * configure.ac: Use AC_USE_SYSTEM_EXTENSIONS instead of AC_GNU_SOURCE.
      Use AS_HELP_STRING instead of AC_HELP_STRING.
      * m4/libtool.m4: Update from libgpg-error.
      * m4/gpg-error.m4: Update from libgpg-error.
      * m4/libassuan.m4: Update from libassuan.
      
      Signed-off-by: NIIBE Yutaka's avatarNIIBE Yutaka <gniibe@fsij.org>
      223779df
  13. 12 Nov, 2020 6 commits
  14. 11 Nov, 2020 2 commits