Skip to content
Snippets Groups Projects
  1. May 31, 2022
  2. May 21, 2022
    • Alexandre Janniaux's avatar
      configure: check typeof on C++ compilers · 784c3245
      Alexandre Janniaux authored and Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen committed
      C compilers can have GNU extensions to support typeof in C code, but
      some C++ compilers like clang are removing the builtin since decltype
      can be used in C++ without the constraints from typeof. Decltype is not
      100% equivalent for this reason: references will be kept in the returned
      type.
      
      The check in m4/typeof.m4 comes from graydon/monotone and dovecot/core
      and was slightly modified to namespace the define for C++ code.
      784c3245
  3. May 20, 2022
  4. May 19, 2022
  5. May 03, 2022
  6. Apr 17, 2022
  7. Apr 10, 2022
    • Alaric Senat's avatar
      upnp: change required version to 1.8.3 · 9fd11b9c
      Alaric Senat authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      This version gives access to `UpnpInit2` for both IPv6 and IPv4.
      `UpnpInit` is deprecated since 1.6 and less safe than `UpnpInit2`.
      
      Libupnp 1.8.3 has been out since 2017 and has been widely adopted in
      most linux distributions now (available on debian since version 10).
      Dropping support for lower versions will allow us to completely remove
      `UpnpInit` from the codebase and simplify a lot the netintf selection
      code.
      9fd11b9c
  8. Apr 02, 2022
  9. Mar 28, 2022
  10. Mar 25, 2022
  11. Mar 17, 2022
  12. Mar 12, 2022
  13. Mar 10, 2022
  14. Mar 05, 2022
  15. Mar 01, 2022
  16. Feb 27, 2022
  17. Feb 23, 2022
  18. Feb 19, 2022
  19. Feb 11, 2022
  20. Feb 05, 2022
  21. Feb 03, 2022
  22. Feb 02, 2022
  23. Feb 01, 2022
  24. Jan 29, 2022
  25. Jan 28, 2022
Loading