summaryrefslogtreecommitdiff
path: root/libcxx/include/locale
Commit message (Expand)AuthorAgeFilesLines
* [libc++] Make bsd_locale_fallbacks.h modular and move it into __locale/locale...Nikolas Klauser2023-04-211-2/+2
* [libc++] Add hide_from_abi check for classesNikolas Klauser2023-04-161-18/+18
* [libc++] Granularize system_error.Mark de Wever2023-04-091-0/+1
* [libc++] Granularize <type_traits> includesNikolas Klauser2023-03-081-0/+1
* [libc++][NFC] Rename _LIBCPP_EXPLICIT_AFTER_CXX11 to _LIBCPP_EXPLICIT_SINCE_C...Nikolas Klauser2023-02-051-3/+3
* [libc++] Remove HIDE_FROM_ABI from virtual functionsLouis Dionne2023-01-091-28/+20
* [libc++] Granularize <type_traits> includes in <iterator>Nikolas Klauser2022-12-271-0/+1
* [libc++] Add custom clang-tidy checksNikolas Klauser2022-12-231-64/+69
* [libc++][NFC] Add assertions before calling memmoveLouis Dionne2022-11-281-1/+2
* [libc++][clang-tidy] Enable readability-simplify-boolean-exprNikolas Klauser2022-11-241-2/+3
* [libc++][NFC] Add missing conditionals for the existence of wide charactersLouis Dionne2022-11-211-0/+4
* [libc++] Split __allocator_destructor out of shared_ptr.hNikolas Klauser2022-11-051-0/+3
* [libc++] Granularize <concept> includesNikolas Klauser2022-11-051-0/+1
* [SystemZ][z/OS][libcxx]: fix the mask in stage2_float_loop functionNancy Wang2022-10-181-3/+3
* [libc++] Replace some _LIBCPP_HIDDEN with _LIBCPP_HIDE_FROM_ABIDavid Tenty2022-10-121-8/+8
* [libc++][locale] Removes an transitive include.Mark de Wever2022-09-071-1/+1
* [libc++] Avoid instantiating type_trait classesNikolas Klauser2022-09-061-6/+6
* [libc++] Granularize the rest of memoryNikolas Klauser2022-09-051-1/+2
* [NFC][libc++] Moves transitive includes location.Mark de Wever2022-09-031-4/+4
* Revert "[libc++] Granularize the rest of memory"Vitaly Buka2022-09-021-2/+1
* [libc++] Granularize the rest of memoryNikolas Klauser2022-09-021-1/+2
* [libc++] Reduces the number of transitive includes.Mark de Wever2022-08-311-1/+1
* [libc++][NFC] Enable modernize-use-overrideNikolas Klauser2022-08-251-43/+30
* [libc++] Implement P0618R0 (Deprecating <codecvt>)Nikolas Klauser2022-06-301-2/+19
* [libc++] Re-add transitive includes that had been removed since LLVM 14Louis Dionne2022-06-271-0/+4
* [libc++] Add a test to pin down the set of transitive public includesLouis Dionne2022-06-231-3/+1
* [libc++] Removes unneeded <iterator> includes.Mark de Wever2022-06-151-1/+0
* [libc++] Granularize <iterator> includesNikolas Klauser2022-06-101-1/+5
* [libc++] Granularize __stringNikolas Klauser2022-06-091-0/+1
* [libc++] Towards a simpler extern template story in libc++Louis Dionne2022-06-081-36/+36
* [libc++] Make the Debug mode a configuration-time only optionLouis Dionne2022-06-071-1/+1
* [libc++] Minor emscripten changes from downstreamSam Clegg2022-05-281-1/+1
* [libcxx] Reject month 0 in get_date/__get_monthDavid Spickett2022-05-061-1/+1
* [libc++] Ensure that all public C++ headers include <__assert>Louis Dionne2022-03-301-1/+1
* [libc++] Enable modernize-loop-convertNikolas Klauser2022-03-181-2/+2
* [libc++] Move everything related solely to _LIBCPP_ASSERT to its own fileLouis Dionne2022-02-161-0/+1
* [libc++] Granularize algorithm includesNikolas Klauser2022-02-161-1/+5
* [libc++] Guard warning pragmasNikolas Klauser2022-02-151-6/+8
* [libc++] Normalize all our '#pragma GCC system_header', and regression-test.Arthur O'Dwyer2022-02-041-1/+1
* [libc++] Use reserved identifier for template parameterAlex Brachet2022-01-181-3/+3
* [runtimes][NFC] Remove filenames at the top of the license noticeLouis Dionne2021-11-171-1/+1
* [libc++] Fix segmentation fault in __do_put_integralMarcoFalke2021-11-101-1/+1
* [libc++] Enable -Wformat-nonliteral when building libc++Louis Dionne2021-11-091-2/+7
* [libcxx][NFC] tidy up money_get::__do_get's sign parsingDaniel McIntosh2021-11-041-43/+23
* [libc++] Refactor num_put::do_put to reduce duplicationLouis Dionne2021-11-011-117/+46
* [libc++] Add an option to disable wide character support in libc++Louis Dionne2021-10-121-3/+37
* [libc++] Remove support for CloudABI, which has been abandonedLouis Dionne2021-08-241-1/+1
* [libc++] money_get::do_get() set failbit and eofbit if iterator begin equals endJason Liu2021-07-281-0/+4
* [libcxx] Remove VLA from libcxx locale headerDaniel McIntosh2021-06-081-16/+16
* [libcxx][NFC] Tidy up calculation of __nbuf in num_put::do_put, and add commentsDaniel McIntosh2021-06-021-16/+22