aboutsummaryrefslogtreecommitdiff
path: root/ports/double-conversion
AgeCommit message (Collapse)Author
2018-10-25[double-conversion] Remove unnecessary patch (#4321)myd7349
* [double-conversion] Remove unnecessary patch * [double-conversion] Small portfile improvement * [double-conversion] Provoke rebuild
2018-09-17Fix up double-conversion and harfbuzz (#4285)Simon Hausmann
* [double-conversion] Bump to 3.1.0 This release also allows removing the workarounds for calling vcpkg_fixup_cmake_targets twice after renaming *LibraryDepends.cmake because upstream didn't install *Targets.cmake files. That in turn fixes using double-conversion on Linux. * [harfbuzz] Fix cmake configs When building cmake with autotools, a harfbuzz-config.cmake file gets installed that makes find_package work. However when building with cmake, that is omitted. Therefore include a patch from upstream pull request https://github.com/harfbuzz/harfbuzz/pull/1161 to fix that. * [harfbuzz] Rename targets to unofficial-harfbuzz because they are not provided by upstream
2018-03-21[double-conversion] Fix on non-windowsRobert Schumacher
2018-03-19[double-conversion] Fix build failure when VCPKG_BUILD_TYPE is setpast-due
2018-03-11[many ports] Improve behavior on Linux and general cleanupRobert Schumacher
2017-11-02[double-conversion] Fix regression introduced in vcpkg_fixup_cmake_targets.Robert Schumacher
2017-10-31[double-conversion] Fix --head buildsRobert Schumacher
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-08-06[double-conversion] update to 3.0.0codicodi
2017-05-28[double-conversion] Bump version, build arm static to avoid cmake bugRobert Schumacher
2017-05-25Fix double conversion buildHennadii Zabula
2017-05-06Delete no longer used mscv_vers.patchArkady Shapkin
2016-11-08triplet is now automatically included before portfiles.Alexander Karatarakis
Also remove trailing whitespaces from portfiles
2016-11-01made double-conversion use a cmake buildCharles Barto
2016-10-26[double-conversion] Only vcpkg_copy_pdbs() on dynamic buildAlexander Karatarakis
2016-10-12[double-conversion] Reduce work done during deploymentRobert Schumacher
2016-10-11Updating based off feedback from @ras0219-msft for PR #6.Jamie Kenyon