summaryrefslogtreecommitdiff
path: root/src/backend/plugins/config-osx/config-osx.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove libpeas supportJan-Michael Brummer2023-03-301-10/+8
| | | | | | As we no longer have further dependencies like glib for accessing the standard linux configurations and the other are platform specific. Let's remove peas all together. Plugins are now built-in.
* Minor cleanups (#106)Jan-Michael Brummer2023-03-271-3/+0
| | | | Co-authored-by: Jan-Michael Brummer <jan-michael.brummer1@volkswagen.de>
* Add config-option to osx plugin (#104)Jan-Michael Brummer2023-03-271-0/+39
| | | | Co-authored-by: Jan-Michael Brummer <jan-michael.brummer1@volkswagen.de>
* Add common ignore handling (#99)Jan-Michael Brummer2023-03-271-1/+1
| | | | Co-authored-by: Jan-Michael Brummer <jan-michael.brummer1@volkswagen.de>
* Add a duplicate check for proxy arrays (#87)Jan-Michael Brummer2023-03-271-5/+5
| | | | Co-authored-by: Jan-Michael Brummer <jan-michael.brummer1@volkswagen.de>
* Cleanup config plugins (#50)Jan-Michael Brummer2023-03-271-3/+138
|
* Simplify get_config API (#47)Jan-Michael Brummer2023-03-271-10/+7
| | | | | Remove return value as it was unused, as well as GError. In case an error occures we can dump it into debug. There is no user benefit.
* Enforce check-code-style as pre-commit-hook (#16)Jan-Michael Brummer2023-03-271-6/+6
|
* Initial commitJan-Michael Brummer2023-03-271-0/+175