summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 1.8 for release1.8Nikias Bassen2012-01-112-2/+2
* Update NEWS for releaseNikias Bassen2012-01-111-0/+8
* node_list: Fix memory corruptionNikias Bassen2012-01-111-1/+7
* Allow swig typemap to recognize any std::vector<char> as a python string.Glenn Washburn2011-09-261-4/+4
* cython: use bint instead of bool, fix deprecated stuffNikias Bassen2011-09-262-28/+27
* More qualifiers.Bryan Forbes2011-09-262-19/+23
* Changed bool to bint in Cython functions. Added some more type qualifiers.Bryan Forbes2011-09-262-16/+16
* Fixed some memory leaks and unicode handling.Bryan Forbes2011-09-262-43/+72
* If the plist type is none, return None.Bryan Forbes2011-09-261-0/+2
* Removed a call to __dealloc__ and added initialization of _array.Bryan Forbes2011-09-261-1/+1
* Added cython bindings.Bryan Forbes2011-09-267-3/+861
* Added .gitignore fileNikias Bassen2011-09-261-0/+2
* Updated NEWS1.7Nikias Bassen2011-09-261-0/+6
* Bump version to 1.7 for releaseNikias Bassen2011-09-261-1/+1
* move cmake endianess detection to proper place and actually USE itNikias Bassen2011-09-262-4/+5
* Win32: do not use visibility attributeNikias Bassen2011-09-111-1/+1
* Updated NEWS1.6Nikias Bassen2011-06-251-0/+6
* Bump version to 1.6 for releaseNikias Bassen2011-06-251-1/+1
* Updated READMENikias Bassen2011-06-251-9/+5
* Updates libcnary sources (adding license info)Nikias Bassen2011-06-2513-0/+694
* Bundle libcnary for better packaging1.5Nikias Bassen2011-06-1315-0/+760
* Remove libcnary submoduleNikias Bassen2011-06-132-3/+0
* Bump version to 1.5 for releaseNikias Bassen2011-06-132-2/+2
* Updated NEWSNikias Bassen2011-06-131-0/+8
* Add missing include <cstddef> to fix FTBFS with GCC 4.6Matthias Klose2011-06-131-0/+1
* Fix base64 encodingNikias Bassen2011-06-011-8/+6
* Use simple sscanf for parsing dates if strptime is not availableNikias Bassen2011-05-291-2/+15
* use signed char instead of int8_tNikias Bassen2011-05-291-1/+1
* Use malloc+snprintf instead of asprintfNikias Bassen2011-05-291-2/+4
* user CMAKE_C_OUTPUT_EXTENSION instead of .oNikias Bassen2011-05-291-5/+5
* define be16toh, be32toh, be64toh if not availableNikias Bassen2011-05-281-0/+34
* Add missing includeNikias Bassen2011-05-281-0/+1
* Add check for libcnary submodule checkout before buildingNikias Bassen2011-05-271-0/+9
* Updated README fileNikias Bassen2011-05-271-3/+8
* Make libplist glib freeNikias Bassen2011-05-2718-210/+876
* Add submodule libcnaryNikias Bassen2011-05-272-0/+3
* Bump version to 1.4 for release1.4Martin Szulecki2011-03-202-2/+2
* Change pkg-config file "Requires" into "Requires.private"Martin Szulecki2011-03-201-1/+1
* Add NEWS file with list of changesMartin Szulecki2011-03-201-0/+89
* Plugging memory leak in write_unicodeChristophe Fergeau2011-03-161-0/+1
* Make sure install_name_tool on OSX picks up library install pathMartin Szulecki2011-02-121-0/+6
* Fix Dictionary copy constructorChristophe Fergeau2011-02-121-1/+1
* Update README with new official source repository locationMartin Szulecki2011-02-121-2/+2
* Update AUTHORS from git log historyMartin Szulecki2011-02-121-1/+10
* Fixes the xml export.Dogbert2010-08-231-2/+2
* Fix unicode binary writing.Jonathan Beck2010-07-291-7/+23
* fixed include dirsPatrick von Reth2010-04-191-1/+2
* Bump version numberv1.3Jonathan Beck2010-04-182-2/+2
* Update README.Jonathan Beck2010-04-181-8/+8
* Endianness, alignment and type-punning fixes for binary plist supportJulien BLACHE2010-04-181-13/+63