index
:
libplist
master
time64
Library to handle Apple Property List format files in binary or XML
ms
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-13
Update soversion for release
Nikias Bassen
1
-1
/
+1
2025-05-13
Add plist_new_unix_date, plist_get_unix_date_val, plist_set_unix_date_val fun...
Nikias Bassen
8
-72
/
+174
2025-05-13
cython: Fix build with cython 3.1+
Nikias Bassen
1
-1
/
+1
2025-05-12
Fix plist_set_date_val to use correct size for data storage
Nikias Bassen
1
-1
/
+1
2025-04-06
C++: Data: Add const char* constructor
guyingzhao
2
-0
/
+6
2025-04-06
C++: Add f/Front() and b/Back() to Array to access first/last element
guyingzhao
2
-0
/
+24
2025-04-06
C++: Dictionary: Update template definition for better readability
guyingzhao
1
-3
/
+1
2025-04-06
C++: Array: Add const Node& variants to Append, Insert
guyingzhao
2
-12
/
+26
2025-04-06
C++: Add = operator to String class
Nikias Bassen
2
-0
/
+8
2025-04-06
C++: Add const char* constructor to String class
guyingzhao
2
-0
/
+6
2025-04-06
C++: Add new Structure::FromMemory()
Nikias Bassen
2
-0
/
+15
2025-04-06
C++: Explicitly initialize base class in copy constructor
Nikias Bassen
2
-2
/
+2
2025-04-06
C++: Fix bug in array_fill helper function
Nikias Bassen
1
-1
/
+3
2025-04-05
[github-actions] cifuzz: Update upload-artifact to v4
Nikias Bassen
1
-1
/
+1
2025-03-27
Fix segmentation fault when calling plist_sort() on an empty dictionary
Nikias Bassen
1
-0
/
+3
2025-03-01
C++: Use `free()` instead of `delete` for C things
Nikias Bassen
5
-12
/
+8
2025-03-01
C++: Add more convenience functions to the interface
guyingzhao
4
-4
/
+24
2025-03-01
C++: Fix String::GetValue memory leaking and suport assignment of const char*
guyingzhao
2
-3
/
+9
2024-12-03
Remove pthread dependency
Nikias Bassen
2
-6
/
+2
2024-12-03
configure: Allow building the library without tool(s)
Nikias Bassen
2
-1
/
+19
2024-12-02
configure: Removed unused check
Nikias Bassen
1
-27
/
+0
2024-11-29
Updated ax_python_devel.m4
Nikias Bassen
2
-110
/
+252
2024-11-29
[github-actions] Run build workflow on pull_request
Nikias Bassen
1
-0
/
+1
2024-11-29
Add missing cast in UINT_TO_HOST
Duncan Ogilvie
1
-2
/
+2
2024-11-28
Use listplist_version function instead of PACKAGE_VERSION in plistutil
Duncan Ogilvie
1
-1
/
+1
2024-11-28
Fix warnings on MSVC
Duncan Ogilvie
2
-0
/
+8
2024-11-28
Fix compilation on MSVC
Duncan Ogilvie
2
-9
/
+60
2024-11-28
Switch from detecting little endian (common) to detecting big endian (rare)
Duncan Ogilvie
2
-16
/
+14
2024-11-28
Switch to more generic global initializer method
Duncan Ogilvie
1
-74
/
+41
2024-10-22
Update README
Nikias Bassen
1
-3
/
+3
2024-05-19
[github-actions] codeql-analysis: Update actions to newer version
Nikias Bassen
1
-3
/
+3
2024-05-14
json: Allow e+/E+ in exponent as per RFC 8259
Nikias Bassen
1
-2
/
+4
2024-05-13
Updated NEWS for release
2.6.0
Nikias Bassen
1
-0
/
+6
2024-05-13
Update soversion for release
Nikias Bassen
1
-1
/
+1
2024-05-13
Revert "Change API around #PLIST_DATA to use uint8_t instead of char arrays"
Nikias Bassen
5
-23
/
+23
2024-05-04
Updated NEWS for release
2.5.0
Nikias Bassen
1
-0
/
+8
2024-05-04
Bump soversion for release
Nikias Bassen
1
-1
/
+1
2024-04-30
[github-actions] Fix cython installation for macOS build
Nikias Bassen
1
-1
/
+1
2024-04-18
Add PLIST_DICT convenience functions for different queries/operations
Nikias Bassen
2
-1
/
+406
2024-04-15
automake: Prevent `dist` or `distcheck` when uncommitted changes are present
Nikias Bassen
1
-0
/
+1
2024-04-14
Change API around #PLIST_DATA to use uint8_t instead of char arrays
Nikias Bassen
5
-23
/
+24
2024-04-02
autoconf: Require cython 3.0 for python bindings
Nikias Bassen
1
-2
/
+2
2024-04-02
[github-actions] Use newer cython version (Linux)
Nikias Bassen
1
-1
/
+1
2024-02-27
[github-actions] Updated build workflow to use v4 for checkout and upload-art...
Nikias Bassen
1
-6
/
+6
2024-02-21
Updated NEWS for release
2.4.0
Nikias Bassen
1
-0
/
+18
2024-02-21
Update soversion
Nikias Bassen
1
-1
/
+1
2024-02-21
docs: Use README.md to generate mainpage with doxygen
Nikias Bassen
3
-3
/
+14
2024-02-21
Updated README
Nikias Bassen
1
-25
/
+40
2024-02-16
Updated README
Nikias Bassen
1
-5
/
+16
2024-02-13
Updated README
Nikias Bassen
1
-22
/
+157
[next]