Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-09 | Unfold automake variables into multiple lines for maintainability | 1 | -36/+47 | ||
2020-06-08 | pkgconfig: Correctly rename libplist*.pc to libplist*-2.0.pc | 1 | -1/+1 | ||
2017-01-03 | win32: Try to prevent linking against libgcc_s_dw2 | 1 | -2/+2 | ||
While this works for libplist.dll, libplist++.dll will still have the _Unwind_Resume symbol being imported from libgcc_s_dw2-1.dll and there doesn't seem to be a way to prevent that. | |||||
2016-10-24 | Add pthread detection to configure.ac to get cflags and libs right | 1 | -1/+1 | ||
2016-10-22 | Remove libxml2 dependency in favor of custom XML parsing | 1 | -2/+3 | ||
2016-09-19 | Use time64 implementation by Michael G Schwern to extend allowed date/time range | 1 | -0/+1 | ||
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 | -0/+3 | ||
2015-01-11 | Pass flag '-avoid-version' to libtool for libplist++ in addition to libplist ↵ | 1 | -0/+1 | ||
for WIN32. | |||||
2014-10-03 | Drop src/common.h and use byte order macros from config.h directly | 1 | -2/+1 | ||
2014-03-28 | build-sys: Fix parallel build | 1 | -1/+1 | ||
On my machine, parallel builds fail with: make[2]: Entering directory `/home/teuf/hack/libplist/src' CCLD libplist.la make[2]: *** No rule to make target `../src/libplist.la', needed by `libplist++.la'. Stop. If $(top_builddir)/src/libplist.la does not exist yet when trying to link libplist++.la, automake/make will not realize the $(top_builddir)/src/libplist.la dependency is the same as the libplist.la target, and will thus be unable to generate $(top_builddir)/src/libplist.la. Using the libplist.la instead fixes this issue. I've checked that srcdir!=builddir and make distcheck still pass after this change. | |||||
2014-02-13 | Replace some LDADD references to use $(top_builddir) for distcheck | 1 | -1/+1 | ||
2014-02-13 | fix make distcheck | 1 | -3/+3 | ||
2013-12-13 | change build system to autotools | 1 | -0/+47 | ||
2009-03-27 | Remove autotools. | 1 | -7/+0 | ||
2009-01-29 | Clean some old stuff. | 1 | -1/+1 | ||
2009-01-22 | Add Unicode support. | 1 | -1/+1 | ||
2009-01-04 | Setup warning flags and fixes missing static attribute for local funtions. | 1 | -1/+1 | ||
2008-12-13 | Refine API and fix some warnings. | 1 | -1/+1 | ||
2008-12-13 | Fork libiphone and remove anything non plist specific. | 1 | -12/+4 | ||
Update library and make related files acordingly . | |||||
2008-12-11 | move stuff around to make code more organized. | 1 | -2/+2 | ||
2008-10-30 | move dev specific tools to dev/ subdir. | 1 | -16/+0 | ||
update autoconf files accordingly | |||||
2008-10-25 | fix autotools conditional | 1 | -13/+14 | ||
2008-10-25 | Change lock to mutex and add tool to check AFC in multithreaded env. | 1 | -3/+9 | ||
2008-10-25 | add configure options to control building of development tools | 1 | -8/+12 | ||
2008-10-25 | Handle debugging through utilitary functions | 1 | -2/+2 | ||
2008-10-08 | Remove ifuse as it has it's own repository now. | 1 | -7/+3 | ||
2008-09-11 | Setup a very basic lockdownd command line client | 1 | -1/+6 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-31 | first shot at setting up a library | 1 | -2/+10 | ||
2008-08-30 | Added libtasn1 verification to the build process. | 1 | -2/+2 | ||
2008-08-21 | fix linking of libiphone-initconf. | 1 | -0/+1 | ||
2008-08-20 | Removed duplicate functions in initconf and fixed build issues. | 1 | -3/+3 | ||
2008-08-17 | Enhance the usability of initconf, by giving more feedback to the user. | 1 | -0/+3 | ||
2008-08-14 | Fixes initconf. | 1 | -2/+2 | ||
2008-08-05 | Update Makefile so initconf is built. | 1 | -1/+2 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-07-31 | Added a way to load HostID from a user specific config file. | 1 | -2/+2 | ||
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-07-31 | Enabled actual version checking in the configure script. | 1 | -2/+2 | ||
2008-07-30 | Added beginnings of a fuse fs, right now it's read only and terribly fragile. | 1 | -3/+4 | ||
2008-07-29 | Autotooled the project with very basic versioning support. | 1 | -0/+5 | ||