summaryrefslogtreecommitdiff
path: root/src/Array.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary const to silence compiler warningNikias Bassen2023-04-211-1/+1
* C++: Add dictionary and array size methodNikias Bassen2023-04-211-0/+4
* Add lowercase begin/end iterator functionsDaniel2023-02-031-0/+20
* Add PList::Array iterator member functionsDaniel2023-02-031-0/+20
* cpp: Array: Make sure the array passed to array_fill ist passed by referenceliujianfengv2021-07-131-1/+1
* [clang-tidy] cpp: Use correct type for loop variableRosen Penev2021-06-221-4/+2
* [clang-tidy] cpp: Turn reference operators to constRosen Penev2021-06-221-1/+1
* c++: Switch to c++ headersRosen Penev2020-06-031-2/+2
* c++: Remove redundant initializationRosen Penev2020-06-031-1/+1
* c++: Add closing namespace commentRosen Penev2020-06-031-1/+1
* plist_array_get_item_index(): return UINT_MAX instead of 0 when node can't be...Nikias Bassen2019-05-191-0/+4
* plist: Add iterator for #PLIST_ARRAY nodesNikias Bassen2019-01-211-22/+16
* Added const to Array.GetSize(), and to 3 Node methods.Aaron Burghardt2014-09-201-2/+2
* Change Clone() to be const, which required constructors with const references...Aaron Burghardt2014-09-201-2/+2
* Rename "index" variable as it shadows global declaration on older systemsMartin Szulecki2014-05-201-2/+2
* Remove last includes of non-existing Utils.hMartin Szulecki2009-11-281-1/+0
* Fix removal of the Utils class.Jonathan Beck2009-11-111-3/+3
* Remove wrongly exposed SetParent method.Jonathan Beck2009-11-101-2/+2
* Add GetNodeIdex and GetNodeKey methods.Jonathan Beck2009-11-041-0/+8
* Format sources to ANSI style using AStyle (astyle --style=ansi).Jonathan Beck2009-10-281-26/+26
* Fix build for MSVC9.Jonathan Beck2009-10-281-2/+3
* Add Set/Get Parent and a helper to create a Node from a plist_t.Jonathan Beck2009-10-261-99/+8
* Fix Node lifecycle and change argument as reference to const reference.Jonathan Beck2009-10-161-18/+18
* Fix various mistakes in C++ bindings.Jonathan Beck2009-10-151-3/+42
* Add C++ binding.Jonathan Beck2009-10-131-0/+194