Skip to content

Modernized the codebase

Günther Wagner requested to merge gwagner/deprecated into master

The current codebase had many deprecation warnings and general compilation warnings. This MR fixes these problems and made the first steps to a more modern approach. Beside of the general cleanup i reworked the RestParams API to a GList instead of a HashTable in order to allow duplicate entries and preserve order of parameters.

Merge request reports