index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
include
/
locale
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganize _LIBCPP_LOCALE__L_EXTENSIONS
Ben Craig
2016-03-09
1
-260
/
+21
*
Cleanup: move visibility/linkage attributes to the first declaration.
Evgeniy Stepanov
2015-11-07
1
-3
/
+6
*
Remove a switch statement, and replace with a bunch of ifs to silence a warni...
Marshall Clow
2015-08-27
1
-11
/
+2
*
[libcxx] Disable -Wnon-virtual-dtor warning in <locale>
Eric Fiselier
2015-08-18
1
-0
/
+3
*
Cleanup: prefer _LIBCPP_GET_C_LOCALE over __cloc().
Ed Schouten
2015-07-06
1
-19
/
+17
*
Add support for kfreebsd. Thanks to Jan Henke
Sylvestre Ledru
2015-03-19
1
-1
/
+1
*
Disable cat*() on CloudABI. Also make tiny cleanups.
Ed Schouten
2015-03-11
1
-11
/
+12
*
Also use LC_C_LOCALE on CloudABI.
Ed Schouten
2015-03-10
1
-1
/
+1
*
Fix PR21428. Buffer was one byte too small in octal formatting case. Add test
Marshall Clow
2015-01-26
1
-1
/
+1
*
[libcxx] Fix use of operator comma where the types can be user defined
Eric Fiselier
2014-10-27
1
-5
/
+5
*
PR #21321 talked about implementation-defined behavior of realloc. I poo-pooh...
Marshall Clow
2014-10-27
1
-0
/
+2
*
Support newlib as libc++'s C library [locale part]
Jonathan Roelofs
2014-09-19
1
-4
/
+10
*
Change Windows decoration on some base classes
Saleem Abdulrasool
2014-07-16
1
-2
/
+2
*
Add support for BIONIC C library (Android). Patch from Dan Albert
Marshall Clow
2014-07-10
1
-7
/
+7
*
Fix bug 19740; round-tripping a pointer through a stream doesn't work
Marshall Clow
2014-05-21
1
-3
/
+3
*
Fix typos
Alp Toker
2014-05-15
1
-3
/
+3
*
Avoid signed vs unsigned compare warnings. From Dimitry Andric.
Joerg Sonnenberger
2014-02-07
1
-4
/
+4
*
Patch by Bruce Mitchener. Change all references to EMSCRIPTEN to __EMSCRIPTEN...
Marshall Clow
2013-11-19
1
-1
/
+1
*
More duplicate code removal in <locale>. Hoist common parsing code into two t...
Marshall Clow
2013-11-07
1
-236
/
+54
*
Refactor floating point code for num_get::do_get into a template. No function...
Marshall Clow
2013-11-05
1
-89
/
+23
*
Patch from GM to make more implicit bools explicit since we can't stop MSVC w...
Marshall Clow
2013-10-13
1
-1
/
+1
*
G M: Changes all references to "x inline" to "inline x" where x = _libcpp_alw...
Howard Hinnant
2013-10-04
1
-11
/
+11
*
G M: Restore the ability for libcxx to compile again on mingw 64.
Howard Hinnant
2013-09-17
1
-1
/
+1
*
LWG issues 2174/5/6 - mark wstring_convert::converted as noexcept, and make (...
Marshall Clow
2013-08-27
1
-11
/
+16
*
Debug mode for string. This commit also marks the first time libc++ debug-mo...
Howard Hinnant
2013-08-23
1
-36
/
+41
*
Xing Xue: port to IBM XLC++/AIX.
Howard Hinnant
2013-08-14
1
-1
/
+1
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-58
/
+59
*
Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is
Howard Hinnant
2013-08-01
1
-3
/
+3
*
Matthew Dempsky: In libc++'s <locale>, there's already dependence on an snpr...
Howard Hinnant
2013-07-02
1
-24
/
+10
*
Add NetBSD support.
Joerg Sonnenberger
2013-05-17
1
-0
/
+2
*
Numeric parsing was getting the wrong answer when faced with very long inputs...
Howard Hinnant
2013-04-15
1
-16
/
+132
*
Set failbit when strtold sets errno to ERANGE when parsing floating point val...
Howard Hinnant
2013-04-13
1
-0
/
+7
*
Bruce Mitchener, Jr.: Port to emscripten. Fixes http://llvm.org/bugs/show_bu...
Howard Hinnant
2013-03-29
1
-1
/
+1
*
Fix buffer read overflow in money_get::do_get(). Found by UBSan
Marshall Clow
2013-03-22
1
-1
/
+1
*
Removed raw references to __sun__, __FreeBSD__, __GLIBC__ and __linux__; now ...
Marshall Clow
2013-03-18
1
-1
/
+1
*
Removed raw references to __APPLE__; now just check to see if it is defined.
Marshall Clow
2013-03-18
1
-3
/
+3
*
Removed raw references to _WIN32; now just check to see if it is defined.
Marshall Clow
2013-03-18
1
-4
/
+4
*
Parsing floating point numbers with very long precision was broken, and this ...
Howard Hinnant
2013-03-08
1
-7
/
+13
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-17
/
+17
*
Saleem Abdulrasool: If errno is defined as volatile int, the qualifier differ...
Howard Hinnant
2013-01-22
1
-4
/
+4
*
Don't mark variadic functions as always inline -- they cannot in fact be
Chandler Carruth
2012-12-31
1
-4
/
+4
*
Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....
Howard Hinnant
2012-12-12
1
-0
/
+4
*
Restrict optimized __pad_and_output implementation detail to desired releases.
Howard Hinnant
2012-11-14
1
-0
/
+10
*
Dimitry Andric: Silence some warnings in <locale>.
Howard Hinnant
2012-11-06
1
-3
/
+2
*
Provide a way to disable use of extern templates in libc++. This is intended...
Howard Hinnant
2012-11-06
1
-36
/
+36
*
Overloaded __pad_and_output on ostreambuf_iterator and in this overload call ...
Howard Hinnant
2012-09-19
1
-0
/
+46
*
Fixed a bug in wstring_convert concerning zero-length inputs. Thanks to Jona...
Howard Hinnant
2012-07-12
1
-2
/
+4
*
Fix moneypunct_byname algorithm to more accurately represent C locales in C++.
Jeffrey Yasskin
2012-03-10
1
-5
/
+30
*
Change some smart_ptr == 0 to smart_ptr == nullptr. Fixes http://llvm.org/bu...
Howard Hinnant
2012-03-07
1
-1
/
+1
*
Don't define __locale_raii if we are not going to be using it.
David Chisnall
2012-02-29
1
-0
/
+2
[next]