- 11 May, 2020 1 commit
-
-
Nikias Bassen authored
... except container node types like PLIST_ARRAY or PLIST_DICT.
-
- 07 Nov, 2019 2 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
Add plist_to_bin_free() and plist_to_xml_free() functions that free memory allocated by plist_to_bin()/plist_to_xml()
-
- 07 Jul, 2019 1 commit
-
-
Alexander Böhn authored
... and const versions of three member functions, each returning const_iterator: * Plist::Dictionary::Begin() * PList::Dictionary::End() * PList::Dictionary::Find()
-
- 19 May, 2019 1 commit
-
-
Nikias Bassen authored
-
- 18 May, 2019 2 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 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 2 commits
-
-
Nikias Bassen authored
-
Nikias Bassen authored
-
- 19 Mar, 2013 2 commits
-
-
Nikias Bassen authored
-
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
-