Age | Commit message (Collapse) | Author | Files | Lines |
|
binary plist
|
|
strings
|
|
|
|
references and a const GetValue().
|
|
|
|
|
|
mismatch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
output
|
|
|
|
|
|
|
|
ownership/responsibility.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AC_C_BIGENDIAN should do its job already.
|
|
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.
|
|
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.
|
|
|
|
plist_dict_insert_item()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
be treated like one in version 2.x)
|