Skip to content
Snippets Groups Projects
  1. 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
  2. Apr 22, 2022
  3. Feb 01, 2022
  4. Jan 28, 2022
    • Alexandre Janniaux's avatar
      m4: host-cpu-c-abi: add missing m4 from gnulib · e1634b6b
      Alexandre Janniaux authored and Rémi Denis-Courmont's avatar Rémi Denis-Courmont committed
      The m4 file is a dependency of lib-prefix, leading to error at
      bootstrap because it was missing after update from commit
      32b3f47b.
      
          configure.ac:618: warning: gl_HOST_CPU_C_ABI_32BIT is m4_require'd but not m4_defun'd
          m4/lib-prefix.m4:155: AC_LIB_PREPARE_MULTILIB is expanded from...
          m4/lib-link.m4:181: AC_LIB_LINKFLAGS_BODY is expanded from...
          m4/iconv.m4:10: AM_ICONV_LINKFLAGS_BODY is expanded from...
          m4/gettext.m4:55: AM_GNU_GETTEXT is expanded from...
          configure.ac:618: the top level
          configure.ac:618: warning: gl_HOST_CPU_C_ABI_32BIT is m4_require'd but not m4_defun'd
          m4/lib-prefix.m4:155: AC_LIB_PREPARE_MULTILIB is expanded from...
          m4/lib-link.m4:181: AC_LIB_LINKFLAGS_BODY is expanded from...
          m4/iconv.m4:10: AM_ICONV_LINKFLAGS_BODY is expanded from...
          m4/gettext.m4:55: AM_GNU_GETTEXT is expanded from...
          configure.ac:618: the top level
          autoreconf: configure.ac: tracing
          configure.ac:618: warning: gl_HOST_CPU_C_ABI_32BIT is m4_require'd but not m4_defun'd
          m4/lib-prefix.m4:155: AC_LIB_PREPARE_MULTILIB is expanded from...
          m4/lib-link.m4:181: AC_LIB_LINKFLAGS_BODY is expanded from...
          m4/iconv.m4:10: AM_ICONV_LINKFLAGS_BODY is expanded from...
          m4/gettext.m4:55: AM_GNU_GETTEXT is expanded from...
          configure.ac:618: the top level
      e1634b6b
  5. Jan 22, 2022
  6. Sep 16, 2021
  7. Mar 04, 2021
  8. Apr 04, 2019
  9. Nov 14, 2017
  10. Sep 03, 2017
  11. Aug 28, 2017
  12. Feb 23, 2017
    • Filip Roséen's avatar
      m4: fix c++ check for -f flags · c1ec8734
      Filip Roséen authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      
      Both gcc and clang generate warnings for unsupported -f$FLAG by
      default, meaning that the previous implementation would consider
      unsupported flags as supported (as a warning is not an error that
      fails compilation).
      
      The addition of -Werror treats warnings as errors, and will prevent
      false-positives in terms of -f$FLAG support.
      
      Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
      c1ec8734
  13. Jan 22, 2017
  14. Oct 27, 2016
  15. Oct 04, 2016
  16. Sep 20, 2016
  17. May 29, 2016
  18. Nov 02, 2015
  19. Jul 06, 2015
  20. Jun 21, 2015
  21. May 16, 2015
  22. Apr 30, 2015
  23. Mar 16, 2015
  24. Oct 18, 2014
  25. Sep 30, 2014
  26. May 19, 2014
  27. Nov 05, 2013
  28. Sep 05, 2013
  29. Jul 28, 2013
  30. Jun 27, 2013
  31. Jun 04, 2013
  32. May 25, 2013
  33. Oct 08, 2012
  34. Sep 10, 2012
  35. Sep 04, 2012
    • Luca Barbato's avatar
      configure: add DOLT · 8d969f7f
      Luca Barbato authored and Rafaël Carré's avatar Rafaël Carré committed
      
      Shorten build time.
      
      On x86_64 linux build:
      
      LIBTOOL make -j2  60,82s user 13,98s system 112% cpu 1:06,59 total
              make -j2  56,83s user 12,72s system 110% cpu 1:03,20 total
      DOLT    make -j2  44,32s user 11,02s system 108% cpu 51,215 total
              make -j2  42,15s user 11,04s system 106% cpu 50,155 total
      
      Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
      8d969f7f
  36. Mar 01, 2012
  37. Jan 22, 2012
  38. Jan 02, 2012
  39. Sep 19, 2011
Loading