* Update Apr to 1.7.2
* Fix formatting
* Fix new crosscompile check in apr's apr-1-config
* Replace absolute paths in apr_rules.mk
They would poison the binary cache
* Stop using deprecated vcpkg_extract_source_archive_ex
* [portmidi] Search for Threads in the CMake config.
Without this, consuming the library in CMake would result in the
following error:
The link interface of target "PortMidi::portmidi" contains:
Threads::Threads
but the target was not found.
* [portmidi] Cleanup portfile.
- Copy pdbs
- Use vcpkg_install_copyright
- Use ${VERSION}
* [portmidi] Install a usage file.
* [portmidi] Bump port-version.
* [portmidi] Update baseline.
* [catch2] Update to 3.3.2
* [catch2] Update version files
* [catch2] Change version-semver to version
* [catch2] Update version files
* [catch2] Revert version type change
* [protobuf-v] fix build error for windows
* [protobuf-v] fix build error for windows
* fix build error
* update version
* delete protoc-c
* update version
* update version
* update version
* update version
* update version
* delete protoc-c
* update version
* Update COLMAP version to 3.8
* date
* version
* patch
* f
* format
* f
* c
* c
* f
* d
* d
* d
* f
* revert patch formating
* update version
* n
* n
* f
* f
* f
---------
Co-authored-by: Jonliu1993 <13720414433@163.com>
* [configcat] Update to version 2.0.0
* [configcat] Update to version 2.0.0
* [configcat] Update to version 2.0.0
* [configcat] Update to version 2.0.0
* Update ports/configcat/portfile.cmake
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
* [configcat] Update to version 2.0.0
---------
Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
* [fmilib] change to the github and update to fix bug of libexpat
* add license
* Cleanup and devendor expat, minizip, zlib
* Merge target objects, not archives
* Update "supports" and ci baseline
* zlib is a transitive dependency
* Fix config
---------
Co-authored-by: FrankXie <v-frankxie@microsoft.com>
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
Co-authored-by: Monica <v-liumonica@microsoft.com>
* [simdjson] Update to 3.1.3
* [simdjson] Bump version
* [simdjson] Update to 3.1.5
* [simdjson] Overwrite version
* [simdjson] Quote
* [simdjson] Overwrite version
* [vcpkg-cmake-get-vars] Call 'project' early
System variables like 'APPLE' or 'ANDROID' aren't set before 'project()'.
* Get Android variables
* [openssl] Ensure that compiler is reached via 'PATH'
* Fix Android configuration
* Add 'tools' feature
* Update versions
* [openssl] Initialize android with vcpkg settings
* [openssl] Really don't build apps
* [vcpkg-cmake-get-vars] Update android vars
* [libpq] Pass openssl version from pkgconfig
* [vcpkg-cmake-get-vars] Update android vars
* [vcpkg-cmake-get-vars] Report generator
* [vcpkg-cmake-get-vars] Escape all output
* Transfer cmake-get-vars fixes
* Transfer cmake-get-vars extra flags
* no-asm for android-arm w/o neon
* [vcpkg_configure_make] Unquote as needed
Toolchain flags are passed into make via environment variables (e.g.
CFLAGS) and expanded by Makefiles regardless of quotes. And even vcm's
internal handling isn't prepared for these quotes. So we must remove
the early. This doesn't interfere with properly escaped quotes.
* Re-add lost 'project', amends 4cf7caaa
* [openssl] Fix emscripten