cppwinrt/strings
David Machaj 2aed347fb7
GitHub Actions workflow cannot build arm32 after updating Windows SDK (#1454)
arm32 is not supported anymore by Windows. There has not been a native arm32 OS since before Win11. The wow32 backcompat on arm64 devices to run arm32 programs was removed with Win11 24H2. Most notably, the ability to build arm32 with newer SDKs and toolsets has seemingly been removed. This is now breaking the CI build.

The easiest fix is to simply remove arm32 support.
2024-11-18 16:52:31 -08:00
..
base_abi.h
base_activation.h GitHub Actions workflow cannot build arm32 after updating Windows SDK (#1454) 2024-11-18 16:52:31 -08:00
base_agile_ref.h Remove dead code related to Windows 7 support (#1390) 2024-02-08 12:46:38 -06:00
base_array.h
base_chrono.h
base_collections.h
base_collections_base.h Silence clang-tidy warnings (#1438) 2024-10-02 15:15:26 -07:00
base_collections_input_iterable.h
base_collections_input_map.h
base_collections_input_map_view.h
base_collections_input_vector.h
base_collections_input_vector_view.h
base_collections_map.h
base_collections_vector.h Silence clang-tidy warnings (#1438) 2024-10-02 15:15:26 -07:00
base_com_ptr.h
base_composable.h
base_coroutine_foundation.h
base_coroutine_system.h
base_coroutine_system_winui.h
base_coroutine_threadpool.h
base_coroutine_ui_core.h
base_deferral.h
base_delegate.h Allow delegates to be created with weak reference + lambda (#1372) 2023-11-25 23:18:59 -08:00
base_error.h try_as casts should not store COM error context; consume method cast checking should use return codes directly (#1450) 2024-11-15 11:27:27 -08:00
base_events.h
base_extern.h try_as casts should not store COM error context; consume method cast checking should use return codes directly (#1450) 2024-11-15 11:27:27 -08:00
base_fast_forward.h
base_foundation.h
base_handle.h
base_identity.h
base_implements.h try_as casts should not store COM error context; consume method cast checking should use return codes directly (#1450) 2024-11-15 11:27:27 -08:00
base_includes.h Add missing `<exception>` to `base_includes.h` (#1427) 2024-07-31 10:54:05 -05:00
base_iterator.h
base_lock.h
base_macros.h WINRT_SOURCE_LOCATION has ODR checks that prevent mixing cpp17 and cpp20 static libraries (#1444) 2024-11-04 14:53:42 -08:00
base_marshaler.h
base_meta.h WINRT_SOURCE_LOCATION has ODR checks that prevent mixing cpp17 and cpp20 static libraries (#1444) 2024-11-04 14:53:42 -08:00
base_natvis.h
base_reference_produce.h
base_reference_produce_1.h
base_security.h
base_std_hash.h
base_string.h Remove double forward (#1387) 2024-01-22 11:47:43 -08:00
base_string_input.h
base_string_operators.h
base_stringable_format.h
base_stringable_format_1.h
base_stringable_streams.h
base_stringable_to_hstring.h
base_types.h
base_version.h
base_version_odr.h
base_weak_ref.h
base_windows.h try_as casts should not store COM error context; consume method cast checking should use return codes directly (#1450) 2024-11-15 11:27:27 -08:00
base_xaml_component_connector.h
base_xaml_component_connector_winui.h
base_xaml_typename.h