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
Age
Commit message (
Collapse
)
Author
Files
Lines
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
Fix python binding install.
Jonathan Beck
1
-0
/
+2
2009-04-15
Add from_xml, from_bin, find_node_by_key and rename AddSubNode in Python API
Martin Szulecki
1
-2
/
+16
2009-04-05
Fix install libdir for 64bit platform.
Martin Szulecki
1
-2
/
+2
2009-03-27
Fix swig header install.
v0.8
libplist_rc1
Jonathan Beck
1
-0
/
+2
2009-03-27
Fix Python binding install.
Jonathan Beck
1
-3
/
+3
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-03-27
Remove autotools.
Jonathan Beck
1
-18
/
+0
2009-02-12
Fix python binding install dir in cmake build system.
Jonathan Beck
1
-2
/
+2
2009-02-09
Add a cmake build system.
Jonathan Beck
1
-0
/
+14
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
2
-2
/
+6
2009-01-11
Add a pythyon binding to the library (using SWIG).
Jonathan Beck
3
-0
/
+187