Age | Commit message (Expand) | Author | Files | Lines |
2009-12-12 | Add stdint.i to fix usage of Integer nodes in Python bindings | Martin Szulecki | 1 | -1/+1 |
2009-11-11 | Simplify 'libplist.PList' python module to 'plist'. | Jonathan Beck | 3 | -9/+11 |
2009-11-11 | Move some methods and drop Utils class in C++ binding. | Jonathan Beck | 1 | -1/+0 |
2009-11-10 | Remove deprecated python binding. | Jonathan Beck | 1 | -291/+13 |
2009-10-29 | Install python bindings in the right directory on 64bit machines. | Christophe Fergeau | 1 | -1/+1 |
2009-10-26 | Fix SwigPyIterators name depending on version of SWIG. | Jonathan Beck | 1 | -2/+9 |
2009-10-18 | Surround python specific stuff with proper #ifdef. | Jonathan Beck | 1 | -1/+5 |
2009-10-18 | Conform to python naming. Make Dictionary behave like python's dicts. | Jonathan Beck | 1 | -0/+112 |
2009-10-18 | Do not export GetPlist(); | Jonathan Beck | 1 | -0/+1 |
2009-10-18 | Reduce Python specific code in swig header. | Jonathan Beck | 1 | -15/+13 |
2009-10-18 | Add python datetime typemaps. | Jonathan Beck | 1 | -0/+38 |
2009-10-17 | Add dynamic subtyping for abstract nodes. | Jonathan Beck | 1 | -0/+49 |
2009-10-17 | Use custom typemap for binary buffers as we want to hadle them as strings in ... | Jonathan Beck | 1 | -4/+19 |
2009-10-17 | Declare binary sequence in swig header. | Jonathan Beck | 1 | -0/+4 |
2009-10-16 | Change python binding to be based on libplist++ object model. | Jonathan Beck | 2 | -3/+34 |
2009-10-16 | Fix python binding install path. | Jonathan Beck | 1 | -3/+8 |
2009-07-18 | Update python binding to use new setters API. | Jonathan Beck | 1 | -0/+25 |
2009-07-18 | Change plist swig allocator name so that it won't collide when included. | Jonathan Beck | 1 | -12/+12 |
2009-07-18 | Add function to get parent node in API and python bindings. | Jonathan Beck | 1 | -0/+8 |
2009-04-28 | Merge ascii and unicode handling in PLIST_STRING using UTF-8. Remove unicode ... | Jonathan Beck | 1 | -1/+0 |
2009-04-19 | Use CString SWIG library to handle binary buffers. | Jonathan Beck | 1 | -25/+36 |
2009-04-18 | Fix subnode lifecycle (do not free). | Jonathan Beck | 1 | -55/+49 |
2009-04-15 | Add special accessor for structured types in API. | Jonathan Beck | 1 | -10/+44 |
2009-04-15 | Rework SWIG interface to handle lifecycle of C pointers correctly. | Jonathan Beck | 1 | -18/+48 |
2009-04-15 | Pass C pointer to API instead of swig wrapper in binding. | Jonathan Beck | 1 | -1/+3 |
2009-04-15 | Fix python binding install. | Jonathan Beck | 1 | -0/+2 |
2009-04-15 | Add from_xml, from_bin, find_node_by_key and rename AddSubNode in Python API | Martin Szulecki | 1 | -2/+16 |
2009-04-05 | Fix install libdir for 64bit platform. | Martin Szulecki | 1 | -2/+2 |
2009-03-27 | Fix swig header install.v0.8libplist_rc1 | Jonathan Beck | 1 | -0/+2 |
2009-03-27 | Fix Python binding install. | Jonathan Beck | 1 | -3/+3 |
2009-03-27 | Add swig autodoc directive to generate Python docstrings. | Jonathan Beck | 1 | -0/+1 |
2009-03-27 | Conform to Python naming rules. | Jonathan Beck | 1 | -19/+19 |
2009-03-27 | Remove autotools. | Jonathan Beck | 1 | -18/+0 |
2009-02-12 | Fix python binding install dir in cmake build system. | Jonathan Beck | 1 | -2/+2 |
2009-02-09 | Add a cmake build system. | Jonathan Beck | 1 | -0/+14 |
2009-01-13 | Add stdint swig declaration in interface. | Jonathan Beck | 1 | -0/+3 |
2009-01-12 | Ship SWIG interface file with dev headers. | Jonathan Beck | 2 | -2/+6 |
2009-01-11 | Add a pythyon binding to the library (using SWIG). | Jonathan Beck | 3 | -0/+187 |