summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* deprecated plist_dict_insert_item in favor of plist_dict_set_itemNikias Bassen2014-03-192-2/+13
* plist_dict_set_item: insert key/value pair if key not already presentNikias Bassen2014-03-191-4/+5
* change build system to autotoolsNikias Bassen2013-12-132-19/+14
* add new plist_dict_merge() functionNikias Bassen2013-12-131-0/+10
* C++: added support for PLIST_UID nodes (class Uid)Nikias Bassen2013-03-193-0/+50
* C++: add Key.h to public headersNikias Bassen2013-03-191-0/+1
* added Key.h to plist++ header fileNikias Bassen2013-03-181-0/+1
* C++ bindings: added support for PLIST_KEY nodes.Nikias Bassen2012-11-131-0/+49
* implemented handling of UID keyed encoding typeNikias Bassen2012-09-161-0/+28
* include sys/time.h for systems that don't include it automaticallyNikias Bassen2012-08-151-0/+1
* remove useless win32 include from plist/Date.hNikias Bassen2012-05-081-4/+0
* 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