* update to 4.0.0
* remove extraneous version file
this file is from before the name was changed to `rsm-bsa`, and should never have been committed in the first place
* add xmem codec support feature
* install config files to the correct directory
* use spaces for indentation
* update versioning
The former ftp.pcre.org FTP site is no longer available [1].
- Use sourceforge only for download
- Fixes#21201
- Remove deprecated functions from portfile
vcpkg_install_cmake -> vcpkg_cmake_install
vcpkg_configure_cmake -> vcpkg_cmake_configure (remove PREFER_NINJA)
vcpkg_fixup_cmake_targets -> vcpkg_cmake_config_fixup
- Add double quotes to files
[1] https://www.pcre.org/
* [azure-storage-blobs-cpp] Update to 12.2.1
## 12.2.1 (2021-11-08)
### Other Changes
- `DefaultEncryptionScope` and `PreventEncryptionScopeOverride` in `BlobContainerProperties` were changed to optional.
* [azure-storage-queues-cpp] Update to 12.0.0-beta.2
## 12.0.0-beta.2 (2021-11-08)
### Breaking Changes
- Renamed `GetServicePropertiesResult` to `QueueServiceProperties`.
- Renamed `GetServiceStatisticsResult` to `ServiceStatistics`.
- Renamed `GetQueuePropertiesResult` to `QueueProperties`.
- Renamed `GetQueueAccessPolicyResult` to `QueueAccessPolicy`.
- Wrapped the first parameter of `QueueClient::SetAccessPolicy`, a vector of signed identifiers into a struct `QueueAccessPolicy`.
- Renamed `ReceiveMessagesResult` to `ReceivedMessages`.
- Renamed `PeekMessagesResult` to `PeekedMessages`.
* [scripts-audit] vcpkg_install_nmake
* [scripts-audit] vcpkg_build_nmake
hoping not to make too many changes, just minor simplifications
* is this the issue with gdal?
* back-compat hack woot
* remove port-specific workaround
* dg0yt CR
* [getdns/flint] Update to the latest version
* [getdns/flint] Update to the latest version
* [flint] Add unsupported on uwp
* Update version files
* [flint] Handle dllimport macro in header files
* [arb] Update to 2.21.0
* [arb] Update to 2.2.1 and use upstream CMakeLists.txt
* [arb] App patch
* Update versions/a-/arb.json
* [new port] squirrel
* Add versions
* Fix squirrel portfile according to new standards
* Add version to squirrel
* Remove all files from /bin directory
* Update squirrel version
* Could not fix the execs in bin/ directory hence simply enforced dir removal
* Update versions
* Remove obsolete version
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Remove trailing comma
* Remove bin files only when not using squirrel as library
* Do not remove bin dir when on win32 and dynamic linking because of dlls
* Fixing the bin directory cleanup for various platforms
* Update versions
* Smart remove bin directory for static vs dynamic build; add note on the binaries there
* Update version
* Define 'interpreter' feature which controls building sq and sq_static binaries
* Update version and revision of squirrel to the most recent one
* Update versions database
* Remove bin/ directory for static build
* Update versions database
* Apply suggestions from code review
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update versions
* Fix interpreter tool
* Update versions
* Add patch to optionally build squirrel interpreter
* Update versions
* [new port] squirrel
Add versions
Fix squirrel portfile according to new standards
Add version to squirrel
Remove all files from /bin directory
Update squirrel version
Could not fix the execs in bin/ directory hence simply enforced dir removal
Update versions
Remove obsolete version
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Remove trailing comma
Remove bin files only when not using squirrel as library
Do not remove bin dir when on win32 and dynamic linking because of dlls
Fixing the bin directory cleanup for various platforms
Update versions
Smart remove bin directory for static vs dynamic build; add note on the binaries there
Update version
Define 'interpreter' feature which controls building sq and sq_static binaries
Update version and revision of squirrel to the most recent one
Update versions database
Remove bin/ directory for static build
Update versions database
Apply suggestions from code review
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Update versions
Fix interpreter tool
Update versions
Add patch to optionally build squirrel interpreter
Update versions
Conditionally build sq and sq_static
Update versions
* Change line endings to LF
* Update versions
* Change line endings to LF
* Update versions
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Artem Shubovych <artem.shubovych@thetradedesk.com>