1. 29 Mar, 2014 1 commit
    • Chow Loong Jin's avatar
      Fix endian detection in configure.ac · bd73598e
      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.
      bd73598e
  2. 28 Mar, 2014 1 commit
    • Christophe Fergeau's avatar
      build-sys: Fix parallel build · c44a2566
      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.
      c44a2566
  3. 19 Mar, 2014 2 commits
  4. 13 Feb, 2014 2 commits
  5. 06 Feb, 2014 1 commit
  6. 13 Dec, 2013 6 commits
  7. 12 Dec, 2013 2 commits
  8. 12 Nov, 2013 2 commits
  9. 29 Oct, 2013 1 commit
  10. 17 Oct, 2013 1 commit
  11. 09 Oct, 2013 1 commit
  12. 30 May, 2013 1 commit
  13. 19 Mar, 2013 1 commit
  14. 06 Mar, 2013 1 commit
  15. 13 Nov, 2012 1 commit
  16. 08 Nov, 2012 1 commit
    • Nikias Bassen's avatar
      Fix crash when converting plists containing comments · 58151b6c
      Nikias Bassen authored
      Thanks to free2000fly for pointing this out. The issue was that
      XML plists with comments converted to binary plists would result
      in invalid binary nodes, thus converting back these binary plists
      resulted in a crash.
      58151b6c
  17. 16 Sep, 2012 3 commits
  18. 23 Apr, 2012 1 commit
  19. 11 Feb, 2012 2 commits
  20. 11 Jan, 2012 1 commit
  21. 26 Sep, 2011 1 commit
  22. 10 Sep, 2011 1 commit
  23. 31 May, 2011 1 commit
  24. 29 May, 2011 4 commits
  25. 28 May, 2011 1 commit