summaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Add new output-only formats and Define constants for the different plist formatsNikias Bassen2023-04-161-0/+3
* Add support for OpenStep plist formatNikias Bassen2023-01-081-0/+1
* Add support for JSON formatNikias Bassen2021-12-231-0/+2
* Add API version to library and pkgconfig file for proper linkingNikias Bassen2020-06-141-10/+10
* Unfold automake variables into multiple lines for maintainabilityMartin Szulecki2020-06-091-36/+47
* pkgconfig: Correctly rename libplist*.pc to libplist*-2.0.pcNikias Bassen2020-06-081-1/+1
* win32: Try to prevent linking against libgcc_s_dw2Nikias Bassen2017-01-031-2/+2
* Add pthread detection to configure.ac to get cflags and libs rightNikias Bassen2016-10-241-1/+1
* Remove libxml2 dependency in favor of custom XML parsingNikias Bassen2016-10-221-2/+3
* Use time64 implementation by Michael G Schwern to extend allowed date/time rangeNikias Bassen2016-09-191-0/+1
* Move pkg-config file into src directoryMartin Szulecki2015-01-291-0/+3
* Pass flag '-avoid-version' to libtool for libplist++ in addition to libplist ...Aaron Burghardt2015-01-111-0/+1
* Drop src/common.h and use byte order macros from config.h directlyNikias Bassen2014-10-031-2/+1
* build-sys: Fix parallel buildChristophe Fergeau2014-03-281-1/+1
* Replace some LDADD references to use $(top_builddir) for distcheckMartin Szulecki2014-02-131-1/+1
* fix make distcheckNikias Bassen2014-02-131-3/+3
* change build system to autotoolsNikias Bassen2013-12-131-0/+47
* Remove autotools.Jonathan Beck2009-03-271-7/+0
* Clean some old stuff.Jonathan Beck2009-01-291-1/+1
* Add Unicode support.Jonathan Beck2009-01-221-1/+1
* Setup warning flags and fixes missing static attribute for local funtions.Jonathan Beck2009-01-041-1/+1
* Refine API and fix some warnings.Jonathan Beck2008-12-131-1/+1
* Fork libiphone and remove anything non plist specific.Jonathan Beck2008-12-131-12/+4
* move stuff around to make code more organized.Jonathan Beck2008-12-111-2/+2
* move dev specific tools to dev/ subdir.Jonathan Beck2008-10-301-16/+0
* fix autotools conditionalJonathan Beck2008-10-251-13/+14
* Change lock to mutex and add tool to check AFC in multithreaded env.Jonathan Beck2008-10-251-3/+9
* add configure options to control building of development toolsJonathan Beck2008-10-251-8/+12
* Handle debugging through utilitary functionsJonathan Beck2008-10-251-2/+2
* Remove ifuse as it has it's own repository now.Matt Colyer2008-10-081-7/+3
* Setup a very basic lockdownd command line clientJonathan Beck2008-09-111-1/+6
* first shot at setting up a libraryJonathan Beck2008-08-311-2/+10
* Added libtasn1 verification to the build process.Martin S2008-08-301-2/+2
* fix linking of libiphone-initconf.Jonathan Beck2008-08-211-0/+1
* Removed duplicate functions in initconf and fixed build issues.Matt Colyer2008-08-201-3/+3
* Enhance the usability of initconf, by giving more feedback to the user.Matt Colyer2008-08-171-0/+3
* Fixes initconf.Matt Colyer2008-08-141-2/+2
* Update Makefile so initconf is built.Jonathan Beck2008-08-051-1/+2
* Added a way to load HostID from a user specific config file.Jonathan Beck2008-07-311-2/+2
* Enabled actual version checking in the configure script.Matt Colyer2008-07-311-2/+2
* Added beginnings of a fuse fs, right now it's read only and terribly fragile.Matt Colyer2008-07-301-3/+4
* Autotooled the project with very basic versioning support.Matt Colyer2008-07-291-0/+5