summaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2017-06-08configure: Allow building with sanitizers (without fuzzers)Gravatar Nikias Bassen1-10/+35
Passing --with-sanitizers will enable building with available sanitizers. Passing --with-fuzzers will enable building fuzzers which will also imply --with-sanitizers.
2017-05-29Prefer clang/clang++ over gcc/g++ (if installed)Gravatar Nikias Bassen1-0/+9
2017-05-29Integrate fuzzers into build systemGravatar Nikias Bassen1-1/+72
2017-04-20Bump version to 2.0.0 for releaseGravatar Nikias Bassen1-1/+1
2017-04-20Bump so version due to added functions to interfaceGravatar Nikias Bassen1-1/+1
2017-04-20build: Fix check for previously installed cython bindingsGravatar Nikias Bassen1-0/+1
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.
2017-04-20autofoo: Ensure that 'make distcheck' doesn't fail when cython is not installedGravatar Christophe Fergeau1-5/+1
2017-03-18autocconf: Add android exception for pthread detectionGravatar Nikias Bassen1-2/+2
2017-01-28Suppress compiler warning with new bplist codeGravatar Nikias Bassen1-1/+1
2016-12-27Remove unused AC_SUBST for WINDRESGravatar Nikias Bassen1-1/+0
2016-12-27Remove check for pthread on macOS to suppress clang compiler warningGravatar Nikias Bassen1-10/+8
2016-12-14Properly check for the availability of strptime() and make sure to use itGravatar Nikias Bassen1-1/+1
2016-10-24Add pthread detection to configure.ac to get cflags and libs rightGravatar Nikias Bassen1-1/+9
2016-10-22Remove libxml2 dependency in favor of custom XML parsingGravatar Nikias Bassen1-9/+18
2016-09-19Use time64 implementation by Michael G Schwern to extend allowed date/time rangeGravatar Nikias Bassen1-1/+27
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
2015-01-29Move pkg-config file into src directoryGravatar Martin Szulecki1-2/+2
2015-01-28Require autoconf 2.64+ to use package bugreport and project URL in AC_INITGravatar Martin Szulecki1-2/+2
2014-10-22Workaround autoconf bug and ensure a C++ compiler is mandatoryGravatar Martin Szulecki1-0/+10
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.
2014-10-14Post-release version bump to 1.13Gravatar Martin Szulecki1-1/+1
2014-10-14Add "check-news" automake option to ensure correct NEWS file on releases1.12Gravatar Martin Szulecki1-1/+1
2014-10-14Bump so name correctly as some ABI symbols were removedGravatar Martin Szulecki1-1/+1
2014-10-03Bump so revision due to ABI changesGravatar Nikias Bassen1-1/+1
2014-10-03Avoid exporting non-public symbolsGravatar Nikias Bassen1-1/+6
2014-03-29Drop manual endian.h header checkGravatar Chow Loong Jin1-1/+1
AC_C_BIGENDIAN should do its job already.
2014-03-29Fix endian detection in configure.acGravatar Chow Loong Jin1-10/+3
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.
2014-03-22Post-release version bump to 1.12Gravatar Nikias Bassen1-1/+1
2014-02-11For first time builds, use the built-in bindings directoryGravatar Andrew Udvare1-5/+4
2013-12-27lower libxml2 version requirementGravatar Nikias Bassen1-1/+1
2013-12-13change build system to autotoolsGravatar Nikias Bassen1-0/+140
2009-03-27Remove autotools.Gravatar Jonathan Beck1-56/+0
2009-01-29Rename pkgconfig from libplist-1.0 to libplist.Gravatar Jonathan Beck1-1/+1
2009-01-11Add a pythyon binding to the library (using SWIG).Gravatar Jonathan Beck1-1/+6
2009-01-04more warning fixes.Gravatar Jonathan Beck1-1/+1
2009-01-04Setup warning flags and fixes missing static attribute for local funtions.Gravatar Jonathan Beck1-0/+4
2008-12-13Add plutil and do some cleaning.Gravatar Jonathan Beck1-1/+1
2008-12-13Fork libiphone and remove anything non plist specific.Gravatar Jonathan Beck1-20/+5
Update library and make related files acordingly .
2008-10-30move dev specific tools to dev/ subdir.Gravatar Jonathan Beck1-8/+15
update autoconf files accordingly
2008-10-25fix autotools conditionalGravatar Jonathan Beck1-2/+2
2008-10-25add an option to strip off debug codeGravatar Jonathan Beck1-0/+7
2008-10-25add configure options to control building of development toolsGravatar Jonathan Beck1-0/+7
2008-10-25Draft HALGravatar Patrick Walton1-1/+1
Fix fdi file
2008-10-09Added a pkg-config fileGravatar Patrick Walton1-1/+1
2008-10-08Added an upper bound to gnutls versions.Gravatar Matt Colyer1-3/+1
2008-10-08Made the header file installable.Gravatar Matt Colyer1-1/+1
2008-08-31first shot at setting up a libraryGravatar Jonathan Beck1-0/+3
2008-08-30Added libtasn1 verification to the build process.Gravatar Martin S1-0/+1
2008-08-21fix linking of libiphone-initconf.Gravatar Jonathan Beck1-0/+1
2008-08-17Enhance the usability of initconf, by giving more feedback to the user.Gravatar Matt Colyer1-0/+1
2008-07-31Enabled actual version checking in the configure script.Gravatar Matt Colyer1-4/+6
2008-07-29Autotooled the project with very basic versioning support.Gravatar Matt Colyer1-0/+35