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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-10-09
base64: use strtok_r instead of strtok to make sure we're thread safe
Nikias Bassen
1
-2
/
+3
2013-05-30
bplist: use __FLOAT_WORD_ORDER__ instead of __VFP_FP__ for floating point end...
Nikias Bassen
1
-1
/
+4
2013-03-19
Bump version to 1.10 for release
1.10
Nikias Bassen
2
-2
/
+2
2013-03-19
updated NEWS
Nikias Bassen
1
-0
/
+13
2013-03-19
cython: added PLIST_UID support
Nikias Bassen
2
-0
/
+55
2013-03-19
cython: use uint64_t instead of int for Integer get_value and __repr__
Nikias Bassen
2
-4
/
+6
2013-03-19
swig: added PLIST_UID support
Nikias Bassen
1
-0
/
+7
2013-03-19
C++: added support for PLIST_UID nodes (class Uid)
Nikias Bassen
6
-0
/
+131
2013-03-19
cython: return correct Key_factory in plist_t_to_node
Nikias Bassen
1
-1
/
+1
2013-03-19
C++: add Key.h to public headers
Nikias Bassen
1
-0
/
+1
2013-03-19
cython: removed unused return statements
Nikias Bassen
1
-3
/
+0
2013-03-19
cython: get rid of ctypedefs and use libc.stdint instead
Nikias Bassen
1
-11
/
+1
2013-03-19
cython: fixed missing class definition for PLIST_KEY type
Nikias Bassen
2
-1
/
+76
2013-03-18
renamed plutil to plistutil to not mask Apple's plutil on OSX
Nikias Bassen
6
-16
/
+16
2013-03-18
Bump version to 1.9 for release
1.9
Nikias Bassen
2
-2
/
+2
2013-03-18
added PLIST_KEY support to cython bindings
Nikias Bassen
2
-0
/
+6
2013-03-18
added PLIST_KEY support to swig bindings
Nikias Bassen
1
-0
/
+4
2013-03-18
added Key.h to plist++ header file
Nikias Bassen
1
-0
/
+1
2013-03-18
updated NEWS
Nikias Bassen
1
-0
/
+13
2013-03-07
xml plists: make sure we don't produce <data/> if it's empty
Nikias Bassen
1
-0
/
+9
2012-11-13
C++ bindings: added support for PLIST_KEY nodes.
Nikias Bassen
4
-1
/
+133
2012-11-08
Fix crash when converting plists containing comments
Nikias Bassen
1
-0
/
+4
2012-09-16
plist_data_compare: for PLIST_DATA, compare length before accessing data
Nicolás Alvarez
1
-0
/
+2
2012-09-16
xplist: set DST to not available in parse_date()
Nikias Bassen
1
-0
/
+1
2012-09-16
implemented handling of UID keyed encoding type
Nikias Bassen
4
-2
/
+168
2012-08-15
include sys/time.h for systems that don't include it automatically
Nikias Bassen
1
-0
/
+1
2012-07-09
Fix building with parallel build makeopts
Nikias Bassen
1
-0
/
+2
2012-05-08
remove useless win32 include from plist/Date.h
Nikias Bassen
1
-4
/
+0
2012-04-24
fix plist_dict_set_item() and plist_array_set_item()
Nikias Bassen
1
-9
/
+17
2012-04-24
libcnary: return removed/detached index in node_list_remove/node_detach
Nikias Bassen
2
-4
/
+7
2012-03-22
cython: Fix broken String plist handling in Python
Martin Szulecki
1
-5
/
+5
2012-02-12
set PLIST_BYTE_ORDER if required and compiler provides it
Nikias Bassen
1
-0
/
+9
2012-02-11
bplist: fix invalid memory access in copy_plist_data
Nikias Bassen
1
-4
/
+4
2012-01-12
fix compiler warnings
Nikias Bassen
4
-13
/
+4
2012-01-12
libcnary: fix missing return value and missing variable initialization
Nikias Bassen
1
-2
/
+2
2012-01-11
Bump version to 1.8 for release
1.8
Nikias Bassen
2
-2
/
+2
2012-01-11
Update NEWS for release
Nikias Bassen
1
-0
/
+8
2012-01-11
node_list: Fix memory corruption
Nikias Bassen
1
-1
/
+7
2011-09-26
Allow swig typemap to recognize any std::vector<char> as a python string.
Glenn Washburn
1
-4
/
+4
2011-09-26
cython: use bint instead of bool, fix deprecated stuff
Nikias Bassen
2
-28
/
+27
2011-09-26
More qualifiers.
Bryan Forbes
2
-19
/
+23
2011-09-26
Changed bool to bint in Cython functions. Added some more type qualifiers.
Bryan Forbes
2
-16
/
+16
2011-09-26
Fixed some memory leaks and unicode handling.
Bryan Forbes
2
-43
/
+72
2011-09-26
If the plist type is none, return None.
Bryan Forbes
1
-0
/
+2
2011-09-26
Removed a call to __dealloc__ and added initialization of _array.
Bryan Forbes
1
-1
/
+1
2011-09-26
Added cython bindings.
Bryan Forbes
7
-3
/
+861
2011-09-26
Added .gitignore file
Nikias Bassen
1
-0
/
+2
2011-09-26
Updated NEWS
1.7
Nikias Bassen
1
-0
/
+6
2011-09-26
Bump version to 1.7 for release
Nikias Bassen
1
-1
/
+1
2011-09-26
move cmake endianess detection to proper place and actually USE it
Nikias Bassen
2
-4
/
+5
[prev]
[next]