summaryrefslogtreecommitdiff
path: root/include/__locale
AgeCommit message (Expand)Author
2017-11-23Allow to set locale on Windows.Martin Storsjo
2017-08-03Fix libcxx build with glibc 2.26+ by removing xlocale.h include.Eric Fiselier
2017-05-31Fix Libc++ build with MinGW64Eric Fiselier
2017-05-08Refactor <locale> RAII guards to aid upcoming Windows locale changes.Eric Fiselier
2017-05-04Add markup for libc++ dylib availabilityMehdi Amini
2017-04-13[libcxx] Direct support for FuchsiaPetr Hosek
2017-03-02[libc++] Make _LIBCPP_TYPE_VIS export membersShoaib Meenai
2017-01-04[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier
2017-01-03clean up use of _WIN32Saleem Abdulrasool
2016-09-15[libc++] Fix and document visibility attributes for Clang, GCC and Windows.Eric Fiselier
2016-08-27Add attribute noreturn to functions that throwAditya Kumar
2016-08-25Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...Marshall Clow
2015-11-24Use libcxx's default rune table with the Musl C library.Vasileios Kalintiris
2015-11-09Add initial support for the MUSL C library.Vasileios Kalintiris
2015-03-11Fix ctype_byname<wchar_t>::do_is() mask checking.... againJonathan Roelofs
2015-03-11Move Android to the builtin rune table.Dan Albert
2015-02-25libc++: support newlib's ctypeJF Bastien
2015-01-23Get libc++ building on Sun Solaris. Patch from C Bergstrom.Eric Fiselier
2015-01-11Change a couple more template parameter names from 'T' to '_Tp', etc. Thanks ...Marshall Clow
2014-12-12Include newlib-specific locales in __localeSergey Dmitrouk
2014-11-25Fixes to get libc++ building on sun solaris. Patch from C Bergstrom.Eric Fiselier
2014-07-31Make Android's ctype_base::mask unsigned.Dan Albert
2014-07-23Fix ctype_base::xdigit for Android.Dan Albert
2014-07-10Add support for BIONIC C library (Android). Patch from Dan AlbertMarshall Clow
2014-03-11Fix misguided #elif - it checked the value of _AIX instead of defined(_AIX). ...Marshall Clow
2013-11-19Patch by Bruce Mitchener. Change all references to EMSCRIPTEN to __EMSCRIPTEN...Marshall Clow
2013-10-21Patch by GM: Making implicit conversion to bool explicit in <ios> and <__locale>Marshall Clow
2013-09-17G M: Restore the ability for libcxx to compile again on mingw 64.Howard Hinnant
2013-08-30Xing Xue: Fix type-o. Thanks to C. Bergström for spotting it.Howard Hinnant
2013-08-29Xing Xue: Some minor changes for IBM XLC++/AIX.Howard Hinnant
2013-08-23Debug mode for string. This commit also marks the first time libc++ debug-mo...Howard Hinnant
2013-08-14Xing Xue: port to IBM XLC++/AIX.Howard Hinnant
2013-08-12Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant
2013-08-01Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which isHoward Hinnant
2013-05-17Add NetBSD support.Joerg Sonnenberger
2013-03-29Bruce Mitchener, Jr.: Port to emscripten. Fixes http://llvm.org/bugs/show_bu...Howard Hinnant
2013-03-18Removed raw references to __sun__, __FreeBSD__, __GLIBC__ and __linux__; now ...Marshall Clow
2013-03-18Removed raw references to __APPLE__; now just check to see if it is defined.Marshall Clow
2013-03-18Removed raw references to _WIN32; now just check to see if it is defined.Marshall Clow
2013-03-06No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2012-11-06Provide a way to disable use of extern templates in libc++. This is intended...Howard Hinnant
2012-09-14Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant
2012-07-26locale::id really needs to be constructed at compile time.Howard Hinnant
2012-02-29Solaris port. Currently sees around 200 test failures, mostly related toDavid Chisnall
2011-12-01Quash a whole bunch of warningsHoward Hinnant
2011-11-29Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant
2011-10-17Windows support by Ruben Van Boxem.Howard Hinnant
2011-10-11Starting on musl port by Arvid PiccianiHoward Hinnant
2011-09-29Windows port work by Ruben Van BoxemHoward Hinnant
2011-09-29Windows patch work by Ruben Van BoxemHoward Hinnant