Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-16 | Rename PLIST_UINT to PLIST_INT and add plist_new_int() and plist_get_int_val() | Nikias Bassen | 1 | -1/+2 | |
This properly supports getting and setting signed or unsigned integer values. Also, a new helper function plist_int_val_is_negative() was added to determine if a given #PLIST_INT node has a negative value or not. The old type PLIST_UINT is defined as a macro with the value of PLIST_INT for backwards compatibility. This commit also adds int vs. uint support to the C++ interface, and the python bindings in a hopefully useful way. | |||||
2019-07-11 | cython: Implement dump()/dumps() to match up with plistlib (Python 3.4) | Andrew Udvare | 1 | -0/+2 | |
2019-07-11 | cython: Implement load()/loads() to match up with plistlib (Python 3.4) | Andrew Udvare | 1 | -0/+3 | |
2013-03-19 | cython: added PLIST_UID support | Nikias Bassen | 1 | -0/+4 | |
2013-03-19 | cython: use uint64_t instead of int for Integer get_value and __repr__ | Nikias Bassen | 1 | -2/+4 | |
2013-03-19 | cython: fixed missing class definition for PLIST_KEY type | Nikias Bassen | 1 | -1/+1 | |
2013-03-18 | added PLIST_KEY support to cython bindings | Nikias Bassen | 1 | -0/+4 | |
2011-09-26 | cython: use bint instead of bool, fix deprecated stuff | Nikias Bassen | 1 | -2/+2 | |
2011-09-26 | More qualifiers. | Bryan Forbes | 1 | -4/+4 | |
2011-09-26 | Changed bool to bint in Cython functions. Added some more type qualifiers. | Bryan Forbes | 1 | -2/+2 | |
2011-09-26 | Fixed some memory leaks and unicode handling. | Bryan Forbes | 1 | -4/+5 | |
2011-09-26 | Added cython bindings. | Bryan Forbes | 1 | -0/+62 | |