summaryrefslogtreecommitdiffstats
path: root/src/Array.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-19plist_array_get_item_index(): return UINT_MAX instead of 0 when node can't be...Gravatar Nikias Bassen1-0/+4
2019-01-21plist: Add iterator for #PLIST_ARRAY nodesGravatar Nikias Bassen1-22/+16
2014-09-20Added const to Array.GetSize(), and to 3 Node methods.Gravatar Aaron Burghardt1-2/+2
2014-09-20Change Clone() to be const, which required constructors with const references...Gravatar Aaron Burghardt1-2/+2
2014-05-20Rename "index" variable as it shadows global declaration on older systemsGravatar Martin Szulecki1-2/+2
2009-11-28Remove last includes of non-existing Utils.hGravatar Martin Szulecki1-1/+0
2009-11-11Fix removal of the Utils class.Gravatar Jonathan Beck1-3/+3
2009-11-10Remove wrongly exposed SetParent method.Gravatar Jonathan Beck1-2/+2
2009-11-04Add GetNodeIdex and GetNodeKey methods.Gravatar Jonathan Beck1-0/+8
2009-10-28Format sources to ANSI style using AStyle (astyle --style=ansi).Gravatar Jonathan Beck1-26/+26
2009-10-28Fix build for MSVC9.Gravatar Jonathan Beck1-2/+3
2009-10-26Add Set/Get Parent and a helper to create a Node from a plist_t.Gravatar Jonathan Beck1-99/+8
2009-10-16Fix Node lifecycle and change argument as reference to const reference.Gravatar Jonathan Beck1-18/+18
2009-10-15Fix various mistakes in C++ bindings.Gravatar Jonathan Beck1-3/+42
2009-10-13Add C++ binding.Gravatar Jonathan Beck1-0/+194