wxwidgets/.github/workflows
Vadim Zeitlin 35c35c235e Remove wxUSE_STL which is not really used any longer
wxString is always based on std::[w]string since 2c0c727f49 (Remove wx
own wxStringImpl implementation, 2022-11-16) and all containers use
standard containers by default too now -- and there is a separate
wxUSE_STD_CONTAINERS for this anyhow.

The only remaining use of wxUSE_STL was as the default value for
wxUSE_STD_STRING_CONV_IN_WXSTRING option, but it's not really needed
for this neither, and this option can just be set to 0 by default.

Also add wxUSE_CHAR_CONV_IN_WXSTRING which can now be set to 0 too to
disable all unwanted implicit conversions (even "safe" ones, to wide
strings, in addition to the unsafe ones to narrow strings that could be
already disabled with wxUSE_UNSAFE_WXSTRING_CONV) to allow people who
don't want to have any implicit conversions at all to do it.

Keep --enable-stl configure option for compatibility, but warn if it is
used to tell people that it is not needed any longer.
2023-04-15 17:22:09 +02:00
..
ci.yml Remove wxUSE_STL which is not really used any longer 2023-04-15 17:22:09 +02:00
ci_cmake.yml CI: ignore CircleCI config files from all other CIs 2023-04-04 15:28:34 +02:00
ci_mac.yml Remove wxUSE_STL which is not really used any longer 2023-04-15 17:22:09 +02:00
ci_mac_xcode.yml CI: ignore CircleCI config files from all other CIs 2023-04-04 15:28:34 +02:00
ci_msw.yml Remove wxUSE_STL which is not really used any longer 2023-04-15 17:22:09 +02:00
ci_msw_cross.yml Remove wxUSE_STL which is not really used any longer 2023-04-15 17:22:09 +02:00
code_checks.yml Fix missing submodule in CI after Scintilla update 2023-02-15 00:20:20 +01:00
docs_update.yml Use v3 of checkout action in GitHub CI builds 2022-10-10 23:55:12 +02:00
make_release.yml Use v3 of checkout action in GitHub CI builds 2022-10-10 23:55:12 +02:00
no_response.yml And now fix the schedule specification too 2022-12-12 14:22:20 +01:00