* [flashlight-sequence] New port
* Update version database
* Temporarily switch to fork to test OpenMP configurability
* Update version database
* Update origin to 0.0.1 tag
* Update ports/flashlight-sequence/vcpkg.json
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update version
---------
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
* Update libupdf to 1.22.1
* update versions
* Update ports/libmupdf/vcpkg.json
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
* Update ports/libmupdf/vcpkg.json
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
* Update versions
* Update versions/l-/libmupdf.json
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
---------
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
* [vcpkg-ci-msys2] Add clangarm64 support
UCRT binaries for ARM64, built with clang.
* [vcpkg_find_acquire_program(PKGCONFIG)] Switch to pkgconf, add arm64
* CI
* [libmicrohttpd] Update to version 0.9.77
* [libmicrohttpd] Remove unneeded dependency
Gettext is used by upstream only to build files for distribution.
Gettext is not used by the library itself.
* [libmicrohttpd] Add ARM support
The ARM is supported by upstream for a long time, VC support for ARM
was added in the version 0.9.77.
* [libmicrohttpd] Use universal project for VC builds
* [libmicrohttpd] Exclude wrong lib headers
* [libmicrohttpd] Support release/debug for non-VC builds
* [libmicrohttpd] Add license
* [libmicrohttpd] Add "https" feature
* [libmicrohttpd] Use right function for license file
* [libmicrohttpd] Fix "supports"
libmicrohttpd VC projects support only static library with static
runtime or dynamic library with dynamic runtime
* [libmicrohttpd] Update version database
* [flashlight-text] New port
* Format and fix vcpkg.json, x-add-version
* Export dll symbols on Windows
* Only pass opt to export all symbols on Windows
* Update version database
* Rename flag
* Update version database
* Update ports/flashlight-text/portfile.cmake
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
* Update ports/flashlight-text/vcpkg.json
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
* Update version
* Update to v0.0.4, remove CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS
* Update version database
* Use in portfile
* Update version database
* Fix CMake config install location
* Update package version
* Omit config fixup arg
* Update version
---------
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
* Select fastest available FFT library depending on the platform
* Update to rubberband 3.2.1
* Also added arm64 in the portfile.cmake condition to match arm in the vcpkg.json
* Use FFTW backend on x86_windows due to Microsoft Visual Studio bug
* [crossguid] Fix compilation on gcc v13
Crossguid no longer compiles with gcc v13 (tested on Linux), due to a
missing include (cstdint). There is an upstream pull request to fix the
issue which has been open for some time but not yet merged [1].
Let's patch the sources in vcpkg until upstream fixes it.
Fixes#31834.
[1] https://github.com/graeme-hill/crossguid/pull/67
* [crossguid] Bump port-version
* [unordered-dense] New port
* [unordered-dense] Update version files
* [unordered-dense] Add missing version file
* [unordered-dense] Add license
* [unordered-dense] Update version files
* New port: libtracepoint-decode (decoder for perf.data)
Library for decoding tracepoints, e.g. from Linux perf.data files.
* Version 1.0 for new port: libtracepoint-decode