Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-10-03 | Drop src/common.h and use byte order macros from config.h directly | Nikias Bassen | 1 | -2/+1 | |
2014-03-28 | build-sys: Fix parallel build | Christophe Fergeau | 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 | Martin Szulecki | 1 | -1/+1 | |
2014-02-13 | fix make distcheck | Nikias Bassen | 1 | -3/+3 | |
2013-12-13 | change build system to autotools | Nikias Bassen | 1 | -0/+47 | |
2009-03-27 | Remove autotools. | Jonathan Beck | 1 | -7/+0 | |
2009-01-29 | Clean some old stuff. | Jonathan Beck | 1 | -1/+1 | |
2009-01-22 | Add Unicode support. | Jonathan Beck | 1 | -1/+1 | |
2009-01-04 | Setup warning flags and fixes missing static attribute for local funtions. | Jonathan Beck | 1 | -1/+1 | |
2008-12-13 | Refine API and fix some warnings. | Jonathan Beck | 1 | -1/+1 | |
2008-12-13 | Fork libiphone and remove anything non plist specific. | Jonathan Beck | 1 | -12/+4 | |
Update library and make related files acordingly . | |||||
2008-12-11 | move stuff around to make code more organized. | Jonathan Beck | 1 | -2/+2 | |
2008-10-30 | move dev specific tools to dev/ subdir. | Jonathan Beck | 1 | -16/+0 | |
update autoconf files accordingly | |||||
2008-10-25 | fix autotools conditional | Jonathan Beck | 1 | -13/+14 | |
2008-10-25 | Change lock to mutex and add tool to check AFC in multithreaded env. | Jonathan Beck | 1 | -3/+9 | |
2008-10-25 | add configure options to control building of development tools | Jonathan Beck | 1 | -8/+12 | |
2008-10-25 | Handle debugging through utilitary functions | Jonathan Beck | 1 | -2/+2 | |
2008-10-08 | Remove ifuse as it has it's own repository now. | Matt Colyer | 1 | -7/+3 | |
2008-09-11 | Setup a very basic lockdownd command line client | Jonathan Beck | 1 | -1/+6 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-08-31 | first shot at setting up a library | Jonathan Beck | 1 | -2/+10 | |
2008-08-30 | Added libtasn1 verification to the build process. | Martin S | 1 | -2/+2 | |
2008-08-21 | fix linking of libiphone-initconf. | Jonathan Beck | 1 | -0/+1 | |
2008-08-20 | Removed duplicate functions in initconf and fixed build issues. | Matt Colyer | 1 | -3/+3 | |
2008-08-17 | Enhance the usability of initconf, by giving more feedback to the user. | Matt Colyer | 1 | -0/+3 | |
2008-08-14 | Fixes initconf. | Matt Colyer | 1 | -2/+2 | |
2008-08-05 | Update Makefile so initconf is built. | Jonathan Beck | 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. | Jonathan Beck | 1 | -2/+2 | |
Signed-off-by: Matt Colyer <matt@colyer.name> | |||||
2008-07-31 | Enabled actual version checking in the configure script. | Matt Colyer | 1 | -2/+2 | |
2008-07-30 | Added beginnings of a fuse fs, right now it's read only and terribly fragile. | Matt Colyer | 1 | -3/+4 | |
2008-07-29 | Autotooled the project with very basic versioning support. | Matt Colyer | 1 | -0/+5 | |