Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-04-20 | Bump version to 2.0.0 for release | 1 | -1/+1 | ||
2017-04-20 | Bump so version due to added functions to interface | 1 | -1/+1 | ||
2017-04-20 | build: Fix check for previously installed cython bindings | 1 | -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-20 | autofoo: Ensure that 'make distcheck' doesn't fail when cython is not installed | 1 | -5/+1 | ||
2017-03-18 | autocconf: Add android exception for pthread detection | 1 | -2/+2 | ||
2017-01-28 | Suppress compiler warning with new bplist code | 1 | -1/+1 | ||
2016-12-27 | Remove unused AC_SUBST for WINDRES | 1 | -1/+0 | ||
2016-12-27 | Remove check for pthread on macOS to suppress clang compiler warning | 1 | -10/+8 | ||
2016-12-14 | Properly check for the availability of strptime() and make sure to use it | 1 | -1/+1 | ||
2016-10-24 | Add pthread detection to configure.ac to get cflags and libs right | 1 | -1/+9 | ||
2016-10-22 | Remove libxml2 dependency in favor of custom XML parsing | 1 | -9/+18 | ||
2016-09-19 | Use time64 implementation by Michael G Schwern to extend allowed date/time range | 1 | -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-29 | Move pkg-config file into src directory | 1 | -2/+2 | ||
2015-01-28 | Require autoconf 2.64+ to use package bugreport and project URL in AC_INIT | 1 | -2/+2 | ||
2014-10-22 | Workaround autoconf bug and ensure a C++ compiler is mandatory | 1 | -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-14 | Post-release version bump to 1.13 | 1 | -1/+1 | ||
2014-10-14 | Add "check-news" automake option to ensure correct NEWS file on releases1.12 | 1 | -1/+1 | ||
2014-10-14 | Bump so name correctly as some ABI symbols were removed | 1 | -1/+1 | ||
2014-10-03 | Bump so revision due to ABI changes | 1 | -1/+1 | ||
2014-10-03 | Avoid exporting non-public symbols | 1 | -1/+6 | ||
2014-03-29 | Drop manual endian.h header check | 1 | -1/+1 | ||
AC_C_BIGENDIAN should do its job already. | |||||
2014-03-29 | Fix endian detection in configure.ac | 1 | -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-22 | Post-release version bump to 1.12 | 1 | -1/+1 | ||
2014-02-11 | For first time builds, use the built-in bindings directory | 1 | -5/+4 | ||
2013-12-27 | lower libxml2 version requirement | 1 | -1/+1 | ||
2013-12-13 | change build system to autotools | 1 | -0/+140 | ||
2009-03-27 | Remove autotools. | 1 | -56/+0 | ||
2009-01-29 | Rename pkgconfig from libplist-1.0 to libplist. | 1 | -1/+1 | ||
2009-01-11 | Add a pythyon binding to the library (using SWIG). | 1 | -1/+6 | ||
2009-01-04 | more warning fixes. | 1 | -1/+1 | ||
2009-01-04 | Setup warning flags and fixes missing static attribute for local funtions. | 1 | -0/+4 | ||
2008-12-13 | Add plutil and do some cleaning. | 1 | -1/+1 | ||
2008-12-13 | Fork libiphone and remove anything non plist specific. | 1 | -20/+5 | ||
Update library and make related files acordingly . | |||||
2008-10-30 | move dev specific tools to dev/ subdir. | 1 | -8/+15 | ||
update autoconf files accordingly | |||||
2008-10-25 | fix autotools conditional | 1 | -2/+2 | ||
2008-10-25 | add an option to strip off debug code | 1 | -0/+7 | ||
2008-10-25 | add configure options to control building of development tools | 1 | -0/+7 | ||
2008-10-25 | Draft HAL | 1 | -1/+1 | ||
Fix fdi file | |||||
2008-10-09 | Added a pkg-config file | 1 | -1/+1 | ||
2008-10-08 | Added an upper bound to gnutls versions. | 1 | -3/+1 | ||
2008-10-08 | Made the header file installable. | 1 | -1/+1 | ||
2008-08-31 | first shot at setting up a library | 1 | -0/+3 | ||
2008-08-30 | Added libtasn1 verification to the build process. | 1 | -0/+1 | ||
2008-08-21 | fix linking of libiphone-initconf. | 1 | -0/+1 | ||
2008-08-17 | Enhance the usability of initconf, by giving more feedback to the user. | 1 | -0/+1 | ||
2008-07-31 | Enabled actual version checking in the configure script. | 1 | -4/+6 | ||
2008-07-29 | Autotooled the project with very basic versioning support. | 1 | -0/+35 | ||