summaryrefslogtreecommitdiff
path: root/src/Dictionary.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary const to silence compiler warningNikias Bassen2023-04-211-1/+1
* C++: Remove deprecated Insert()Nikias Bassen2023-04-211-5/+0
* C++: Add dictionary and array size methodNikias Bassen2023-04-211-0/+4
* Add lowercase begin/end iterator functionsDaniel2023-02-031-0/+20
* [clang-tidy] cpp: Replace free with deleteRosen Penev2021-06-221-2/+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++: Remove redundant initializationRosen Penev2020-06-031-1/+1
* c++: Add closing namespace commentRosen Penev2020-06-031-1/+1
* Add PList::Dictionary::const_iteratorAlexander Böhn2019-07-071-0/+15
* Fixed bug in dictionary_filltihmstar2019-06-261-1/+1
* cpp: Dictionary: Reduce code duplication with helper functionNikias Bassen2019-01-211-47/+16
* Change Clone() to be const, which required constructors with const references...Aaron Burghardt2014-09-201-3/+8
* deprecated plist_dict_insert_item in favor of plist_dict_set_itemNikias Bassen2014-03-191-2/+7
* fixed mavericks compile problem, return iterator of _map.end() instead of ite...Jim Koning2013-10-291-1/+1
* Fix Dictionary copy constructorChristophe Fergeau2011-02-121-1/+1
* 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
* Do not free plist node twice in Dictionary destructor.Jonathan Beck2009-11-101-1/+0
* Remove wrongly exposed SetParent method.Jonathan Beck2009-11-101-1/+1
* Add GetNodeIdex and GetNodeKey methods.Jonathan Beck2009-11-041-0/+10
* Format sources to ANSI style using AStyle (astyle --style=ansi).Jonathan Beck2009-10-281-39/+39
* Fix build for MSVC9.Jonathan Beck2009-10-281-0/+1
* Add Set/Get Parent and a helper to create a Node from a plist_t.Jonathan Beck2009-10-261-99/+7
* Tweak Dictioonary interface a bit.Jonathan Beck2009-10-181-1/+10
* Fix key valuation in dictionary loop.Jonathan Beck2009-10-161-1/+1
* Fix Node lifecycle and change argument as reference to const reference.Jonathan Beck2009-10-161-7/+13
* Fix various mistakes in C++ bindings.Jonathan Beck2009-10-151-3/+42
* Add C++ binding.Jonathan Beck2009-10-131-0/+217