- May 21, 2022
-
-
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.
-
- Apr 22, 2022
-
-
- Feb 01, 2022
-
-
Rémi Denis-Courmont authored
See gettext documentation.
-
- Jan 28, 2022
-
-
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
-
- Jan 22, 2022
-
-
Rémi Denis-Courmont authored
-
- Sep 16, 2021
-
-
This commit removes conditional code for the Nacl platform, in the core. https://blog.chromium.org/2020/08/changes-to-chrome-app-support-timeline.html
-
- Mar 04, 2021
-
-
Alexandre Janniaux authored
The macro was checking for $with_foo to be set but only $enabled_foo was set correctly by the PKG_WITH_MODULES macro. In addition, this patch adds an intermediate macro for the name to be readable.
-
- Apr 04, 2019
-
-
Hugo Beauzée-Luyssen authored
-
- Nov 14, 2017
-
-
Rémi Denis-Courmont authored
Part of the test is leaking memory, which can trip the leak sanitizer. (This should be fixed in gettext. In the mean time, it will need to be applied manually at every gettext update.)
-
- Sep 03, 2017
-
-
We build our own copy, gettext.m4 did not account this corner case. close #17972 Signed-off-by:
David Fuhrmann <dfuhrmann@videolan.org>
-
- Aug 28, 2017
-
-
Signed-off-by:
Thomas Guillem <thomas@gllm.fr>
-
- Feb 23, 2017
-
-
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:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Jan 22, 2017
-
-
Rémi Denis-Courmont authored
-
- Oct 27, 2016
-
-
Rémi Denis-Courmont authored
-
- Oct 04, 2016
-
-
Konstantin Pavlov authored
-
- Sep 20, 2016
-
-
Rémi Denis-Courmont authored
-
- May 29, 2016
-
-
Rémi Denis-Courmont authored
-
- Nov 02, 2015
-
-
Rémi Denis-Courmont authored
-
- Jul 06, 2015
-
-
Rémi Denis-Courmont authored
-
- Jun 21, 2015
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- May 16, 2015
-
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- Apr 30, 2015
-
-
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
- Mar 16, 2015
-
-
mingw (both 32 and 64) provides a number of functions that have no C linkage, but are only available as static inline. Define a macro that can check for the function declaration but acts like AC_REPLACE_FUNC. Use the new macro for asprintf/vasprintf (previously implemented in configure.ac directly). Signed-off-by:
Diego Elio Pettenò <flameeyes@flameeyes.eu> Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- Oct 18, 2014
-
-
David authored
Clang does not fail, but only prints a warning by default for unknown -W options.
-
- Sep 30, 2014
-
-
Rémi Denis-Courmont authored
-
- May 19, 2014
-
-
François Cartegnie authored
-
- Nov 05, 2013
-
-
The files must be .asm Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Sep 05, 2013
-
-
Rémi Denis-Courmont authored
-
- Jul 28, 2013
-
-
Rémi Denis-Courmont authored
-
- Jun 27, 2013
-
-
Felix Paul Kühne authored
-
- Jun 04, 2013
-
-
Rémi Denis-Courmont authored
This supersedes commit 53c90158.
-
- May 25, 2013
-
-
Rémi Denis-Courmont authored
-
- Oct 08, 2012
-
-
Felix Paul Kühne authored
This allows us to use it on x86_64, ppc and iOS, too.
-
- Sep 10, 2012
-
-
nacl doesn't use pic as does mingw. Signed-off-by:
Rafaël Carré <funman@videolan.org>
-
- Sep 04, 2012
-
-
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:
Rafaël Carré <funman@videolan.org>
-
- Mar 01, 2012
-
-
Rafaël Carré authored
-
- Jan 22, 2012
-
-
Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
- Jan 02, 2012
-
-
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- Sep 19, 2011
-
-
Rafaël Carré authored
-