[GRASS-git] [OSGeo/grass] 185048: lib/external/parson: complete the wrapping of pars...
Nicklas Larsson
noreply at github.com
Thu Oct 2 05:39:35 PDT 2025
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: 1850489bf42c72d8dcfe2e4db1738441b4a7dc43
https://github.com/OSGeo/grass/commit/1850489bf42c72d8dcfe2e4db1738441b4a7dc43
Author: Nicklas Larsson <n_larsson at yahoo.com>
Date: 2025-10-02 (Thu, 02 Oct 2025)
Changed paths:
M db/db.columns/main.c
M db/db.connect/main.c
M db/db.describe/local_proto.h
M db/db.describe/main.c
M db/db.describe/printtab.c
M general/g.findfile/main.c
M general/g.list/list.c
M general/g.mapset/main.c
M general/g.mapsets/list.c
M general/g.proj/output.c
M general/g.region/local_proto.h
M general/g.region/main.c
M general/g.region/printwindow.c
M general/g.version/main.c
M imagery/i.group/main.c
M lib/external/parson/Makefile
M lib/external/parson/gjson.c
M lib/external/parson/gjson.h
M lib/external/parson/test/test_parson_wrapper.c
M lib/raster/json_color_out.c
M misc/m.measure/main.c
M raster/r.category/local_proto.h
M raster/r.category/main.c
M raster/r.describe/dumplist.c
M raster/r.distance/report.c
M raster/r.horizon/main.c
M raster/r.info/main.c
M raster/r.mask.status/main.c
M raster/r.object.geometry/main.c
M raster/r.profile/local_proto.h
M raster/r.profile/main.c
M raster/r.profile/read_rast.c
M raster/r.proj/main.c
M raster/r.regression.line/main.c
M raster/r.regression.multi/main.c
M raster/r.report/global.h
M raster/r.report/prt_json.c
M raster/r.stats.quantile/main.c
M raster/r.stats/cell_stats.c
M raster/r.stats/global.h
M raster/r.stats/main.c
M raster/r.stats/raw_stats.c
M raster/r.stats/stats.c
M raster/r.univar/stats.c
M raster/r.volume/main.c
M raster/r.what.color/main.c
M raster/r.what/main.c
M raster3d/r3.info/main.c
M vector/v.category/main.c
M vector/v.class/main.c
M vector/v.db.connect/main.c
M vector/v.distance/local_proto.h
M vector/v.distance/main.c
M vector/v.distance/print.c
M vector/v.info/local_proto.h
M vector/v.info/main.c
M vector/v.info/print.c
M vector/v.to.db/report.c
M vector/v.univar/main.c
M vector/v.vect.stats/main.c
M vector/v.what.rast/main.c
M vector/v.what/main.c
M vector/v.what/what.c
M vector/v.what/what.h
Log Message:
-----------
lib/external/parson: complete the wrapping of parson (#6434)
* lib/external/parson: complete the wrapping of parson.[c|h], through
re-typedefing objects like JSON_Object, JSON_Array, JSON_Value, to
objects renamed with the prefix 'G_', and thus hiding the parson API.
* adapt code to use GRASS' wrapping API
To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications
More information about the grass-commit
mailing list