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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Debug mode for string. This commit also marks the first time libc++ debug-mo...
Howard Hinnant
2013-08-23
1
-41
/
+65
*
Glen: replace obsolete _LIBCPP_CANTTHROW with _NOEXCEPT.
Howard Hinnant
2013-08-22
1
-5
/
+5
*
LWG 2145 - mark constructor for std::error_category as inline and constexpr. ...
Marshall Clow
2013-08-21
1
-0
/
+1
*
Xing Xue: port to IBM XLC++/AIX.
Howard Hinnant
2013-08-14
2
-2
/
+4
*
Fix signed/unsigned warnings when building libc++ in C++14 mode
Marshall Clow
2013-08-14
1
-3
/
+3
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-8
/
+8
*
Ok, 3 major changes for debug mode in one commit:
Howard Hinnant
2013-08-02
1
-1
/
+1
*
Nico Rieck: Currently _MSC_VER and _WIN32 are used to guard code which is
Howard Hinnant
2013-08-01
2
-25
/
+25
*
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
3
-0
/
+13
*
War on tabs.
Howard Hinnant
2013-07-08
1
-3
/
+3
*
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
*
Windows support in thread::hardware_concurrency.
Howard Hinnant
2013-07-02
1
-0
/
+7
*
Matthew Dempsky: POSIX defines that the _POSIX_C_SOURCE macros are to be set ...
Howard Hinnant
2013-06-30
1
-3
/
+3
*
Matthew Dempsky: Same as stdexcept.cpp in libc++abi: we've already computed '...
Howard Hinnant
2013-06-29
1
-1
/
+1
*
Add NetBSD support.
Joerg Sonnenberger
2013-05-17
1
-9
/
+30
*
Create a weak pthread_create reference on NetBSD to not force a
Joerg Sonnenberger
2013-05-17
1
-0
/
+4
*
Glen: This patch gets the string conversion functions working on Windows. I...
Howard Hinnant
2013-05-16
3
-511
/
+367
*
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
*
Use static_cast.
Joerg Sonnenberger
2013-04-27
1
-5
/
+8
*
Use reinterpret_casts directly in place of C-style casts.
Joerg Sonnenberger
2013-04-27
1
-4
/
+4
*
Only use Clang pragma when compiling with clang.
Joerg Sonnenberger
2013-04-27
1
-0
/
+2
*
Fix typos.
Joerg Sonnenberger
2013-04-26
1
-2
/
+2
*
Fix bug in __libcpp_db::__iterator_copy. Add debug test for swaping lists.
Howard Hinnant
2013-04-05
1
-3
/
+2
*
Reference: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-2013032...
Howard Hinnant
2013-04-02
1
-26
/
+99
*
Reference: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-2013032...
Howard Hinnant
2013-04-02
1
-0
/
+2
*
Reference: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-2013032...
Howard Hinnant
2013-04-02
1
-5
/
+14
*
Bruce Mitchener, Jr.: Port to emscripten. Fixes http://llvm.org/bugs/show_bu...
Howard Hinnant
2013-03-29
3
-10
/
+34
*
Fix a few warnings/errors for compiling with -fno-exceptions.
Howard Hinnant
2013-03-28
5
-2
/
+23
*
Marshall Clow found this memory problem in strstream using -fsanitize=address...
Howard Hinnant
2013-03-19
1
-0
/
+2
*
This is an optimization which produces improved launching time. There should...
Howard Hinnant
2013-03-19
1
-6
/
+8
*
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
5
-8
/
+8
*
Removed raw references to _WIN32; now just check to see if it is defined.
Marshall Clow
2013-03-18
3
-10
/
+10
*
This should be nothing but a load-time optimization. I'm trying to reduce lo...
Howard Hinnant
2013-03-16
1
-1
/
+9
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-2
/
+2
*
Belt and suspenders when calling sysconf
Marshall Clow
2013-02-07
1
-1
/
+3
*
Another libc++ warning suppression on Linux; no functionality change
Marshall Clow
2013-02-07
1
-1
/
+1
*
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: If errno is defined as volatile int, the qualifier differ...
Howard Hinnant
2013-01-22
1
-16
/
+16
*
Saleem Abdulrasool: __terminate_handler and __unexpected_handler are defined ...
Howard Hinnant
2013-01-22
1
-1
/
+1
*
Fix a race in the construction of future. This fixes http://llvm.org/bugs/sh...
Howard Hinnant
2013-01-14
1
-1
/
+1
*
Fix string conversions functions to throw out_of_range properly. Fixes http:...
Howard Hinnant
2013-01-14
1
-58
/
+66
*
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
2
-2
/
+35
[prev]
[next]