Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-25Merging r195136:Bill Wendling
2013-11-07More duplicate code removal in <locale>. Hoist common parsing code into two t...Marshall Clow
2013-11-05Refactor floating point code for num_get::do_get into a template. No function...Marshall Clow
2013-10-13Patch from GM to make more implicit bools explicit since we can't stop MSVC w...Marshall Clow
2013-10-05G M: Changes all references to "x inline" to "inline x" where x = _libcpp_alw...Howard Hinnant
2013-09-17G M: Restore the ability for libcxx to compile again on mingw 64.Howard Hinnant
2013-08-28LWG issues 2174/5/6 - mark wstring_convert::converted as noexcept, and make (...Marshall Clow
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-07-02Matthew Dempsky: In libc++'s <locale>, there's already dependence on an snpr...Howard Hinnant
2013-05-18Add NetBSD support.Joerg Sonnenberger
2013-04-16Numeric parsing was getting the wrong answer when faced with very long inputs...Howard Hinnant
2013-04-13Set failbit when strtold sets errno to ERANGE when parsing floating point val...Howard Hinnant
2013-03-29Bruce Mitchener, Jr.: Port to emscripten. Fixes http://llvm.org/bugs/show_bu...Howard Hinnant
2013-03-22Fix buffer read overflow in money_get::do_get(). Found by UBSanMarshall Clow
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-08Parsing floating point numbers with very long precision was broken, and this ...Howard Hinnant
2013-03-07No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant
2013-01-22Saleem Abdulrasool: If errno is defined as volatile int, the qualifier differ...Howard Hinnant
2012-12-31Don't mark variadic functions as always inline -- they cannot in fact beChandler Carruth
2012-12-13Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....Howard Hinnant
2012-11-15Restrict optimized __pad_and_output implementation detail to desired releases.Howard Hinnant
2012-11-07Dimitry Andric: Silence some warnings in <locale>.Howard Hinnant
2012-11-07Provide a way to disable use of extern templates in libc++. This is intended...Howard Hinnant
2012-09-19Overloaded __pad_and_output on ostreambuf_iterator and in this overload call ...Howard Hinnant
2012-07-12Fixed a bug in wstring_convert concerning zero-length inputs. Thanks to Jona...Howard Hinnant
2012-03-10Fix moneypunct_byname algorithm to more accurately represent C locales in C++.Jeffrey Yasskin
2012-03-08Change some smart_ptr == 0 to smart_ptr == nullptr. Fixes http://llvm.org/bu...Howard Hinnant
2012-02-29Don't define __locale_raii if we are not going to be using it.David Chisnall
2012-02-15Do not parse sign if a sign is not the next legal character when parsing floa...Howard Hinnant
2011-12-02Quash a whole bunch of warningsHoward Hinnant
2011-11-29Add protection from min/max macrosHoward Hinnant
2011-10-18Windows support by Ruben Van Boxem.Howard Hinnant
2011-10-11Starting on musl port by Arvid PiccianiHoward Hinnant
2011-09-30Windows port work by Ruben Van BoxemHoward Hinnant
2011-09-29Attempted locale refactoring. _LIBCPP_LOCALE__L_EXTENSIONS now should be def...Howard Hinnant
2011-09-29Work on Windows port by Ruben Van BoxemHoward Hinnant
2011-09-29Attempt to enable locale simplification. On which platforms can we now #defi...Howard Hinnant
2011-09-23Work on Windows port by Ruben Van BoxemHoward Hinnant
2011-09-22Partial Windows port by Ruben Van BoxemHoward Hinnant
2011-09-21Fixes for FreeBSD, including some fairly obvious copy-and-paste errors.David Chisnall
2011-07-15Revert locale for apple back to original design, getting rid of now useless h...Howard Hinnant
2011-07-15_LIBCXX_STABLE_APPLE_ABI -> _LIBCPP_STABLE_APPLE_ABIHoward Hinnant
2011-07-15Reapply 135035 with proper conditional inclusion, hopefully solvingAlexis Hunt
2011-07-13Reverted to 134947. Once I got into it, I discovered there were too many pro...Howard Hinnant
2011-07-13Implement the __nolocale functions properly so that they will work onAlexis Hunt