summaryrefslogtreecommitdiff
path: root/src/Node.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename PLIST_UINT to PLIST_INT and add plist_new_int() and plist_get_int_val()Nikias Bassen2023-01-161-2/+2
* c++: Switch to c++ headersRosen Penev2020-06-031-1/+1
* c++: Add closing namespace commentRosen Penev2020-06-031-1/+1
* Node.cpp: let plist_t operations free _node when in a container.Aaron Burghardt2015-12-071-1/+6
* Change Clone() to be const, which required constructors with const references...Aaron Burghardt2014-09-201-3/+3
* C++: added support for PLIST_UID nodes (class Uid)Nikias Bassen2013-03-191-0/+7
* C++ bindings: added support for PLIST_KEY nodes.Nikias Bassen2012-11-131-1/+8
* Fix removal of the Utils class.Jonathan Beck2009-11-111-1/+0
* Move some methods and drop Utils class in C++ binding.Jonathan Beck2009-11-111-0/+49
* Remove wrongly exposed SetParent method.Jonathan Beck2009-11-101-15/+0
* Format sources to ANSI style using AStyle (astyle --style=ansi).Jonathan Beck2009-10-281-34/+35
* Unlink previous node in SetParent().Jonathan Beck2009-10-281-0/+11
* Fix build for MSVC9.Jonathan Beck2009-10-281-1/+2
* Add Set/Get Parent and a helper to create a Node from a plist_t.Jonathan Beck2009-10-261-3/+15
* Fix Node lifecycle and change argument as reference to const reference.Jonathan Beck2009-10-161-17/+1
* Add C++ binding.Jonathan Beck2009-10-131-0/+105