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
/
src
/
locale.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Patch by Bruce Mitchener. Change all references to EMSCRIPTEN to __EMSCRIPTEN...
Marshall Clow
2013-11-19
1
-12
/
+12
*
Patch from GM: locale.cpp; make implicit conversions to bool explicit, fix so...
Marshall Clow
2013-10-21
1
-3
/
+21
*
G M: Restore the ability for libcxx to compile again on mingw 64.
Howard Hinnant
2013-09-17
1
-8
/
+8
*
Xing Xue: Some minor changes for IBM XLC++/AIX.
Howard Hinnant
2013-08-29
1
-0
/
+5
*
Turn off extern templates for most uses. It is causing more problems than it...
Howard Hinnant
2013-08-29
1
-0
/
+2
*
Xing Xue: port to IBM XLC++/AIX.
Howard Hinnant
2013-08-14
1
-0
/
+2
*
Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is
Howard Hinnant
2013-08-01
1
-22
/
+22
*
Glen: Minor tweaks to locale.cpp to help it compile with exceptions turned off.
Howard Hinnant
2013-07-28
1
-2
/
+3
*
Add some friendly messages to libcxx calls to abort().
Howard Hinnant
2013-07-23
1
-0
/
+2
*
Windows port for __codecvt_utf8<wchar_t>.
Howard Hinnant
2013-07-08
1
-0
/
+19
*
Don't free the C locale on NetBSD.
Joerg Sonnenberger
2013-07-02
1
-1
/
+1
*
Add NetBSD support.
Joerg Sonnenberger
2013-05-17
1
-9
/
+30
*
Don't try to free the C locale.
Joerg Sonnenberger
2013-05-09
1
-1
/
+1
*
Initialize codecvt explicitly with the C locale, which might not be 0.
Joerg Sonnenberger
2013-05-09
1
-1
/
+1
*
The push/pop variant of pragma GCC diagnostic is only supported by Clang
Joerg Sonnenberger
2013-05-02
1
-0
/
+4
*
Add explicit casts to unsigned char before calling ctype functions.
Joerg Sonnenberger
2013-05-02
1
-4
/
+4
*
Fix typos.
Joerg Sonnenberger
2013-04-26
1
-2
/
+2
*
Bruce Mitchener, Jr.: Port to emscripten. Fixes http://llvm.org/bugs/show_bu...
Howard Hinnant
2013-03-29
1
-8
/
+30
*
Fix a few warnings/errors for compiling with -fno-exceptions.
Howard Hinnant
2013-03-28
1
-0
/
+2
*
Removed raw references to _WIN32; now just check to see if it is defined.
Marshall Clow
2013-03-18
1
-8
/
+8
*
More libc++ warning suppression on Linux; no functionality change
Marshall Clow
2013-02-07
1
-2
/
+6
*
Clean up some warnings for Linux build; No functionality change
Marshall Clow
2013-02-07
1
-43
/
+50
*
Saleem Abdulrasool: GCC complains about the template functions as potentially...
Howard Hinnant
2012-12-28
1
-28
/
+5
*
Saleem Abdulrasool: cleanup a few more compile warnings emitted by GCC.
Howard Hinnant
2012-12-27
1
-0
/
+31
*
Saleem Abdulrasool: avoid hardcoding buffer lengths.
Howard Hinnant
2012-12-27
1
-43
/
+61
*
Saleem Abdulrasool: This just rounds up a few compile warnings emitted by GC...
Howard Hinnant
2012-12-27
1
-13
/
+12
*
Remove redundant inits. Patch by Eitan Adler.
Chad Rosier
2012-12-22
1
-3
/
+0
*
Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....
Howard Hinnant
2012-12-12
1
-0
/
+22
*
Andrew Morrow: The attached patch updates the initialization of the 'struct t...
Howard Hinnant
2012-08-02
1
-1
/
+1
*
Andrew Morrow: Among the various libc++ tests that currently don't pass on Li...
Howard Hinnant
2012-08-02
1
-22
/
+21
*
Fix moneypunct_byname algorithm to more accurately represent C locales in C++.
Jeffrey Yasskin
2012-03-10
1
-67
/
+235
*
Change some smart_ptr == 0 to smart_ptr == nullptr. Fixes http://llvm.org/bu...
Howard Hinnant
2012-03-07
1
-6
/
+6
*
Add a warning to ctype<char>::classic_table() if not implemented.
Howard Hinnant
2012-02-29
1
-0
/
+1
*
Solaris port. Currently sees around 200 test failures, mostly related to
David Chisnall
2012-02-29
1
-0
/
+11
*
Silence -Wmissing-field-initializers a little higher in the source.
Howard Hinnant
2012-02-20
1
-1
/
+2
*
Initialize all the fields of struct tm before passing it to strftime. One of ...
Howard Hinnant
2012-02-19
1
-2
/
+2
*
Fix up narrowing conversions in switch statement.
Howard Hinnant
2012-02-08
1
-4
/
+4
*
Quash a whole bunch of warnings
Howard Hinnant
2011-12-01
1
-119
/
+126
*
de-tabbify
Howard Hinnant
2011-10-17
1
-1
/
+1
*
Windows port work by Ruben Van Boxem
Howard Hinnant
2011-09-29
1
-1
/
+1
*
Windows patch work by Ruben Van Boxem
Howard Hinnant
2011-09-29
1
-43
/
+49
*
Attempted locale refactoring. _LIBCPP_LOCALE__L_EXTENSIONS now should be def...
Howard Hinnant
2011-09-28
1
-62
/
+47
*
Work on Windows port by Ruben Van Boxem
Howard Hinnant
2011-09-23
1
-0
/
+30
*
Fixes for FreeBSD, including some fairly obvious copy-and-paste errors.
David Chisnall
2011-09-21
1
-6
/
+8
*
Correct misspelling:_LIBCPP_APPLE_STABLE_ABI -> _LIBCPP_STABLE_APPLE_ABI
Howard Hinnant
2011-07-31
1
-3
/
+3
*
Reapply 135035 with proper conditional inclusion, hopefully solving
Alexis Hunt
2011-07-15
1
-124
/
+183
*
Reverted to 134947. Once I got into it, I discovered there were too many pro...
Howard Hinnant
2011-07-13
1
-43
/
+124
*
Implement the __nolocale functions properly so that they will work on
Alexis Hunt
2011-07-13
1
-124
/
+43
*
Toralf Niebuhr: This is just a tiny patch fixing some small (probably copy & ...
Howard Hinnant
2011-07-09
1
-3
/
+3
*
Don't assume that wctype produces a nice mask on all platforms. On
Alexis Hunt
2011-07-09
1
-0
/
+46
[prev]
[next]