summaryrefslogtreecommitdiff
path: root/src/Key.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-1/+1
* [clang-tidy] cpp: Replace free with deleteRosen Penev2021-06-221-7/+2
* [clang-tidy] cpp: Turn reference operators to constRosen Penev2021-06-221-1/+1
* c++: Switch to c++ headersRosen Penev2020-06-031-1/+1
* c++: Add closing namespace commentRosen Penev2020-06-031-1/+1
* C++: Make sure String::GetValue() and Key::GetValue() don't crash with NULL s...Nikias Bassen2014-09-201-2/+7
* Change Clone() to be const, which required constructors with const references...Aaron Burghardt2014-09-201-3/+3
* C++ bindings: added support for PLIST_KEY nodes.Nikias Bassen2012-11-131-0/+75