subsurface/packaging
Berthold Stoeger b9b51ffd4e core: add a small helper-struct that keeps track of xml-parameters
The XML-parameter code is a mess. Ownership is unclear. Allocation
and freeing of strings is in different functions. Sometimes
only every second string is free()d, because keys are not copied.
But this is done inconsistently. The caller has to know how
many parameters the callee may add.

Instead, let's add a small helper-struct that uses C++ memory
management, but exports a C-API. The array for the XML-library
is generated on the fly.

This is only the implementation, the old code is not yet replaced.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
2020-10-23 18:17:02 -07:00
..
android Android: install translations into the right place 2020-05-27 12:41:14 -07:00
headless Preserve wiki pages about headless Subsurface from trac wiki 2018-01-19 15:25:37 +01:00
ios core: add a small helper-struct that keeps track of xml-parameters 2020-10-23 18:17:02 -07:00
macosx build-system: remove Grantlee from the packaging scripts 2020-10-08 12:19:39 -07:00
OBS build-system: remove Grantlee from the packaging scripts 2020-10-08 12:19:39 -07:00
ubuntu build-system: remove Grantlee from the packaging scripts 2020-10-08 12:19:39 -07:00
windows packaging/windows: add the /styles folder 2020-10-09 07:31:54 -07:00