summaryrefslogtreecommitdiffstats
path: root/libcxx/include/locale
Commit message (Expand)AuthorAgeFilesLines
* [NFC][libcxx] Remove trailing whitespaceLouis Dionne2019-05-291-3/+3
* [libc++] Unconditionally enable the __pad_and_output optimizationLouis Dionne2019-04-181-6/+0
* add a test and a couple minor bug fixes for the implicit-signed-integer-trunc...Marshall Clow2019-02-011-1/+1
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libcxx] Mark do_open, do_get and do_close parameters unused when catopen is ...Petr Hosek2019-01-131-0/+6
* Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308Marshall Clow2018-12-111-0/+1
* [libcxx] Make sure we can build with -fvisibility=hidden on LinuxLouis Dionne2018-11-211-2/+2
* [libc++] Make sure we can build libc++ with -fvisibility=hiddenLouis Dionne2018-10-251-0/+17
* [libc++] Take 2: Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-111-88/+88
* Revert "[libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISI...Louis Dionne2018-07-051-88/+88
* [libc++] Replace uses of _LIBCPP_ALWAYS_INLINE by _LIBCPP_INLINE_VISIBILITYLouis Dionne2018-07-051-88/+88
* Fix PR36914 - num_get::get(unsigned) incorrectly handles negative numbers.Eric Fiselier2018-03-291-7/+8
* Make pbump (internally) handle sizes bigger than MAX_INT. Fixes PR#33725 - th...Marshall Clow2017-09-121-1/+1
* [locale] Avoid copy of __atoms when char_type is charAditya Kumar2017-06-141-6/+66
* Add some const_casts in places where we were implicitly casting away constnes...Marshall Clow2017-06-141-2/+3
* Fix Libc++ build with MinGW64Eric Fiselier2017-05-311-8/+1
* [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier2017-05-311-6/+10
* Refactor <locale> RAII guards to aid upcoming Windows locale changes.Eric Fiselier2017-05-081-3/+0
* Fix DLL import for __time_get_c_storage member functions.Eric Fiselier2017-05-081-0/+16
* Ensure showbase does not overflow do_put buffersDimitry Andric2017-05-061-0/+4
* Fix new warnings emitted by GCC 7Eric Fiselier2017-05-051-1/+1
* Cleanup usages of _LIBCPP_HAS_NO_<c++11-feature> in <bitset>, <ios>, <locale>...Eric Fiselier2017-04-191-3/+3
* [libc++] Explicitly mark specializations as dllexportShoaib Meenai2017-04-031-4/+4
* [libc++] Make _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS export membersShoaib Meenai2017-03-021-3/+6
* [libc++] Mark some std::num_get method templates inlineShoaib Meenai2017-03-021-3/+3
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-16/+16
* [libc++] Make __num_get_float hiddenShoaib Meenai2016-12-241-0/+1
* Fix unused parameters and variablesEric Fiselier2016-12-231-1/+2
* [libc++] Fix and document visibility attributes for Clang, GCC and Windows.Eric Fiselier2016-09-151-36/+36
* Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow2016-08-251-6/+6
* Fix PR28079 - std::wstring_convert move constructor broken.Eric Fiselier2016-06-261-1/+1
* Implement LWG issue 1169. num_get not fully compatible with strto*Eric Fiselier2016-06-191-3/+28
* Fix PR21428 for long. Buffer was one byte too small in octal formatting case....Eric Fiselier2016-04-291-1/+1
* Reorganize _LIBCPP_LOCALE__L_EXTENSIONSBen Craig2016-03-091-260/+21
* Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov2015-11-071-3/+6
* Remove a switch statement, and replace with a bunch of ifs to silence a warni...Marshall Clow2015-08-271-11/+2
* [libcxx] Disable -Wnon-virtual-dtor warning in <locale>Eric Fiselier2015-08-181-0/+3
* Cleanup: prefer _LIBCPP_GET_C_LOCALE over __cloc().Ed Schouten2015-07-061-19/+17
* Add support for kfreebsd. Thanks to Jan HenkeSylvestre Ledru2015-03-191-1/+1
* Disable cat*() on CloudABI. Also make tiny cleanups.Ed Schouten2015-03-111-11/+12
* Also use LC_C_LOCALE on CloudABI.Ed Schouten2015-03-101-1/+1
* Fix PR21428. Buffer was one byte too small in octal formatting case. Add testMarshall Clow2015-01-261-1/+1
* [libcxx] Fix use of operator comma where the types can be user definedEric Fiselier2014-10-271-5/+5
* PR #21321 talked about implementation-defined behavior of realloc. I poo-pooh...Marshall Clow2014-10-271-0/+2
* Support newlib as libc++'s C library [locale part]Jonathan Roelofs2014-09-191-4/+10
* Change Windows decoration on some base classesSaleem Abdulrasool2014-07-161-2/+2
* Add support for BIONIC C library (Android). Patch from Dan AlbertMarshall Clow2014-07-101-7/+7
* Fix bug 19740; round-tripping a pointer through a stream doesn't workMarshall Clow2014-05-211-3/+3
* Fix typosAlp Toker2014-05-151-3/+3
* Avoid signed vs unsigned compare warnings. From Dimitry Andric.Joerg Sonnenberger2014-02-071-4/+4
OpenPOWER on IntegriCloud