summaryrefslogtreecommitdiffstats
path: root/src/Key.cpp
AgeCommit message (Collapse)AuthorFilesLines
2014-09-20C++: Make sure String::GetValue() and Key::GetValue() don't crash with NULL ↵Gravatar Nikias Bassen1-2/+7
strings
2014-09-20Change Clone() to be const, which required constructors with const ↵Gravatar Aaron Burghardt1-3/+3
references and a const GetValue().
2012-11-13C++ bindings: added support for PLIST_KEY nodes.Gravatar Nikias Bassen1-0/+75