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
path:
root
/
include
/
plist
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-29
Fix PLIST_API definitions
Nikias Bassen
1
-10
/
+4
2023-05-20
Add an explicit PLIST_FORMAT_NONE value
Nikias Bassen
1
-0
/
+1
2023-05-13
Windows: Use winsock2.h instead of sys/time.h when using MSVC
Nikias Bassen
1
-0
/
+4
2023-05-13
Move PLIST_API to the headers
Nikias Bassen
1
-91
/
+107
2023-05-05
Update doxygen config and document undocumented macros
Nikias Bassen
1
-2
/
+13
2023-04-24
Add a PLIST_OPT_NONE value to plist_write_options_t
Nikias Bassen
1
-0
/
+1
2023-04-21
Remove unnecessary const to silence compiler warning
Nikias Bassen
2
-2
/
+2
2023-04-21
C++: Remove deprecated Insert()
Nikias Bassen
1
-1
/
+0
2023-04-21
C++: Add dictionary and array size method
Nikias Bassen
2
-0
/
+2
2023-04-19
Remove deprecated plist_dict_insert_item()
Nikias Bassen
1
-12
/
+0
2023-04-19
Add plist_read_from_file() to interface, update plist_from_memory()
Nikias Bassen
1
-2
/
+21
2023-04-16
Add new output-only formats and Define constants for the different plist formats
Nikias Bassen
1
-8
/
+91
2023-02-07
Fix build without --enable-debug
Nikias Bassen
1
-0
/
+1
2023-02-07
Add function to interface to allow enabling/disabling error/debug output for ...
Nikias Bassen
1
-0
/
+7
2023-02-03
Add new plist_sort() function
Nikias Bassen
1
-0
/
+8
2023-02-03
Add lowercase begin/end iterator functions
Daniel
2
-0
/
+8
2023-02-03
Add PList::Array iterator member functions
Daniel
1
-0
/
+7
2023-01-16
Rename PLIST_UINT to PLIST_INT and add plist_new_int() and plist_get_int_val()
Nikias Bassen
2
-13
/
+74
2023-01-08
Add support for OpenStep plist format
Nikias Bassen
1
-0
/
+24
2022-02-07
docs: Fix parameter and type names for doxygen
Nikias Bassen
1
-8
/
+11
2021-12-23
Add support for JSON format
Nikias Bassen
1
-7
/
+36
2021-12-22
Add a return value to plist_to_* and plist_from_* functions
Nikias Bassen
1
-5
/
+19
2021-12-19
Add support for PLIST_NULL type
Nikias Bassen
1
-10
/
+20
2021-12-19
Add new plist_mem_free() function
Nikias Bassen
1
-14
/
+20
2021-06-22
[clang-tidy] cpp: Turn reference operators to const
Rosen Penev
10
-10
/
+10
2020-06-03
c++: Fix inconsistent declarations
Rosen Penev
3
-4
/
+4
2020-05-11
Add plist_*_val_compare, plist_*_val_contains, etc. for the respective node t...
Nikias Bassen
1
-0
/
+183
2019-11-07
Add plist_get_data_ptr() and plist_get_string_ptr() to the interface
Nikias Bassen
1
-0
/
+26
2019-11-07
Add plist_to_bin_free() and plist_to_xml_free() functions that free memory al...
Nikias Bassen
1
-0
/
+14
2019-07-07
Add PList::Dictionary::const_iterator
Alexander Böhn
1
-0
/
+4
2019-05-20
Add plist_dict_item_get_key() to allow retrieving the key node for a given it...
Nikias Bassen
1
-2
/
+10
2019-05-19
Add plist_array_item_remove() to allow removing an array's child node without...
Nikias Bassen
1
-0
/
+8
2019-05-19
plist_array_get_item_index(): return UINT_MAX instead of 0 when node can't be...
Nikias Bassen
1
-1
/
+1
2019-01-21
headers: Don't redefine uint*_t for newer versions of MSVC
Nikias Bassen
1
-1
/
+1
2019-01-21
plist: Add iterator for #PLIST_ARRAY nodes
Nikias Bassen
1
-9
/
+37
2016-11-10
Add new PLIST_IS_* helper macros for the different plist node types
Nikias Bassen
1
-0
/
+14
2016-10-22
Remove libxml2 dependency in favor of custom XML parsing
Nikias Bassen
1
-13
/
+0
2016-05-12
Implement plist_from_memory()
Christophe Fergeau
1
-0
/
+11
2016-05-12
Add plist_is_binary()
Christophe Fergeau
1
-0
/
+13
2016-04-20
Move libxml cleanup code to a plist_cleanup method
Frederik Carlier
1
-0
/
+13
2014-10-03
Avoid exporting non-public symbols
Nikias Bassen
1
-59
/
+52
2014-09-26
plist.h: Move deprecation marker before function declaration to make non-gcc/...
Nikias Bassen
1
-1
/
+2
2014-09-26
C++: Add missing cstddef include to Node.h
Nikias Bassen
1
-0
/
+1
2014-09-20
Added const to Array.GetSize(), and to 3 Node methods.
Aaron Burghardt
2
-4
/
+4
2014-09-20
Change Clone() to be const, which required constructors with const references...
Aaron Burghardt
11
-33
/
+34
2014-08-06
Properly rename header guards according to C++ standard
Nikias Bassen
12
-36
/
+36
2014-05-21
Move deprecation marker also for C++ API for better compiler output
Martin Szulecki
1
-1
/
+1
2014-05-20
Move deprecation marker after the function declaration for better compiler ou...
Nikias Bassen
1
-1
/
+1
2014-05-20
Removed plist_set_type() as it should not be used.
Nikias Bassen
1
-8
/
+0
2014-05-20
Redo PLIST_WARN_DEPRECATED macro to work with older llvm/clang
Martin Szulecki
2
-10
/
+32
[next]