- 05 Oct, 2021 2 commits
-
-
Guillem Jover authored
-
Signed-off-by:
Guillem Jover <guillem@hadrons.org>
-
- 28 Feb, 2021 2 commits
-
-
Guillem Jover authored
-
Guillem Jover authored
Detect as many warnings as possible during configure and enable them if the user did not supply any, so that any such problem can be spotted and fixed.
-
- 02 Jan, 2021 1 commit
-
-
Guillem Jover authored
-
- 22 Dec, 2020 1 commit
-
-
Guillem Jover authored
-
- 27 Aug, 2019 1 commit
-
-
Some target platforms do not have <unistd.h>, notably Windows when using vanilla MSVC toolchain. Note: The AC_CHECK_HEADERS([unistd.h]) is redundant with LT_INIT, but there is no guarantee for that. [guillem@hadrons.org: - Use AC_CHECK_HEADERS instead of AC_CHECK_HEADER. - Quote argument to AC_CHECK_HEADERS. ] Signed-off-by:
Guillem Jover <guillem@hadrons.org>
-
- 22 Oct, 2018 1 commit
-
-
Guillem Jover authored
-
- 13 Jan, 2018 1 commit
-
-
Guillem Jover authored
-
- 05 Jun, 2017 4 commits
-
-
Guillem Jover authored
There are platforms without <sys/param.h>, so we better avoid the header altogether, and add the required MIN macro outselves. Based-on-patch-by:
Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
-
Guillem Jover authored
This is not a widely supported feature, so only use if in case the linker does support it. Proposed-by:
Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
-
We should use the autoconf macro instead of expecting the system to provide the endianness information, which many do not. [guillem@hadrons.org: - Use autoconf macro instead of gnulib one. - Slightly reword commit message. ] Signed-off-by:
Guillem Jover <guillem@hadrons.org>
-
We do not provide alternatives for when memset() is missing, or when malloc() is not GNU-style malloc(), causing redirection to (undefined) rpl_malloc(). We do not rely on GNU-style malloc() at all, so there is no point in checking for it. [guillem@hadrons.org: - Slightly reword commit message. ] Signed-off-by:
Guillem Jover <guillem@hadrons.org>
-
- 10 Feb, 2016 2 commits
-
-
Guillem Jover authored
-
Guillem Jover authored
-