summaryrefslogtreecommitdiff
path: root/src/Array.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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