summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace tabs with correct space indentation in plistutil.cMartin Szulecki2020-06-041-10/+10
* c++: Switch to c++ headersRosen Penev2020-06-0312-13/+13
* c++: Remove redundant initializationRosen Penev2020-06-032-2/+2
* c++: Add closing namespace commentRosen Penev2020-06-0312-12/+12
* c++: Fix inconsistent declarationsRosen Penev2020-06-033-4/+4
* Remove pointless return in void functionsRosen Penev2020-06-033-14/+0
* Updated NEWS for releaseNikias Bassen2020-05-261-0/+14
* Bump version and soversion for releaseNikias Bassen2020-05-261-2/+2
* Make plist_bool_val_is_true() return 0 instead of -1 if node is NULL or not a...Nikias Bassen2020-05-261-1/+1
* Return NULL from plist_copy() if passed a NULL pointerXiao Deng2020-05-251-1/+1
* plistutil: Improve usage text alignmentNikias Bassen2020-05-241-4/+4
* plistutil: Added ability to specify output formatJaywalker2020-05-241-8/+59
* plistutil: Added ability for files to be read from stdinJaywalker2020-05-241-25/+71
* Fix symbol mismatch between public header and interface (plist_bool_val_is_true)Nikias Bassen2020-05-211-1/+1
* time64: Silence compiler warnings about shadowed variable declarationsNikias Bassen2020-05-141-29/+29
* bplist: Prevent 32bit compiler warningNikias Bassen2020-05-141-1/+3
* Fix configure check for -lm to actually check if -lm is requiredNikias Bassen2020-05-141-2/+8
* Links with -lm if fmin doesn't seem to be a builtinNikias Bassen2020-05-141-0/+12
* bplist: Remove unnecessary allocation and unused variablesNikias Bassen2020-05-111-10/+5
* Suppress compiler warning about memmem on LinuxNikias Bassen2020-05-111-0/+1
* Add plist_*_val_compare, plist_*_val_contains, etc. for the respective node t...Nikias Bassen2020-05-113-1/+415
* time64/ctime64_r: localtime64_r can failDerrick Lyndon Pallas2020-04-211-1/+3
* cython: Fix get_value for Data nodesNikias Bassen2020-04-141-5/+1
* [github-actions] Install cython via pipNikias Bassen2020-04-131-2/+3
* cython: Fix handling of Date nodes (needs MACH_EPOCH)Nikias Bassen2020-04-131-0/+4
* test: Use diff --strip-trailing-cr to fix tests on windowsNikias Bassen2019-12-183-9/+6
* [github-actions] Run last step in windows build check even if previous one fa...Nikias Bassen2019-12-181-0/+1
* test: Write outputfile to test log for signedunsigned2 testNikias Bassen2019-12-181-0/+3
* [github actions] Print test log of failed tests when testing windows buildNikias Bassen2019-12-181-0/+12
* bplist: Silence compiler warningNikias Bassen2019-12-091-2/+2
* [github actions] trying to fix windows build...Nikias Bassen2019-12-091-3/+3
* [github action] Hopefully fix windows buildNikias Bassen2019-12-091-1/+1
* [github actions] Trying to add windows to build workflowNikias Bassen2019-12-091-15/+29
* [github actions] Update build workflow to not run brew as root for macOSNikias Bassen2019-12-091-1/+1
* [github actions] Update build workflowNikias Bassen2019-12-091-0/+15
* bplist: Add cast to/from uint32_t when reading/storing indices for recursion ...Nikias Bassen2019-12-091-4/+4
* [github actions] Fix workflowNikias Bassen2019-12-091-1/+4
* bplist: use ptr_array instead of PLIST_ARRAY to store node indices for recurs...XD2019-12-091-10/+10
* ptrarray: Add function returning the size (number of elements) of the arrayXD2019-12-092-1/+7
* Add build workflowNikias Bassen2019-12-051-0/+18
* Bump version to 2.1.0 for release2.1.0Nikias Bassen2019-11-071-1/+1
* Bump soversion due to functions added to interfaceNikias Bassen2019-11-071-1/+1
* Updated NEWS for releaseNikias Bassen2019-11-071-0/+23
* xplist: Bail out when '.' is found while checking for ',' in double to string...Nikias Bassen2019-11-071-0/+2
* Add plist_get_data_ptr() and plist_get_string_ptr() to the interfaceNikias Bassen2019-11-072-0/+51
* Add plist_to_bin_free() and plist_to_xml_free() functions that free memory al...Nikias Bassen2019-11-073-0/+24
* xplist: Increase precision when converting PLIST_REAL nodes to XMLNikias Bassen2019-11-071-37/+16
* Updated .gitignoreNikias Bassen2019-10-231-0/+2
* libcnary: [BUGFIX] Set list->end to NULL when removing last and only element ...Nikias Bassen2019-09-031-0/+2
* plist: Remove unnecessary parameter from plist_copy_node()Xiao Deng2019-08-131-14/+6