-
Notifications
You must be signed in to change notification settings - Fork 11.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[libc++] basic_ios<wchar_t> cannot store fill character WCHAR_MAX #89305
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7bd12fb - Browse repository at this point
Copy the full SHA 7bd12fbView commit details -
Changes for cases where wint_t and wchar_t have the same width. The c…
…hanges are compatible with the current IBM provided libc++.
Configuration menu - View commit details
-
Copy full SHA for ecbcaa8 - Browse repository at this point
Copy the full SHA ecbcaa8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a54d54a - Browse repository at this point
Copy the full SHA a54d54aView commit details -
-define and use macros _LIBCXX_IOS_MAY_USE_OPTIONAL_FILL and _LIBCXX_IOS_FORCE_OPTIONAL_FILL.
Configuration menu - View commit details
-
Copy full SHA for 8fa650a - Browse repository at this point
Copy the full SHA 8fa650aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c033ea9 - Browse repository at this point
Copy the full SHA c033ea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5288cb3 - Browse repository at this point
Copy the full SHA 5288cb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00f4cd2 - Browse repository at this point
Copy the full SHA 00f4cd2View commit details
Commits on Jun 5, 2024
-
- expect the test case to pass except windows in abi version 1.
Configuration menu - View commit details
-
Copy full SHA for e71aafc - Browse repository at this point
Copy the full SHA e71aafcView commit details
Commits on Jun 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b2ba84c - Browse repository at this point
Copy the full SHA b2ba84cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33e58ed - Browse repository at this point
Copy the full SHA 33e58edView commit details
Commits on Jun 11, 2024
-
- add note that the change only affect ABI version 2 - remove "undefining _LIBCXX_IOS_USE_FILL_HELPER to keep the ABI verson 1 behavior" - add init() functions for class _FillHelper and _SentinelValueFill
Configuration menu - View commit details
-
Copy full SHA for 933f888 - Browse repository at this point
Copy the full SHA 933f888View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ef7b82 - Browse repository at this point
Copy the full SHA 7ef7b82View commit details
Commits on Jun 14, 2024
-
- Use traits_type instead of _Traits to be consistent.
Configuration menu - View commit details
-
Copy full SHA for 9c493f3 - Browse repository at this point
Copy the full SHA 9c493f3View commit details
Commits on Jul 4, 2024
-
Update libcxx/include/__configuration/abi.h
Co-authored-by: Louis Dionne <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a9280c0 - Browse repository at this point
Copy the full SHA a9280c0View commit details -
Update libcxx/include/__configuration/abi.h
Co-authored-by: Louis Dionne <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 68edd80 - Browse repository at this point
Copy the full SHA 68edd80View commit details -
Update libcxx/include/__configuration/abi.h
Co-authored-by: Louis Dionne <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c0f97c3 - Browse repository at this point
Copy the full SHA c0f97c3View commit details -
Co-authored-by: Louis Dionne <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49f202f - Browse repository at this point
Copy the full SHA 49f202fView commit details -
- set cmake variable LIBCXX_ABI_DEFINES with the ABI macro for AIX and zOS 64-bit - remove the note for this change from the release note. - rename function name __fill() to __get() - remove REQUIRES from the test case.
Configuration menu - View commit details
-
Copy full SHA for 29a4635 - Browse repository at this point
Copy the full SHA 29a4635View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88fc9eb - Browse repository at this point
Copy the full SHA 88fc9ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 446f895 - Browse repository at this point
Copy the full SHA 446f895View commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9ea946e - Browse repository at this point
Copy the full SHA 9ea946eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf8e923 - Browse repository at this point
Copy the full SHA bf8e923View commit details
Commits on Jul 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab1cbf7 - Browse repository at this point
Copy the full SHA ab1cbf7View commit details -
Update libcxx/test/std/input.output/iostream.format/std.manip/setfill…
…_wchar_max.pass.cpp Co-authored-by: David Tenty <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5338b67 - Browse repository at this point
Copy the full SHA 5338b67View commit details