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
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
2011-09-11
Win32: do not use visibility attribute
Nikias Bassen
1
-1
/
+1
2011-06-25
Updated NEWS
1.6
Nikias Bassen
1
-0
/
+6
2011-06-25
Bump version to 1.6 for release
Nikias Bassen
1
-1
/
+1
2011-06-25
Updated README
Nikias Bassen
1
-9
/
+5
2011-06-25
Updates libcnary sources (adding license info)
Nikias Bassen
13
-0
/
+694
2011-06-13
Bundle libcnary for better packaging
1.5
Nikias Bassen
15
-0
/
+760
2011-06-13
Remove libcnary submodule
Nikias Bassen
2
-3
/
+0
2011-06-13
Bump version to 1.5 for release
Nikias Bassen
2
-2
/
+2
2011-06-13
Updated NEWS
Nikias Bassen
1
-0
/
+8
2011-06-13
Add missing include <cstddef> to fix FTBFS with GCC 4.6
Matthias Klose
1
-0
/
+1
2011-06-01
Fix base64 encoding
Nikias Bassen
1
-8
/
+6
2011-05-29
Use simple sscanf for parsing dates if strptime is not available
Nikias Bassen
1
-2
/
+15
2011-05-29
use signed char instead of int8_t
Nikias Bassen
1
-1
/
+1
2011-05-29
Use malloc+snprintf instead of asprintf
Nikias Bassen
1
-2
/
+4
2011-05-29
user CMAKE_C_OUTPUT_EXTENSION instead of .o
Nikias Bassen
1
-5
/
+5
2011-05-28
define be16toh, be32toh, be64toh if not available
Nikias Bassen
1
-0
/
+34
2011-05-28
Add missing include
Nikias Bassen
1
-0
/
+1
2011-05-27
Add check for libcnary submodule checkout before building
Nikias Bassen
1
-0
/
+9
2011-05-27
Updated README file
Nikias Bassen
1
-3
/
+8
2011-05-27
Make libplist glib free
Nikias Bassen
18
-210
/
+876
2011-05-27
Add submodule libcnary
Nikias Bassen
2
-0
/
+3
2011-03-20
Bump version to 1.4 for release
1.4
Martin Szulecki
2
-2
/
+2
2011-03-20
Change pkg-config file "Requires" into "Requires.private"
Martin Szulecki
1
-1
/
+1
2011-03-20
Add NEWS file with list of changes
Martin Szulecki
1
-0
/
+89
2011-03-16
Plugging memory leak in write_unicode
Christophe Fergeau
1
-0
/
+1
2011-02-12
Make sure install_name_tool on OSX picks up library install path
Martin Szulecki
1
-0
/
+6
2011-02-12
Fix Dictionary copy constructor
Christophe Fergeau
1
-1
/
+1
2011-02-12
Update README with new official source repository location
Martin Szulecki
1
-2
/
+2
2011-02-12
Update AUTHORS from git log history
Martin Szulecki
1
-1
/
+10
2010-08-23
Fixes the xml export.
Dogbert
1
-2
/
+2
2010-07-29
Fix unicode binary writing.
Jonathan Beck
1
-7
/
+23
2010-04-19
fixed include dirs
Patrick von Reth
1
-1
/
+2
2010-04-18
Bump version number
v1.3
Jonathan Beck
2
-2
/
+2
2010-04-18
Update README.
Jonathan Beck
1
-8
/
+8
2010-04-18
Endianness, alignment and type-punning fixes for binary plist support
Julien BLACHE
1
-13
/
+63
2010-04-06
plist_to_xml: use POSIX locale to make sure '.' is used for floats
Nikias Bassen
1
-0
/
+14
2010-04-06
plist_to_xml: copy terminating 0-byte given from xmlDocDumpMemory
Nikias Bassen
1
-2
/
+3
2010-03-24
Fix armel floating point endianess (LP: #541879)
Alexander Sack
1
-6
/
+26
[prev]
[next]