George Kiagiadakis
|
0d1fcd48a1
|
properties: add wp_properties_unref_and_take_pw_properties()
a method to take the internal pw_properties without copying
|
2020-06-15 17:22:47 +03:00 |
|
George Kiagiadakis
|
c72d126374
|
properties: const-ify the pw_properties in _new_wrap()
and do not allow writing to wrapped pw_properties,
since they are const now
|
2020-06-15 17:20:10 +03:00 |
|
George Kiagiadakis
|
0bba0c0df1
|
properties: fix const-ness warnings
|
2020-06-02 13:09:00 +03:00 |
|
George Kiagiadakis
|
6aba49f9e3
|
properties: implement a wp_properties_iterate() method
|
2020-06-01 12:07:36 +03:00 |
|
George Kiagiadakis
|
9ca342f89f
|
debug: update all library code to use the new debug system
+ enable the new log writer on the executables
+ enable structured logging in the tests
|
2020-04-14 18:31:17 +03:00 |
|
George Kiagiadakis
|
fe82ce9f0d
|
properties: add wp_properties_ensure_unique_owner() method
|
2020-03-31 16:11:08 +03:00 |
|
George Kiagiadakis
|
1f1c690b42
|
properties: remove _copy_keys and add update/add methods similar to the ones in pw_properties
|
2020-03-31 16:11:08 +03:00 |
|
George Kiagiadakis
|
d7ef39d2d1
|
properties: rename _copy_all() to _update() to match the pw_properties API
... and use pw_properties_update() underneath
|
2020-03-31 16:11:08 +03:00 |
|
George Kiagiadakis
|
d4973363ac
|
lib: add extensive API documentation
|
2020-02-19 10:43:07 +02:00 |
|
Julian Bouzas
|
59580e7c84
|
properties: add wp_properties_copy_all API
|
2020-01-07 09:00:46 -05:00 |
|
George Kiagiadakis
|
7a214e8fab
|
wp_properties_match: use wildcard pattern matching instad of strict string comparison
|
2019-12-05 12:41:45 +02:00 |
|
Julian Bouzas
|
ea3b58c2cd
|
properties: add wp_properties_matches API
|
2019-12-04 16:38:35 -05:00 |
|
George Kiagiadakis
|
0c6ef834b2
|
lib: properties: add wp_properties_copy_keys
A method to copy specific keys from one properties set to another
|
2019-09-17 16:35:14 +03:00 |
|
George Kiagiadakis
|
ff59fc06db
|
lib: properties: add update() and copy_from_dict() API
|
2019-08-29 19:41:04 +03:00 |
|
George Kiagiadakis
|
2031809d60
|
lib: add new WpProperties object to wrap pw_properties & spa_dict
|
2019-08-24 16:19:12 +03:00 |
|