aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-15[vcpkg] Refactor end-to-end tests (#15081)ras0219
* [vcpkg] Refactor end-to-end tests * [vcpkg] Cherry-pick x-builtin-ports-root from #14999 * [vcpkg] Move create test from unit tests to e2e Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-12-14Properly index package actions in log (#15076)gritukan
2020-12-14[vcpkg] Disable survey message (#14954)ras0219
2020-12-14[glbinding] Improve usage information (#15082)ras0219
2020-12-14[vcpkg] Adhere to older draft schema to improve compatibility with editors ↵ras0219
(such as VS) (#15084)
2020-12-14[fontconfig] Disable install data files (#15060)Jack·Boos·Yu
2020-12-14Avoid C4819 warning during bootstrap-vcpkg.bat (#15095)Tetsuya Hayashi
2020-12-12[hyperscan] Remove erroneous python3 dependency. (#15080)Adam Johnson
2020-12-12[arrayfire] Remove forge and graphics deps from port (#15027)Jacob Kahn
2020-12-11[vcpkg] Don't require native tools on arm64 macOS (#15045)Owen Rudge
2020-12-11[sentry-native] Fix sentry-config-cmake.in (#15042)Jack·Boos·Yu
2020-12-11[openssl] Remove extra slashes when installing usage (#15062)Jack·Boos·Yu
2020-12-11Update to v2.7.0 (#15057)Rémi Bédard-Couture
2020-12-11[mp3lame] Fix lib suffix on Unix (#15058)NancyLi1013
2020-12-11[opencascade] Fix OpenCASCADE_INSTALL_PREFIX path in config (#15056)NancyLi1013
2020-12-11[libpng] Fix cross-compilation on macOS (#15002)Owen Rudge
2020-12-11[sdl2] Don't propagate shared link options (#14992)Jesse Farebrother
2020-12-11[sail] Add new port (#14925)Dmitry Baryshev
2020-12-11[OpenCV] fix compatibility with VTK9 (#12785)Stefano Sinigardi
2020-12-10[vcpkg] Improve error messages for incomplete Mono (#14948)ras0219
* [vcpkg] Improve error messages for incomplete Mono * [vcpkg] Add mono upgrade notice for Ubuntu 18.04 users * [vcpkg] Fix always failing to check CMake version due to preferring 'error' constructor in ExpectedS * [vcpkg] Eagerly display the 'Ubuntu needs new mono' message to avoid users needing to install it twice Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2020-12-10[freetype] Make zlib and brotli features (#14917)LRFLEW
2020-12-10[tcl, anyrpc, ois, osgearth] Build Fixes 2020-12-09 (#15030)Billy O'Neal
2020-12-10[speexdsp] Fix include directories for Linux builds (#15036)LRFLEW
2020-12-10[curl] Update to 7.74.0 (#15041)Jorge López Fueyo
2020-12-09[libxml2] fix build failure with x64-linux-dynamic (#14991)Kevin Lalumiere
2020-12-09Explicitly set x86_64 architecture for x64-osx triplet (#15001)Owen Rudge
2020-12-09[pcl] Fix build when librealsense2 is present (#14960)dweckmann
2020-12-09[libjpeg-turbo] Enabled jpeg7 and jpeg8 APIs (#14483)Peter Verswyvelen
2020-12-08[vcpkg] Fix uploading to Azure DevOps Artifacts (#14952)ras0219
2020-12-08[libcopp] Update to 1.3.4 (#14996) (#14997)OWenT
2020-12-08[fontconfig] fix dll name in def file (#14946)Alexander Neumann
* [fontconfig] fix dll name in def file * make the patch conditional
2020-12-08[cimg] update to 2.9.4 (#14923)JonLiu1993
* [cimg] update to 2.9.4 * Add fixup function * Delete fixup function
2020-12-07[vcpkg_fixup_pkgconfig] Handle spaces in path, do not validate individual ↵ras0219
libraries (#13126)
2020-12-07[vcpkg] x_vcpkg_install_local_dependencies fixes (#14977)Sander Cox
* Conversion to PARSE_ARGV was missing parameter * Cannot install for interface_libraries
2020-12-072020-12-07 Build Fixes (#14986)Billy O'Neal
From most recent completed nightly build: https://dev.azure.com/vcpkg/public/_build/results?buildId=46182 PASSING, REMOVE FROM FAIL LIST: ignition-msgs5:x64-linux (.\scripts\ci.baseline.txt) I'm assuming this got fixed by @strega-nil 's llvm changes: https://github.com/microsoft/vcpkg/pull/14399 PASSING, REMOVE FROM FAIL LIST: libraqm:x64-windows-static (.\scripts\ci.baseline.txt) Cause unknown. PASSING, REMOVE FROM FAIL LIST: openssl-windows:arm-uwp (.\scripts\ci.baseline.txt) PASSING, REMOVE FROM FAIL LIST: openssl-windows:x64-uwp (.\scripts\ci.baseline.txt) Probably fixed by https://github.com/microsoft/vcpkg/pull/14308 ; also removed Supports: excluded entries for these. PASSING, REMOVE FROM FAIL LIST: speexdsp:x64-osx (.\scripts\ci.baseline.txt) Probably fixed by https://github.com/microsoft/vcpkg/pull/14758 PASSING, REMOVE FROM FAIL LIST: sundials:arm64-windows (.\scripts\ci.baseline.txt) PASSING, REMOVE FROM FAIL LIST: sundials:x64-windows (.\scripts\ci.baseline.txt) PASSING, REMOVE FROM FAIL LIST: sundials:x86-windows (.\scripts\ci.baseline.txt) Probably fixed by https://github.com/microsoft/vcpkg/pull/14618 PASSING, REMOVE FROM FAIL LIST: wepoll:arm-uwp (.\scripts\ci.baseline.txt) PASSING, REMOVE FROM FAIL LIST: wepoll:x64-uwp (.\scripts\ci.baseline.txt) Probably fixed by https://github.com/microsoft/vcpkg/pull/14456 -- and also fixed missing Supports. REGRESSION: ceres:x64-windows. If expected, add ceres:x64-windows=fail to .\scripts\ci.baseline.txt. REGRESSION: ceres:x86-windows. If expected, add ceres:x86-windows=fail to .\scripts\ci.baseline.txt. Probably broken by https://github.com/microsoft/vcpkg/pull/14719 ; ceres has: ``` if (BUILD_BENCHMARKS) find_package(benchmark QUIET) if (benchmark_FOUND) message("-- Found Google benchmark library. Building Ceres benchmarks.") else() message("-- Failed to find Google benchmark library, disabling build of benchmarks.") update_cache_variable(BUILD_BENCHMARKS OFF) endif() mark_as_advanced(benchmark_DIR) endif() ``` so it passed there because Google Benchmark was not also installed. Worked around by `-DBUILD_BENCHMARKS=OFF`. REGRESSION: dirent:arm64-windows. If expected, add dirent:arm64-windows=fail to .\scripts\ci.baseline.txt. Transient: ``` -- Downloading https://github.com/tronkko/dirent/archive/1.23.2.tar.gz... -- Downloading https://github.com/tronkko/dirent/archive/1.23.2.tar.gz... Failed. Status: 28;"Timeout was reached" CMake Error at scripts/cmake/vcpkg_download_distfile.cmake:184 (message): ``` REGRESSION: discord-rpc:arm64-windows. If expected, add discord-rpc:arm64-windows=fail to .\scripts\ci.baseline.txt. Transient: ``` -- Downloading https://github.com/discordapp/discord-rpc/archive/v3.4.0.tar.gz... -- Downloading https://github.com/discordapp/discord-rpc/archive/v3.4.0.tar.gz... Failed. Status: 28;"Timeout was reached" CMake Error at scripts/cmake/vcpkg_download_distfile.cmake:184 (message): ``` REGRESSION: libunibreak:x86-windows. If expected, add libunibreak:x86-windows=fail to .\scripts\ci.baseline.txt. Transient: ``` -- Note: libunibreak only supports static library linkage. Building static library. -- Downloading https://github.com/adah1972/libunibreak/archive/8df6ef4ebe5dbd2a49539d05366337ab7fb57ae3.tar.gz... -- Downloading https://github.com/adah1972/libunibreak/archive/8df6ef4ebe5dbd2a49539d05366337ab7fb57ae3.tar.gz... Failed. Status: 28;"Timeout was reached" ``` REGRESSION: libzip:x86-windows. If expected, add libzip:x86-windows=fail to .\scripts\ci.baseline.txt. Transient: ``` -- Downloading https://github.com/nih-at/libzip/archive/66e496489bdae81bfda8b0088172871d8fda0032.tar.gz... -- Downloading https://github.com/nih-at/libzip/archive/66e496489bdae81bfda8b0088172871d8fda0032.tar.gz... Failed. Status: 28;"Timeout was reached" CMake Error at scripts/cmake/vcpkg_download_distfile.cmake:184 (message): ``` REGRESSION: ocilib:x64-windows-static. If expected, add ocilib:x64-windows-static=fail to .\scripts\ci.baseline.txt. Probably broken by https://github.com/microsoft/vcpkg/pull/13158 but it passed there: (Link target) -> chromium_base.lib(stack_trace_win.obj) : error LNK2001: unresolved external symbol __imp_SymCleanup [D:\buildtrees\ocilib\x64-windows-static-rel\4fc7a69e6d-337dbe59ca.clean\proj\dll\ocilib_dll_vs2019.vcxproj] Looks like it was skipped before that PR because the port conflicts with chromium-base which couldn't have been caught in that PR. Putting it back on ci.baseline.txt. REGRESSION: osgearth:x64-windows. If expected, add osgearth:x64-windows=fail to .\scripts\ci.baseline.txt. REGRESSION: osgearth:x86-windows. If expected, add osgearth:x86-windows=fail to .\scripts\ci.baseline.txt. Cause unknown. I think we should skip this one in ci.baseline.txt since I've never seen it work OK. REGRESSION: qt5-tools:x64-windows-static. If expected, add qt5-tools:x64-windows-static=fail to .\scripts\ci.baseline.txt. Last I heard @ras0219 was investigating this one but that's been a while now. I pinged him again.
2020-12-07[vcpkg] Add SemVer and Date versioning schemes (#14889)Victor Romero
* [vcpkg] Add semver versioning scheme * Remove unnecessary code * Fix SemVer comparison and add sorting test * Add date scheme * PR comments * Use a different column for date and semver schemes. * Use locale agnostic conversion to long * Add tests for version scheme change * Validate version strings before parsing * Format * Improve error messages * PR comments * PR comments pt. 2
2020-12-07[ NASM ] Update version from 2.14.02 to 2.15.05 (#14970)Joël Thieffry
* Bump NASM version from 2.14.02 to 2.15.05 The previous version is not available anymore at https://fossies.org/windows/misc/nasm-2.14.02-win32.zip . libjpeg-turbo builds fine now. * [freetds] Disable parallel configure Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2020-12-07[libcopp] Update to 1.3.3 (#14981)OWenT
2020-12-07[EASTL] update to 3.17.03 (#14980)JonLiu1993
2020-12-07[nanobench] update to 4.3.0 (#14975)JonLiu1993
2020-12-07[ATK] Installing .pc files (#14972)HrOokami
2020-12-07[cppgraphqlgen] Update to v3.3.0 (#14842)Bill Avery
2020-12-07[pegtl] Update to 3.0.0 release (#14841)Bill Avery
2020-12-06[vcpkg] Add versioning fields to schema (#14947)ras0219
2020-12-06[vcpkg] Add --nuget-description option for `vcpkg export` (#14953)ras0219
2020-12-06[pugixml] Update to 1.11.1 (#14813)Rémy Tassoux
2020-12-04[usockets] Fix build issue with feature ssl (#14935)Phoebe
2020-12-04[libpqxx] update to 7.2.1 (#14921)JonLiu1993
2020-12-04[quill] Update 1.6.0 (#14916)Odysseas Georgoudis
* Update quill to 1.6.0 * revert enabling arm windows build * Update portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2020-12-04[arrayfire] Update port to fix cuSparse issue with CUDA 10.1 (#14911)Jacob Kahn