- 13 Aug, 2020 1 commit
-
-
Jeroen Roovers authored
AC_TRY_LINK is deprecated and users are encouraged to replace it with AC_LINK_IFELSE. However, AC_SEARCH_LIBS uses AC_LINK_IFELSE internally and does exactly what we need here: test whether an `fmin` symbol is already resolved or if libm will resolve it, neatly avoiding autoconf caching and AC_TRY_LINK/AC_LINK_IFELSE pitfalls. So just use that.
-
- 15 Jun, 2020 1 commit
-
-
Martin Szulecki authored
-
- 14 Jun, 2020 2 commits
-
-
Martin Szulecki authored
-
Martin Szulecki authored
This was the last bit that was still linking to former non API version libplist if it was also installed on the system.
-
- 08 Jun, 2020 1 commit
-
-
Nikias Bassen authored
-
- 05 Jun, 2020 1 commit
-
-
Nikias Bassen authored
-
- 26 May, 2020 1 commit
-
-
Nikias Bassen authored
-
- 14 May, 2020 2 commits
-
-
Nikias Bassen authored
AC_TRY_COMPILE doesn't try to link so we better use AC_TRY_LINK
-
Nikias Bassen authored
-
- 11 May, 2020 1 commit
-
-
Nikias Bassen authored
... except container node types like PLIST_ARRAY or PLIST_DICT.
-
- 07 Nov, 2019 2 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 08 Jun, 2017 1 commit
-
-
Nikias Bassen authored
Passing --with-sanitizers will enable building with available sanitizers. Passing --with-fuzzers will enable building fuzzers which will also imply --with-sanitizers.
-
- 29 May, 2017 2 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 20 Apr, 2017 4 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
Nikias Bassen authored
Due to the removal of pkg-config check for libxml2, $PKG_CONFIG was not defined and a check for libplist's include dir via pkg-config failed. By invoking PKG_PROG_PKG_CONFIG $PKG_CONFIG will be defined and the check works again.
-
Christophe Fergeau authored
-
- 18 Mar, 2017 1 commit
-
-
Nikias Bassen authored
-
- 28 Jan, 2017 1 commit
-
-
Nikias Bassen authored
-
- 27 Dec, 2016 2 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 14 Dec, 2016 1 commit
-
-
Nikias Bassen authored
-
- 24 Oct, 2016 1 commit
-
-
Nikias Bassen authored
-
- 22 Oct, 2016 1 commit
-
-
Nikias Bassen authored
-
- 19 Sep, 2016 1 commit
-
-
Nikias Bassen authored
The main benefit of this is to allow date/time values outside of the 32bit time_t range which is very important on 32bit platforms. But there are also some other issues that will be fixed with this, for example on macOS, mktime() will not work for dates < 1902 despite time_t being 64bit. In the same run this commit will also use a reentrant version of gmtime64_r that should help in multithreaded scenarios. Original code taken from: https://github.com/evalEmpire/y2038
-
- 28 Jan, 2015 2 commits
-
-
Martin Szulecki authored
-
Martin Szulecki authored
-
- 22 Oct, 2014 1 commit
-
-
Martin Szulecki authored
If AC_PROG_CXX is used after AC_PROG_CC, it will return "g++" even if no C++ compiler is installed. However, as we need one, testing compiling a program will make configure fail if indeed no C++ compiler is installed.
-
- 14 Oct, 2014 3 commits
-
-
Martin Szulecki authored
-
Martin Szulecki authored
-
Martin Szulecki authored
-
- 03 Oct, 2014 2 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 29 Mar, 2014 2 commits
-
-
Chow Loong Jin authored
AC_C_BIGENDIAN should do its job already.
-
Chow Loong Jin authored
On debian-mips, neither __LITTLE_ENDIAN__ nor __BIG_ENDIAN__ are defined anywhere, so PLIST_BYTE_ORDER defaults to PLIST_LITTLE_ENDIAN when it should really be PLIST_BIG_ENDIAN on this architecture. This fixes issue #13.
-
- 22 Mar, 2014 1 commit
-
-
Nikias Bassen authored
-
- 11 Feb, 2014 1 commit
-
-
Andrew Udvare authored
-
- 27 Dec, 2013 1 commit
-
-
Nikias Bassen authored
-