aboutsummaryrefslogtreecommitdiff
path: root/ports/cppkafka
AgeCommit message (Collapse)Author
2019-10-07[vcpkg] fatal_error when patch fails to apply (#8087)Stefano Sinigardi
vcpkg will now fail on failure to apply patches except when using `--head`.
2019-09-27[cppkafka] Fix dynamic build. (#8073)NancyLi1013
* [cppkafka] Fix dynamic build. * [cppkafka] Remove CPPKAFKA_BOOST_STATIC_LIBS * Remove CPPKAFKA_RDKAFKA_STATIC_LIB option
2019-09-03[cppkafka] Add new port (#7987)NancyLi1013
* [cppkafka] Add new port * Add test and example options.