[all-commits] [llvm/llvm-project] 084309: [libc++] Refactor the Windows and MinGW implementa...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Dec 16 14:46:27 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 084309a0ef781b45f5d124732ba20be89b61b6de
https://github.com/llvm/llvm-project/commit/084309a0ef781b45f5d124732ba20be89b61b6de
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2024-12-16 (Mon, 16 Dec 2024)
Changed paths:
M libcxx/docs/ReleaseNotes/20.rst
M libcxx/include/CMakeLists.txt
M libcxx/include/__locale_dir/locale_base_api.h
R libcxx/include/__locale_dir/locale_base_api/win32.h
M libcxx/include/__locale_dir/locale_guard.h
A libcxx/include/__locale_dir/support/windows.h
M libcxx/include/module.modulemap
M libcxx/src/support/win32/locale_win32.cpp
M libcxx/src/support/win32/support.cpp
Log Message:
-----------
[libc++] Refactor the Windows and MinGW implementation of the locale base API (#115752)
This patch reimplements the locale base support for Windows flavors in a
way that is more modules-friendly and without defining non-internal
names.
Since this changes the name of some types and entry points in the built
library, this is effectively an ABI break on Windows (which is
acceptable after checking with the Windows/libc++ maintainers).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list