aboutsummaryrefslogtreecommitdiff
path: root/ports/amqpcpp
AgeCommit message (Collapse)Author
2021-09-16[amqpcpp/leptonica/glibmm] Update to latest version (#20069)Cheney Wang
* [amqpcpp/leptonica/glibmm] Update to latest version * Modify the include dir path * Modify version schemes Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2021-02-24[amqpcpp] update to 4.3.11 (#16354)JonLiu1993
* [amqpcpp] update to 4.3.11 * update version * add vcpkg.json * update version * update amqpcpp.json * update version * format manifest * update version
2020-06-02[amqpcpp] Update to 4.1.7 (#11608)JonLiu1993
* update [amqpcpp] to 4.1.7 * [amqpcpp] update to 4.1.7 * [amqpcpp] Update to 4.1.7 * [amqpcpp] Update to 4.1.7
2019-07-31[amqpcpp] Update library to v4.1.5 (#7475)Ehsan
2019-05-21[many ports] Updates 2019.05.19 (#6524)Robert Schumacher
2019-01-26[amqpcpp] Add new port (#5201)Todor Prokopov
* [amqpcpp] Add new port * Force static linkage for amqpcpp The documentation for this library says that shared linkage on Windows is unsupported. Furthermore, the build currently errors out on Windows because shared DLLs are not placed correctly. vcpkg only supports static linkage on Linux and macOS, so I'm categorically making amqpcpp build with static linkage on all platforms. This unifies the platforms and gives consistent behavior