Commit Graph

5 Commits

Author SHA1 Message Date
Billy O'Neal
09a647a526
Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065) 2020-10-28 14:18:07 -07:00
xhbuming
d2b92bff55
[cjson] fix windows-static for don't export symbols (#12026)
* fix windows-static for don't export symbols

/* export symbols by default, this is necessary for copy pasting the C and header file */
#if !defined(CJSON_HIDE_SYMBOLS) && !defined(CJSON_IMPORT_SYMBOLS) && !defined(CJSON_EXPORT_SYMBOLS)
#define CJSON_EXPORT_SYMBOLS
#endif

* Update CONTROL
2020-06-23 13:01:52 -07:00
myd7349
c89f944b1d [cjson] Update to 2019-11-30 (#9157) 2019-12-02 10:39:21 -08:00
Ehsan
3fe2ec61d3 Update some ports version (#7525)
* [blosc] Update library to 1.17.0

* [boost-callable-traits] Update library to 2.3.2

* [cjson] Update library to 1.7.12

* [cppzmq] Update library to 4.4.1
2019-08-02 10:26:39 -07:00
myd7349
dc42151505 [WIP][cjson] Add new port (#6081)
* [cjson] Add new port

* [cjson] Fix cmake targets path

* [cjson] Bump version info
2019-05-29 14:24:40 -07:00