aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/rapidjson
AgeCommit message (Collapse)Author
2023-10-02[cmake] FindRapidJSON update to newer module standardsfuzzard
2023-04-17tools/depends: improve download retry logicLukas Rusak
This also adds the ability to print the new sha512 hash if there is a mismatch
2023-02-14Revert "tools/depends: improve download retry logic and add download target"fuzzard
2023-02-07tools/depends: improve download retry logicLukas Rusak
This also adds the ability to print the new sha512 hash if there is a mismatch
2022-12-29tools/depends: make the hash file an order only prerequisiteLukas Rusak
this fixes an issue when rebuilding the dependencies that if a target is already built it doesn't get rebuilt ref: https://www.gnu.org/software/make/manual/html_node/Prerequisite-Types.html
2022-03-26[cmake] ENABLE_INTERNAL_RapidJSON for all platformsfuzzard
header only lib, so enable "build" for all platforms patches remove superfluous docs/examples win arm64 patch for endian define.
2022-02-07[depends] add tarball hash checkingwsnipex
2022-01-24[cmake] add URL_HASH to ExternalProject_add calls in Find modulesfuzzard
Provides a SHA512 hash to our possible "Internal" depends to verify download of tarballs. Implementation currently supports SHA256, SHA512 and any additional cmake supported algo's can be implemented easily. This supports differing supported hash types per dependency if desired, so if a new algo is introduced for a particular dependency, we dont have to mass change all other existing hash types.
2022-01-08[cmake] Module rapidjson use VERSION helperfuzzard
2019-06-13[depends] refresh rapidjson patchesRechi
2018-06-19[depends] use MAKE variable instead of make commandRechi
fixes building binary addons on FreeBSD, by using gmake for getting supported_addons too
2017-05-25Makefile fix for rapidjsonSebastian Bauer
So it works also if this Makefile.include is not available. This is simliar to other dependencies.
2017-03-27[depends] bump rapidjson to 1.1.0Stefan Saraev
2017-03-24[depends/cmake/win32] replace yajl with rapidjson (thanks to hudokkow)montellese