aboutsummaryrefslogtreecommitdiff
path: root/ports/cunit
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-06-15[WIP] Add a Homepage URL entry for vcpkg ports (#2933)pravic
* [vcpkg] Add "Homepage" field to the CONTROL files.
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-06-19[cunit] Install generated config headerRobert Schumacher
2017-06-16[cunit] Refactor CMake to perform proper installationRobert Schumacher
2017-06-16[cunit] new port required by #1122atkawa7