- 19 Sep, 2014 2 commits
-
-
Aaron Burghardt authored
-
Aaron Burghardt authored
Change Clone() to be const, which required constructors with const references and a const GetValue().
-
- 25 Aug, 2014 1 commit
-
-
Aaron Burghardt authored
-
- 05 Aug, 2014 2 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 30 Jul, 2014 5 commits
-
-
Martin Szulecki authored
-
Martin Szulecki authored
-
Martin Szulecki authored
-
Martin Szulecki authored
-
Martin Szulecki authored
-
- 13 Jun, 2014 1 commit
-
-
Martin Szulecki authored
-
- 27 May, 2014 4 commits
-
-
Martin Szulecki authored
-
Martin Szulecki authored
-
Martin Szulecki authored
-
Martin Szulecki authored
-
- 23 May, 2014 3 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 22 May, 2014 3 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 21 May, 2014 2 commits
-
-
Martin Szulecki authored
-
Nikias Bassen authored
-
- 20 May, 2014 5 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
Martin Szulecki authored
-
Martin Szulecki authored
-
Aaron Burghardt authored
-
- 18 May, 2014 2 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 02 Apr, 2014 2 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 01 Apr, 2014 2 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 29 Mar, 2014 2 commits
-
-
Chow Loong Jin authored
AC_C_BIGENDIAN should do its job already.
-
Chow Loong Jin authored
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.
-
- 28 Mar, 2014 1 commit
-
-
Christophe Fergeau authored
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.
-
- 22 Mar, 2014 3 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
Nikias Bassen authored
-