| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc++] Fix LLVM 22 TODOs (#153367) We've upgraded to LLVM 22 now, so we can remove a bunch of TODOs. | 8 个月前 | |
[libc++] Add availability markup for LLVM 19 and LLVM 20 (#140072) An LLVM 19-aligned libc++ was released with macOS 15.4 (and corresponding OSes), and LLVM-20 aligned with macOS 26.0. This patch adds availability markup to reflect that. | 8 个月前 | |
[libc++] Update our documentation on the supported compilers (#165684) | 8 个月前 | |
[libc++] Split macros related to hardening into their own header (#167069) Hardening macros are easy to extract into their own header, and doing so decreases the complexity of the main __config file. | 8 个月前 | |
[libc++][hardening] Allow setting the assertion semantic via CMake. (#167636) Add a new CMake variable, LIBCXX_ASSERTION_SEMANTIC, that largely mirrors LIBCXX_HARDENING_MODE, except that it also supports a special value hardening_dependent that indicates the semantic will be selected based on the hardening mode in effect: - fast and extensive map to quick_enforce; - debug maps to enforce. | 8 个月前 | |
[libc++] Split macros related to hardening into their own header (#167069) Hardening macros are easy to extract into their own header, and doing so decreases the complexity of the main __config file. | 8 个月前 | |
[libc++] Guard additional headers with _LIBCPP_HAS_LOCALIZATION (#131921) There were some remaining headers that were not guarded with _LIBCPP_HAS_LOCALIZATION, leading to errors when trying to use modules on platforms that don't support localization (since all the headers get pulled in when building the 'std' module). This patch brings these headers in line with what we do for every other header that depends on localization. This patch also requires including <picolibc.h> from <__configuration/platform.h> in order to define _NEWLIB_VERSION. In the long term, we should use a better approach for doing that, such as defining a macro in the __config_site header. | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 8 个月前 | ||
| 8 个月前 | ||
| 8 个月前 | ||
| 8 个月前 | ||
| 8 个月前 | ||
| 8 个月前 | ||
| 1 年前 |