Commit Graph

65 Commits

Author SHA1 Message Date
Jonathan Beck 0f92ed12ff Remove wrongly exposed SetParent method. 2009-11-10 18:30:43 +01:00
Jonathan Beck 84596548e5 Add GetNodeIdex and GetNodeKey methods. 2009-11-04 20:21:54 +01:00
Martin Szulecki 7f7ac1c257 Update doxygen documentation generation to be useful. 2009-10-28 18:49:38 +01:00
Jonathan Beck 6710f4bfb9 Format sources to ANSI style using AStyle (astyle --style=ansi). 2009-10-28 18:31:34 +01:00
Jonathan Beck fed2573566 Unlink previous node in SetParent(). 2009-10-28 18:08:33 +01:00
Jonathan Beck 1bc333972b Fix build for MSVC9. 2009-10-28 17:57:52 +01:00
Jonathan Beck a129688a88 Change name of input argument as 'in' is a reserved keyword in python. 2009-10-26 20:33:36 +01:00
Jonathan Beck c1363bea10 Add Set/Get Parent and a helper to create a Node from a plist_t. 2009-10-26 18:41:15 +01:00
Jonathan Beck 5b1c3aea5e prefix headers #ifndef with PLIST__ to make them less common. 2009-10-19 19:56:10 +02:00
Jonathan Beck 872f611951 Install C++ headers. 2009-10-18 22:21:09 +02:00
Jonathan Beck c17b420a7f Tweak Dictioonary interface a bit. 2009-10-18 21:54:33 +02:00
Jonathan Beck 33de762cf6 Implement Date object. 2009-10-17 11:10:54 +02:00
Jonathan Beck 32be8ec384 Fix Node lifecycle and change argument as reference to const reference. 2009-10-16 22:26:13 +02:00
Jonathan Beck 8aeef4dd23 Fix header define name; 2009-10-16 15:38:38 +02:00
Jonathan Beck 8186a9d371 Fix various mistakes in C++ bindings. 2009-10-15 19:28:30 +02:00
Jonathan Beck a922b714c9 Add C++ binding. 2009-10-13 20:04:06 +02:00
Jonathan Beck e492ef675c Add path accessor util function. 2009-10-13 20:03:38 +02:00
Jonathan Beck 393f1b4b28 Restore plist_dict_get_size function. 2009-10-11 15:49:05 +02:00
Jonathan Beck 583bb24945 Add function to change a node's type. 2009-10-11 14:00:31 +02:00
Jonathan Beck f8ba9f02e3 Abstract iter base type. 2009-10-10 23:09:29 +02:00
Jonathan Beck bc08d5f530 Add dict iteration. Add functions to retrieve index and key from node. 2009-10-10 22:10:52 +02:00
Jonathan Beck 009274f4df Reverse argument for dicts to make it clearer. 2009-10-10 19:55:51 +02:00
Jonathan Beck 77b02c9404 Rework public API to make it more consistent. 2009-10-10 18:20:01 +02:00
Jonathan Beck 07c1d3c905 Add function to get parent node in API and python bindings. 2009-07-18 12:08:13 +02:00
Jonathan Beck c8a140dce1 Add a deep copy function and value setters for nodes. 2009-07-08 19:30:53 +02:00
Jonathan Beck 07b8041d44 Merge ascii and unicode handling in PLIST_STRING using UTF-8. Remove unicode related declaration in API (breaks API&ABI) 2009-04-28 22:15:39 +02:00
Jonathan Beck 21e389bca0 Add special accessor for structured types in API. 2009-04-15 22:35:56 +02:00
Jonathan Beck 26aa1fe88c Remove autotools. 2009-03-27 18:46:59 +01:00
Jonathan Beck 623314bb8d Use (void) instead of () in functions prototype. 2009-03-27 17:41:10 +01:00
Jonathan Beck bb3097cb22 Add more regression test and fix Integer and Real type handling. 2009-02-15 17:15:29 +01:00
Jonathan Beck 10f32a551a Add CPack packaging. 2009-02-12 18:46:57 +01:00
Jonathan Beck 37f529e69f Export API symbols in MSVC. 2009-02-12 18:45:05 +01:00
Jonathan Beck 4278fced57 Add a cmake build system. 2009-02-09 21:03:02 +01:00
Jonathan Beck fa4a22dde8 Make it compile on MSVC 2005. 2009-02-09 21:02:56 +01:00
Jonathan Beck ff1fa73f33 Fix indent. 2009-01-29 22:20:48 +01:00
Jonathan Beck 7bb672f801 Add documentation to the public API. 2009-01-29 22:08:44 +01:00
Jonathan Beck f1d587b73e Add setter and getter for Date and Unicode types. 2009-01-29 20:49:00 +01:00
Jonathan Beck ddf3e321b1 Remove dangerous functions from pulic API. 2009-01-29 18:59:28 +01:00
Jonathan Beck 6d2cd169b0 Make pointer argument in API const when possible. 2009-01-29 18:54:18 +01:00
Jonathan Beck c0c27eb5dc Add a function to find a key node by its value. 2009-01-12 20:04:40 +01:00
Jonathan Beck 74dae54b1b Add a pythyon binding to the library (using SWIG). 2009-01-11 20:44:33 +01:00
Jonathan Beck d174ba080c Add edition and reading fonctions so that handling plist is less confusing.
Fix indent.
2009-01-08 21:42:52 +01:00
Jonathan Beck 3f0dfcf5f7 complete find function to take length into account. 2008-12-13 17:06:06 +01:00
Jonathan Beck c39685d3a8 Refine API and fix some warnings. 2008-12-13 16:16:58 +01:00
Jonathan Beck e220e2cf08 Add plutil and do some cleaning. 2008-12-13 13:56:55 +01:00
Jonathan Beck 3fdd24aea0 Fork libiphone and remove anything non plist specific.
Update library and make related files acordingly .
2008-12-13 12:21:03 +01:00
Jonathan Beck 0b2cfd2c7c Handle debugging through utilitary functions 2008-10-25 16:52:20 +02:00
Patrick Walton 37fff27135 Draft HAL
Fix fdi file
2008-10-25 14:48:06 +02:00
Matt Colyer 0e7ad36795 Made the header file installable. 2008-10-08 09:00:01 -07:00
Jonathan Beck 5dc380594a prefix public enum with IPHONE_ 2008-08-31 19:33:19 +02:00