summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.12v0.12Jonathan Beck2009-05-041-1/+1
* Merge ascii and unicode handling in PLIST_STRING using UTF-8. Remove unicode ...Jonathan Beck2009-04-286-111/+46
* Fix bad type for date elementJonathan Beck2009-04-281-1/+1
* Fix compiler pointer assignment warningsMartin Szulecki2009-04-271-3/+3
* Plug a few memory leaks in plutilMartin Szulecki2009-04-271-0/+8
* Bump version to 0.11.v0.11Jonathan Beck2009-04-201-1/+1
* Use CString SWIG library to handle binary buffers.Jonathan Beck2009-04-191-25/+36
* Fix subnode lifecycle (do not free).Jonathan Beck2009-04-181-55/+49
* Add special accessor for structured types in API.Jonathan Beck2009-04-153-10/+91
* Rework SWIG interface to handle lifecycle of C pointers correctly.Jonathan Beck2009-04-151-18/+48
* Pass C pointer to API instead of swig wrapper in binding.Jonathan Beck2009-04-151-1/+3
* Fix python binding install.Jonathan Beck2009-04-151-0/+2
* Add from_xml, from_bin, find_node_by_key and rename AddSubNode in Python APIMartin Szulecki2009-04-151-2/+16
* Fix data buffer retrieval. Bump version to 0.10.v0.10Jonathan Beck2009-04-122-5/+5
* Update AUTHORS.v0.9libplist_rc2Jonathan Beck2009-04-071-2/+3
* Fix uninitialized buffer.Nikias Bassen2009-04-061-0/+1
* Fix install libdir for 64bit platform.Martin Szulecki2009-04-054-7/+11
* Fix swig header install.v0.8libplist_rc1Jonathan Beck2009-03-271-0/+2
* Fix pkgconfig file install path.Jonathan Beck2009-03-271-1/+1
* Fix Python binding install.Jonathan Beck2009-03-271-3/+3
* Add swig autodoc directive to generate Python docstrings.Jonathan Beck2009-03-271-0/+1
* Conform to Python naming rules.Jonathan Beck2009-03-271-19/+19
* Update README.Jonathan Beck2009-03-271-7/+14
* Remove autotools.Jonathan Beck2009-03-2711-620/+0
* Complete and cleanup CMake build system.Jonathan Beck2009-03-276-21/+63
* Use (void) instead of () in functions prototype.Jonathan Beck2009-03-274-7/+7
* Do not write 3 byte integer nodes. Use standard 4bytes integer instead.Jonathan Beck2009-02-151-1/+5
* Add more regression test and fix Integer and Real type handling.Jonathan Beck2009-02-1511-72/+246
* Fix Invalid memory read and match g_free with g_malloc.Jonathan Beck2009-02-141-3/+3
* Fix more memory leaks.Jonathan Beck2009-02-142-1/+9
* Fix some memory leaks.Jonathan Beck2009-02-144-29/+42
* Only call g_base64_encode if there is data to encode.Jonathan Beck2009-02-141-3/+5
* Fix binary dict indexes.Jonathan Beck2009-02-141-2/+2
* Add some test case.Jonathan Beck2009-02-129-0/+64786
* Fix python binding install dir in cmake build system.Jonathan Beck2009-02-121-2/+2
* Add CPack packaging.Jonathan Beck2009-02-124-8/+21
* Export API symbols in MSVC.Jonathan Beck2009-02-121-40/+47
* Add support for 3 bytes offsets.Jonathan Beck2009-02-091-2/+12
* Add a cmake build system.Jonathan Beck2009-02-097-0/+174
* Make it compile on MSVC 2005.Jonathan Beck2009-02-096-82/+160
* Fix indent.Jonathan Beck2009-01-296-72/+71
* Add documentation to the public API.Jonathan Beck2009-01-291-26/+306
* Add setter and getter for Date and Unicode types.Jonathan Beck2009-01-293-10/+80
* Clean some old stuff.Jonathan Beck2009-01-298-127/+2
* Add some static declarations.Jonathan Beck2009-01-294-10/+11
* Remove duplicate uint64_t accessor.Jonathan Beck2009-01-293-14/+5
* Remove dangerous functions from pulic API.Jonathan Beck2009-01-292-5/+4
* Make pointer argument in API const when possible.Jonathan Beck2009-01-292-15/+15
* Rename pkgconfig from libplist-1.0 to libplist.Jonathan Beck2009-01-293-2/+2
* Add Unicode support.Jonathan Beck2009-01-226-29/+59