index
:
libplist
master
time64
Library to handle Apple Property List format files in binary or XML
ms
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Array.cpp
Age
Commit message (
Collapse
)
Author
Files
Lines
2014-09-20
Added const to Array.GetSize(), and to 3 Node methods.
Aaron Burghardt
1
-2
/
+2
2014-09-20
Change Clone() to be const, which required constructors with const ↵
Aaron Burghardt
1
-2
/
+2
references and a const GetValue().
2014-05-20
Rename "index" variable as it shadows global declaration on older systems
Martin Szulecki
1
-2
/
+2
2009-11-28
Remove last includes of non-existing Utils.h
Martin Szulecki
1
-1
/
+0
2009-11-11
Fix removal of the Utils class.
Jonathan Beck
1
-3
/
+3
2009-11-10
Remove wrongly exposed SetParent method.
Jonathan Beck
1
-2
/
+2
2009-11-04
Add GetNodeIdex and GetNodeKey methods.
Jonathan Beck
1
-0
/
+8
2009-10-28
Format sources to ANSI style using AStyle (astyle --style=ansi).
Jonathan Beck
1
-26
/
+26
2009-10-28
Fix build for MSVC9.
Jonathan Beck
1
-2
/
+3
2009-10-26
Add Set/Get Parent and a helper to create a Node from a plist_t.
Jonathan Beck
1
-99
/
+8
2009-10-16
Fix Node lifecycle and change argument as reference to const reference.
Jonathan Beck
1
-18
/
+18
2009-10-15
Fix various mistakes in C++ bindings.
Jonathan Beck
1
-3
/
+42
2009-10-13
Add C++ binding.
Jonathan Beck
1
-0
/
+194