| Age | Commit message (Collapse) | Author |
|
wxUSE_STL defaults to OFF so that is how it is in Linux
distribution packages. Downstream projects developed with
wxUSE_STL=ON are not necessarily compatible with wxUSE_STL=OFF
without modification. So, by default, go with wxWidgets' default
for compatibility with downstream codebases. vcpkg users who need
wxUSE_STL=ON can still do so by simply opting into the new 'stl'
feature of this port.
https://forums.wxwidgets.org/viewtopic.php?p=165208
Signed-off-by: Be <be@mixxx.org>
|
|
* [wxwidgets] Merge fix-patch from upstream
Upstream fix: https://github.com/wxWidgets/wxWidgets/commit/94b399418cf37df6934ae3defbec8626af2cd965
* [wxwidgets] Merge fix-patch from upstream
Upstream fix: https://github.com/wxWidgets/wxWidgets/commit/94b399418cf37df6934ae3defbec8626af2cd965
|
|
* [vcpkg baseline][wxwidgets] Fix build error
* [mlpack] Fix configure error (upstream bug)
* [vcpkg baseline] [embree2/embree3] Set cmake policy
* Remove control file
* Update baseline version
* [mlpack] Re-write the dependency
* [mlpack] Remove dependency boost-test since only feature test need it, add more boost dependencies.
* [mlpack] Add dependency boost-heap
* [mlpack] Fix uwp build
* update version record
* [mlpack] Revert uwp fix
* update version record
* [mlpack] Remove dependency boost-test
* update version record
* update baseline
* [clamav] Update hash
* update version record
Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
|
|
* [wxWidgets] update to 3.1.5
* update version
|
|
* [wxwidgets] Fix cmake wrapper
* update version record
* Update versions/w-/wxwidgets.json
* Update ports/wxwidgets/vcpkg-cmake-wrapper.cmake
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
* Update versions/w-/wxwidgets.json
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
|
|
* [wxwidgets] Fix include path in UNIX
* update version record
|
|
Fixed issue when necessary header file was not installed that leaded to this error:
`\vcpkg\installed\x64-windows-static\include\wx\platform.h(160,10): fatal error C1083: Cannot open include file: 'wx/setup.h': No such file or directory`
Also fixed string replace enumeration to include only *.h files because otherwise for some reason *.cur file was messed up.
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
|
|
* [wxwidgets] Fix #4756
* [wxwidgets] Avoid replacing FindwxWidgets from CMake
* [wxwidgets] Provide usage information
* [gppanel] Use built-in CMake module
* [wxchartdir] Use built-in CMake module
* [wxwidgets] Fixup for applocal-ing
* [wxwidgets] Fix osx builds
* Update port_versions
* [gppanel][wxchartdir][wxwidgets] Change versioning schemas
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
|