- 21 Jan, 2019 2 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
Similar to #PLIST_DICT, an iterator can now be used for #PLIST_ARRAY nodes. Get an iterator with plist_array_new_iter() and use plist_array_next_item() to iterate over the elements.
-
- 10 Nov, 2016 1 commit
-
-
Nikias Bassen authored
Instead of e.g.: if (plist_get_node_type(plist) == PLIST_STRING) you can now write: if (PLIST_IS_STRING(plist))
-
- 22 Oct, 2016 1 commit
-
-
Nikias Bassen authored
-
- 12 May, 2016 2 commits
-
-
Christophe Fergeau authored
Rather than having everyone reimplement binary/XML plist detection by looking at the first bytes of the plist content, it's better to do this detection in libplist and hide that internal detail from library users.
-
Christophe Fergeau authored
It can be useful if one needs to know what type of plist a memory buffer contains.
-
- 20 Apr, 2016 1 commit
-
-
Frederik Carlier authored
-
- 03 Oct, 2014 1 commit
-
-
Nikias Bassen authored
-
- 26 Sep, 2014 1 commit
-
-
Nikias Bassen authored
-
- 25 Sep, 2014 1 commit
-
-
Nikias Bassen authored
-
- 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().
-
- 05 Aug, 2014 1 commit
-
-
Nikias Bassen authored
-
- 21 May, 2014 1 commit
-
-
Martin Szulecki authored
-
- 20 May, 2014 4 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
Martin Szulecki authored
-
Aaron Burghardt authored
-
- 19 Mar, 2014 2 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 12 Dec, 2013 1 commit
-
-
Nikias Bassen authored
-
- 19 Mar, 2013 1 commit
-
-
Nikias Bassen authored
-
- 18 Mar, 2013 1 commit
-
-
Nikias Bassen authored
-
- 13 Nov, 2012 1 commit
-
-
Nikias Bassen authored
-
- 16 Sep, 2012 1 commit
-
-
Nikias Bassen authored
-
- 15 Aug, 2012 1 commit
-
-
Nikias Bassen authored
-
- 08 May, 2012 1 commit
-
-
Nikias Bassen authored
-
- 03 Mar, 2010 1 commit
-
-
Jonathan Beck authored
-
- 10 Nov, 2009 3 commits
-
-
Jonathan Beck authored
-
Jonathan Beck authored
-
Jonathan Beck authored
-
- 04 Nov, 2009 1 commit
-
-
Jonathan Beck authored
-
- 28 Oct, 2009 4 commits
-
-
Martin Szulecki authored
-
Jonathan Beck authored
-
Jonathan Beck authored
-
Jonathan Beck authored
-
- 26 Oct, 2009 2 commits
-
-
Jonathan Beck authored
-
Jonathan Beck authored
-
- 19 Oct, 2009 1 commit
-
-
Jonathan Beck authored
-
- 18 Oct, 2009 1 commit
-
-
Jonathan Beck authored
-