* Revert "[wxwidgets] Remove debug asserts from Release build. (#25240)"
This reverts commit 6e16931acd.
* Update to 3.1.7
* Update installation layout
* Upstream CMake export is not ready for use
* Update versions
* Remove obsolete patch
* Use msvc layout for mingw on windows
* Add debug-support feature
* Update versions
* Fix condition
* Update versions
* Restore symlink patch
* Update versions
* Remove trace option from test port
* Enable testing without feature debug-support
* Fixup defaults for using without debug support
* Expect wxrc-3.1 for mingw cross builds ("unix" layout)
* Update versions
* Add another post-release update.
https://sourceforge.net/p/wtl/patches/66/
* Put the WTL includes into a subdirectory again.
This reverts 1323f4b8.
* Update metadata.
* Update more metadata.
* Mention the source of the post-release update list
* Refresh metadata.
* Revert "Put the WTL includes into a subdirectory again."
This reverts commit 1d9c1d6120.
* [wxWidgets] Remove debug asserts from Release build.
Currently when building wxWidgets in Release mode, the debug asserts are enabled.
This fixes this issue by providing a necessary define to disable them.
Ref: https://docs.wxwidgets.org/3.1.6/group__group__funcmacro__debug.html
[wxCharts, vcpkg-ci-wxwidgets] Update ports to include fix for wxWidgets release build with debug asserts off when building a dynamic/shared library.
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
* Update wxcharts.json
Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com>
* [wtl] Fix internal include path
* more double quotes
* change to version
* version
* typo
* version
* Add license
* version
* Apply suggestion
* version
* [wxwidgets] Fix find dependency pcre2
* version
* Use pcre2.pc
* version
* Fix double quotes
* version
* Use PC_PCRE2_LINK_LIBRARIES instead of target name to fix wx-config content
* version
* Set wxUSE_SECRETSTORE to FALSE to avoid introduce system pcre in wx-config
* version
* Add wolfSSL port
* Add wolfMQTT
* Add wolfTPM
* Update ci.baseline.txt for wolfSSL, wolfMQTT, wolfTPM
* curl: Add wolfSSL feature
* wolfSSL: Always build out of tree and enable DES3
* wolfssl: support !uwp and use PORT variable for copyright install
* curl: use `VCPKG_TARGET_IS_WINDOWS` instead of triplet and `MATCHES`
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
* curl[wolfssl]: add DES_ECB and add patch to resolve ntlm includes
* Fix version database.
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
* [wxwidgets] update to 3.1.6
* Revise nanosvg
* Add feature control and dependencies for sound
* Add descripton for feature sound
* Update versions
* Update ports/wxwidgets/vcpkg.json
Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com>
* Fix spacing and version
* Remove cmake push/pop
* Bump version
* Undo change in wrapper
* bump version
* restore newline
* bump version
Co-authored-by: Kai Pastor <dg0yt@darc.de>
Co-authored-by: Billy Robert O'Neal <bion@microsoft.com>
Co-authored-by: LilyWangLL <94091114+LilyWangLL@users.noreply.github.com>
* [osx] set CMAKE_SYSTEM_PROCESSOR from VCPKG_TARGET_ARCHITECTURE on osx
* [linux] Set CMAKE_ASM_COMPILER and CMAKE_ASM-ATT_COMPILER in case of crosscompile
* [wavpack] migrate to vcpkg_cmake_install
* [wavpack] enable arm builds
* [wavpack] Add license field to vcpkg.json
* [OSX] don't default to 86_64
* [wxwidgets] Fix linux build
* clean up baseline
* version
* Fix --libs output
* version
* Use system pkg-config on linux (#6)
* Use system pkg-config for linux
* Update versions
* Revert baseline changes
* Add double quotes to paths
* version
* Fix incorrect double quotes place
* version
Co-authored-by: Kai Pastor <dg0yt@darc.de>
* Update folly
* Update wangle
* Update fizz
* Version
* Fix patch
* Fix patch
* version
* Fix error in rsocket
* Fix patch
* Fix patch
* version vor rsocket
* Update fbthrift
* fbthrift version
* Fix fbthrift
* Fix fbthreft version
* fbthrift: fix empty dir
* fbthrift: update version
* Update mvfst
* Update proxygen
* Update hashes
* update version
* remove unused patchfiles
* Fix deprecated cmake functions
* format and version
* version
* rsocket: fix version
* rsocket: update port version
* fix version
* fix version
* update version
* restore version
* update port version
* update version
* fix port version
* version
* remove v from version string
* version
* Add quotes
* version
* [wt] update to 4.6.1
Setting WTHTTP_CONFIGURATION and CONFIGURATION to empty string as well,
because these would otherwise be filled in with an absolute path.
Setting them to empty string ensures they won't be used.
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
* Bulk remove vcpkg_fail_port_install calls.
Interesting ones have been split out into separate reviews, where "interesting" means "anything more than just deleting the call to vcpkg_fail_port_install",
In support of https://github.com/microsoft/vcpkg/pull/21502
* Update version database.
* Revert google benchmark changes already submitted as https://github.com/microsoft/vcpkg/pull/22728
* Repair version database.
* Add 'WXWIDGETS_USE_STD_CONTAINERS' option to set 'wxUSE_STD_CONTAINERS' maco
* Use 'vcpkg_cmake_configure' instead of 'vcpkg_configure_cmake'
* Format and x-add-version
* Change 'vcpkg_install_cmake' to 'vcpkg_cmake_install'
* x-add-version again
I was sure I did that. I hate this thing.
* Removed 'vcpkg_fail_port_install' in favor of `"supports": "!uwp"` in 'vcpkg.json'
* x-add-version wxwidgets --overwrite-version
Dafuq? I ran this command before comitting and you, vcpkg, did nothing and now there are changes? Ugh.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>