aboutsummaryrefslogtreecommitdiff
path: root/ports
AgeCommit message (Collapse)Author
2018-02-09fix tiff detection error when static buildHiroshi Miura
2018-02-09[libgeotiff] fix install directory for cmake configurationsHiroshi Miura
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-09Add libgeotiff portHiroshi Miura
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2018-02-01[nlohmann-json] Update to 3.1.0Robert Schumacher
2018-02-01[boost] Fix whitespace issuesAlexander Karatarakis
2018-02-01[boost] copy pdbsAlexander Karatarakis
2018-02-01Merge pull request #2709 from lazyhamster/libwebp_fixesRobert Schumacher
Fixes for libwebp build.
2018-02-01[freeimage] Link webpmux.Robert Schumacher
2018-02-01[boost-vcpkg-helpers][boost] Add autogenerated messageRobert Schumacher
2018-02-01[flatbuffers] Fix tool location. Fixes #2704.Robert Schumacher
2018-02-01[boost-vcpkg-helpers] Add boost description to generator scriptRobert Schumacher
2018-02-01Merge pull request #2710 from podsvirov/boost-restore-the-descriptionRobert Schumacher
[boost] Restore the description
2018-02-01Merge pull request #2702 from horenmar/catch-alias-catch2Robert Schumacher
Make Catch an alias for Catch2
2018-02-01[boost] Restore the descriptionKonstantin Podsvirov
2018-02-01Fixed build & install. Added mux library.LazyHamster
2018-02-01[hdf5] add cpp featureOssowski, Michal
Required for building caffe
2018-02-01Make catch an alias for Catch2Martin Hořeňovský
Closes #2310
2018-01-31Merge pull request #2671 from fcharlie/curl_http2Alexander Karatarakis
curl support http2, use nghttp2
2018-02-01[libodb-mysql] initLazyWolf Lin
2018-01-31[jxrlib] Switch to githubAlexander Karatarakis
2018-01-31[poco] Fix embedded copy of pcre in static linking mode. Fixes #2685.Robert Schumacher
2018-01-31Merge pull request #2695 from kobykahane/protobuf_3_5_1Alexander Karatarakis
[protobuf] update to 3.5.1
2018-01-31Merge pull request #2694 from fcharlie/nghttp2_updateAlexander Karatarakis
[nghttp2]: update to 1.29.0
2018-01-31Merge pull request #2693 from Alisayyy-Yang/fixLve555UpdateRobert Schumacher
update live555
2018-01-31[gflags] Fix regression in previous gflags update for existing users.Robert Schumacher
2018-01-31[protobuf] update to 3.5.1Koby Kahane
2018-01-31[nghttp2]: update to 1.29.0Force Charlie
2018-01-31update live555Alisayyy-Yang
2018-01-30Merge pull request #2683 from atkawa7/crc32cAlexander Karatarakis
[crc32c] init
2018-01-30Merge pull request #2682 from atkawa7/asmjitAlexander Karatarakis
[asmjit] init
2018-01-30Merge pull request #2680 from atkawa7/yaraAlexander Karatarakis
[yara] init
2018-01-30Merge pull request #2679 from atkawa7/mujsAlexander Karatarakis
[mujs] init
2018-01-30Merge pull request #2678 from atkawa7/muparserAlexander Karatarakis
[muparser] init
2018-01-30Merge pull request #2653 from ArashPartow/masterAlexander Karatarakis
Add ExprTk package
2018-01-30Merge pull request #2652 from ArashPartow/masterAlexander Karatarakis
Update StrTk package
2018-01-30Merge pull request #2636 from Godrod/masterAlexander Karatarakis
Fix missing dlls for wxWidgets
2018-01-30[boost-vcpkg-helpers] Fix generator script for boost-test modifications in ↵Robert Schumacher
PR #2672
2018-01-30Merge pull request #2263 from fquinner/feature-port-openmamaRobert Schumacher
Added port for OpenMAMA 6.2.1.SNAPSHOT
2018-01-30Merge pull request #2688 from AMDmi3/patch-2Robert Schumacher
Fix incorrect version for soundtouch
2018-01-30Fix incorrect version for jack2Dmitry Marakasov
2018-01-30Fix incorrect version for soundtouchDmitry Marakasov
2018-01-30update about HTTP2 TLSForce Charlie
2018-01-30Merge branch 'curl_http2' of github.com:fcharlie/vcpkg into curl_http2Force Charlie
2018-01-30Merge pull request #2675 from ivysnow/mpg123Alexander Karatarakis
[mpg123] fixed: error LNK2001: unresolved external symbol _INT123_dct36_sse
2018-01-30Merge pull request #2672 from UnaNancyOwen/fix_boostAlexander Karatarakis
[boost-test] Fix for VCPKG_BUILD_TYPE
2018-01-30Merge pull request #2669 from atkawa7/libopenmptAlexander Karatarakis
[libopenmpt] init
2018-01-30Merge pull request #2668 from atkawa7/cccapstoneAlexander Karatarakis
[cccapstone] init
2018-01-30Merge pull request #2667 from atkawa7/libudis86Alexander Karatarakis
[libudis86] init
2018-01-29[libspatialite] Bump versionAlexander Karatarakis
2018-01-29[libspatialite] fix compile error on non-latin env (#2659)Hiroshi Miura
It has literals with latin chars in a C source. Unfortunately VC++ recognize source file without BOM as in OEM code not in UTF-8. It cause a strange behavior of VC++ compiler, and fails with "epsg_inlined_prussian.c(685): error C2001: newline in constant." It happens on non-latin Windows such as Japanese(CP932). It also work when changing Windows configuration "system locale for non-unicode applications" to latin one such as English(US)(CP432), but it affects all applications and users in Windows system. Signed-off-by: Hiroshi Miura <miurahr@linux.com>