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
/
swig
/
plist.i
Age
Commit message (
Collapse
)
Author
Files
Lines
2009-10-18
Do not export GetPlist();
Jonathan Beck
1
-0
/
+1
2009-10-18
Reduce Python specific code in swig header.
Jonathan Beck
1
-15
/
+13
2009-10-18
Add python datetime typemaps.
Jonathan Beck
1
-0
/
+38
2009-10-17
Add dynamic subtyping for abstract nodes.
Jonathan Beck
1
-0
/
+49
2009-10-17
Use custom typemap for binary buffers as we want to hadle them as strings in ↵
Jonathan Beck
1
-4
/
+19
python.
2009-10-17
Declare binary sequence in swig header.
Jonathan Beck
1
-0
/
+4
2009-10-16
Change python binding to be based on libplist++ object model.
Jonathan Beck
1
-2
/
+32
Deprecate old binding.
2009-07-18
Update python binding to use new setters API.
Jonathan Beck
1
-0
/
+25
2009-07-18
Change plist swig allocator name so that it won't collide when included.
Jonathan Beck
1
-12
/
+12
2009-07-18
Add function to get parent node in API and python bindings.
Jonathan Beck
1
-0
/
+8
2009-04-28
Merge ascii and unicode handling in PLIST_STRING using UTF-8. Remove unicode ↵
Jonathan Beck
1
-1
/
+0
related declaration in API (breaks API&ABI)
2009-04-19
Use CString SWIG library to handle binary buffers.
Jonathan Beck
1
-25
/
+36
2009-04-18
Fix subnode lifecycle (do not free).
Jonathan Beck
1
-55
/
+49
Always return NULL if node not found.
2009-04-15
Add special accessor for structured types in API.
Jonathan Beck
1
-10
/
+44
2009-04-15
Rework SWIG interface to handle lifecycle of C pointers correctly.
Jonathan Beck
1
-18
/
+48
2009-04-15
Pass C pointer to API instead of swig wrapper in binding.
Jonathan Beck
1
-1
/
+3
2009-04-15
Add from_xml, from_bin, find_node_by_key and rename AddSubNode in Python API
Martin Szulecki
1
-2
/
+16
2009-03-27
Add swig autodoc directive to generate Python docstrings.
Jonathan Beck
1
-0
/
+1
2009-03-27
Conform to Python naming rules.
Jonathan Beck
1
-19
/
+19
2009-01-13
Add stdint swig declaration in interface.
Jonathan Beck
1
-0
/
+3
2009-01-12
Ship SWIG interface file with dev headers.
Jonathan Beck
1
-2
/
+3
2009-01-11
Add a pythyon binding to the library (using SWIG).
Jonathan Beck
1
-0
/
+171