aboutsummaryrefslogtreecommitdiff
path: root/libs/jsoncpp
Commit message (Collapse)AuthorAge
* treewide: assign PKG_CPE_IDFabrice Fontaine2024-02-04
| | | | Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* treewide: remove AUTORELEASEPaul Fertser2023-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatically compute and substitute current values for all $(AUTORELEASE) instances as this feature is deprecated and shouldn't be used. The following temporary change was made to the core: diff --git a/rules.mk b/rules.mk index 57d7995d4fa8..f16367de87a8 100644 --- a/rules.mk +++ b/rules.mk @@ -429,7 +429,7 @@ endef abi_version_str = $(subst -,,$(subst _,,$(subst .,,$(1)))) COMMITCOUNT = $(if $(DUMP),0,$(call commitcount)) -AUTORELEASE = $(if $(DUMP),0,$(call commitcount,1)) +AUTORELEASE = $(if $(DUMP),0,$(shell sed -i "s/\$$(AUTORELEASE)/$(call commitcount,1)/" $(CURDIR)/Makefile)) all: FORCE: ; And this command used to fix affected packages: for i in $(cd feeds/packages; git grep -l PKG_RELEASE:=.*AUTORELEASE | \ sed 's^.*/\([^/]*\)/Makefile^\1^';); do make package/$i/download done Signed-off-by: Paul Fertser <fercerpav@gmail.com>
* jsoncpp: update to 1.9.5Rosen Penev2021-12-16
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: compile with tools/mesonRosen Penev2021-09-17
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: change emailJan Pavlinec2021-07-29
| | | | | | Change from jan.pavlinec@nic.cz to jan.pavlinec1@gmail.com Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* jsoncpp: add back exceptionsRosen Penev2021-06-15
| | | | | | | | | domoticz wants them. No idea how to avoid it. Easier to just add back here. Removed several outdated options from CMake times. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* jsoncpp: disable exceptionsRosen Penev2021-02-22
| | | | | | Reduces size: 59724 to 44439 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* jsoncpp: update to version 1.9.4Jan Pavlinec2020-09-29
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* jsoncpp: update to version 1.9.3Jan Pavlinec2020-07-31
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* jsoncpp: add size optimizationsRosen Penev2020-04-27
| | | | | | Reduces size slightly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* jsoncpp: update to version 1.9.2Jan Pavlinec2020-03-23
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* jsoncpp: Fix pkgconfig fileRosen Penev2019-09-22
| | | | | | | | | | | Backported upstream patch to make the pkgconfig file more cross compile friendly. I don't think anything uses this. Replaced Installev with CMAKE_INSTALL. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* jsoncpp: Add to repoDaniel Engberg2019-01-28
Add (lib)jsoncpp to repo Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>