From ec0abc7336b5313524d434dd0b06831870d526f6 Mon Sep 17 00:00:00 2001 From: hecht Date: Thu, 31 Oct 2019 10:23:51 +0100 Subject: [PATCH 1/2] changed github repository to the new location --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index f8eb19b2..56532409 100644 --- a/.gitmodules +++ b/.gitmodules @@ -121,7 +121,7 @@ url = https://github.com/stefanocasazza/ULib [submodule "thirdparty/qajson4c"] path = thirdparty/qajson4c - url = https://github.com/USESystemEngineeringBV/qajson4c.git + url = https://github.com/DeHecht/qajson4c.git [submodule "thirdparty/facil.io"] path = thirdparty/facil.io url = https://github.com/boazsegev/facil.io.git From 9fe51f6078a3b48e65fa9e1dc3804218fd84165f Mon Sep 17 00:00:00 2001 From: hecht Date: Thu, 31 Oct 2019 10:32:11 +0100 Subject: [PATCH 2/2] updated the readme to point to the new qajson4c location, too --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55aab909..19aec04b 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Library | Language | Version | Notes [picojson](https://github.com/kazuho/picojson) | C++ | 1.3.0 [pjson](https://github.com/ony/pjson) | C | | No numbers parsing, no DOM interface [POCO](https://github.com/pocoproject/poco) | C++ | 1.7.5 | Need installation | -[qajson4c](https://github.com/USESystemEngineeringBV/qajson4c) | C | 1.0.0 | gcc/clang only | +[qajson4c](https://github.com/DeHecht/qajson4c) | C | 1.0.0 | [Qt](http://www.qt.io/) | C++ | 5.6.1-1 | Need installation | [RapidJSON](https://github.com/miloyip/rapidjson) | C++ | v1.1.0 | There are four configurations: RapidJSON (default), RapidJSON_AutoUTF (transcoding any UTF JSON), RapidJSON_Insitu (*insitu* parsing) & RapidJSON_FullPrec (full precision number parsing) [sajson](https://github.com/chadaustin/sajson) | C++ |