aboutsummaryrefslogtreecommitdiff
path: root/ports/jansson
AgeCommit message (Collapse)Author
2018-03-11[many ports] Improve behavior on Linux and general cleanupRobert Schumacher
2018-02-16[jansson] Update to 2.11 (#2820)Alexandre Breteau
2017-12-08[jansson] Prefer ninjaMichał Janiszewski
2017-11-22[jansson] Don't use WinCryptoApi for UWP buildsMichał Janiszewski
Jansson tries to use Windows' CryptoApi to seed its hash table. This API is not exposed in UWP, but there is still a fallback to use current time and PID. This change makes Jansson use less-secure fallback, but fixes compilation for UWP target. See https://jansson.readthedocs.io/en/2.10/apiref.html#c.json_object_seed
2017-10-17Fix Version, "v" is not part of it.Dmitry Marakasov
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-06-20[jansson] Enable cmake scriptsRobert Schumacher
2017-06-20fixes VCPKG_CRT_LINKAGEatkawa7
2017-06-20Fixes VCPKG_CRT_LINKAGE, Turned off tests, Added VCPKG_LIBRARY_LINKAGEatkawa7
2017-06-16[jansson] new port required by #1122atkawa7