summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Alow compiling with mingw on windows (thanks to Patrick).Jonathan Beck2010-03-031-1/+1
* Move some methods and drop Utils class in C++ binding.Jonathan Beck2009-11-115-45/+5
* Remove deprecated functions from API.Jonathan Beck2009-11-101-162/+0
* Remove wrongly exposed SetParent method.Jonathan Beck2009-11-102-2/+5
* Add GetNodeIdex and GetNodeKey methods.Jonathan Beck2009-11-042-0/+2
* Update doxygen documentation generation to be useful.Martin Szulecki2009-10-281-4/+6
* Format sources to ANSI style using AStyle (astyle --style=ansi).Jonathan Beck2009-10-2813-878/+880
* Unlink previous node in SetParent().Jonathan Beck2009-10-281-0/+2
* Fix build for MSVC9.Jonathan Beck2009-10-281-0/+4
* Change name of input argument as 'in' is a reserved keyword in python.Jonathan Beck2009-10-261-2/+2
* Add Set/Get Parent and a helper to create a Node from a plist_t.Jonathan Beck2009-10-2611-21/+25
* prefix headers #ifndef with PLIST__ to make them less common.Jonathan Beck2009-10-1911-33/+33
* Install C++ headers.Jonathan Beck2009-10-181-2/+16
* Tweak Dictioonary interface a bit.Jonathan Beck2009-10-181-1/+2
* Implement Date object.Jonathan Beck2009-10-171-3/+4
* Fix Node lifecycle and change argument as reference to const reference.Jonathan Beck2009-10-1610-17/+45
* Fix header define name;Jonathan Beck2009-10-161-2/+2
* Fix various mistakes in C++ bindings.Jonathan Beck2009-10-158-4/+10
* Add C++ binding.Jonathan Beck2009-10-1312-0/+552
* Add path accessor util function.Jonathan Beck2009-10-131-9/+38
* Restore plist_dict_get_size function.Jonathan Beck2009-10-111-0/+8
* Add function to change a node's type.Jonathan Beck2009-10-111-0/+8
* Abstract iter base type.Jonathan Beck2009-10-101-1/+1
* Add dict iteration. Add functions to retrieve index and key from node.Jonathan Beck2009-10-101-3/+35
* Reverse argument for dicts to make it clearer.Jonathan Beck2009-10-101-3/+2
* Rework public API to make it more consistent.Jonathan Beck2009-10-101-87/+258
* Add function to get parent node in API and python bindings.Jonathan Beck2009-07-181-0/+7
* Add a deep copy function and value setters for nodes.Jonathan Beck2009-07-081-0/+80
* Merge ascii and unicode handling in PLIST_STRING using UTF-8. Remove unicode ...Jonathan Beck2009-04-281-23/+2
* Add special accessor for structured types in API.Jonathan Beck2009-04-151-0/+19
* Remove autotools.Jonathan Beck2009-03-271-1/+0
* Use (void) instead of () in functions prototype.Jonathan Beck2009-03-271-2/+2
* Add more regression test and fix Integer and Real type handling.Jonathan Beck2009-02-151-0/+8
* Add CPack packaging.Jonathan Beck2009-02-121-1/+1
* Export API symbols in MSVC.Jonathan Beck2009-02-121-40/+47
* Add a cmake build system.Jonathan Beck2009-02-091-0/+4
* Make it compile on MSVC 2005.Jonathan Beck2009-02-091-0/+13
* Fix indent.Jonathan Beck2009-01-291-46/+47
* Add documentation to the public API.Jonathan Beck2009-01-291-26/+306
* Add setter and getter for Date and Unicode types.Jonathan Beck2009-01-291-1/+5
* Remove dangerous functions from pulic API.Jonathan Beck2009-01-291-5/+1
* Make pointer argument in API const when possible.Jonathan Beck2009-01-291-7/+7
* Add a function to find a key node by its value.Jonathan Beck2009-01-121-0/+1
* Add a pythyon binding to the library (using SWIG).Jonathan Beck2009-01-111-0/+3
* Add edition and reading fonctions so that handling plist is less confusing.Jonathan Beck2009-01-081-0/+21
* complete find function to take length into account.Jonathan Beck2008-12-131-1/+1
* Refine API and fix some warnings.Jonathan Beck2008-12-131-12/+11
* Add plutil and do some cleaning.Jonathan Beck2008-12-131-0/+40
* Fork libiphone and remove anything non plist specific.Jonathan Beck2008-12-133-128/+40
* Handle debugging through utilitary functionsJonathan Beck2008-10-251-0/+1