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
/
__config
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make the presence of stdin and stdout optional.
Ed Schouten
2015-03-26
1
-0
/
+7
*
Define a new macro: _LIBCPP_HAS_NO_VARIABLE_TEMPLATES and use it. No function...
Marshall Clow
2015-03-17
1
-0
/
+8
*
Also enable the default rune table on CloudABI.
Ed Schouten
2015-03-12
1
-1
/
+1
*
Add option to disable access to the global filesystem namespace.
Ed Schouten
2015-03-12
1
-0
/
+8
*
Disable cat*() on CloudABI. Also make tiny cleanups.
Ed Schouten
2015-03-11
1
-0
/
+5
*
Move Android to the builtin rune table.
Dan Albert
2015-03-11
1
-0
/
+4
*
Enable _LIBCPP_LOCALE__L_EXTENSIONS on CloudABI.
Ed Schouten
2015-03-10
1
-1
/
+2
*
Add support for arc4random() to random_device.
Ed Schouten
2015-03-10
1
-2
/
+12
*
Fix unused private field warning in stdexcept after r207695.
Dimitry Andric
2015-02-05
1
-0
/
+6
*
[libcxx] Set _LIBCPP_ELAST for mingw.
Dan Albert
2015-01-06
1
-16
/
+0
*
Improve error message when _LIBCPP_HAS_NO_MONOTONIC_CLOCK is used improperly
Eric Fiselier
2014-12-06
1
-0
/
+5
*
libc++: add NaCl and PNaCl support for std::random_device
JF Bastien
2014-12-01
1
-0
/
+7
*
Fixes to get libc++ building on sun solaris. Patch from C Bergstrom.
Eric Fiselier
2014-11-25
1
-0
/
+2
*
[libcxx] use clang's __char16_t and __char32_t definitions on Linux in C++03 ...
Eric Fiselier
2014-10-27
1
-4
/
+0
*
Define ELAST in libcxx's config header on FreeBSD
Viktor Kutuzov
2014-09-04
1
-0
/
+1
*
Detection for _LIBCPP_HAS_NO_MONOTONIC_CLOCK caused several more build breakages
Jonathan Roelofs
2014-09-03
1
-6
/
+0
*
Allow libc++ to be built with GCC 5.0 compiler
Alexey Volkov
2014-09-03
1
-2
/
+2
*
Fix yet another aspect of the build breakage caused by r216949
Jonathan Roelofs
2014-09-03
1
-0
/
+4
*
Fix build breakage introduced in r216949
Jonathan Roelofs
2014-09-02
1
-2
/
+2
*
Silence _LIBCPP_ELAST porting warning on __APPLE__
Jonathan Roelofs
2014-09-02
1
-0
/
+2
*
Don't #define _LIBCPP_HAS_NO_MONOTONIC_CLOCK on __APPLE__
Jonathan Roelofs
2014-09-02
1
-2
/
+3
*
Partially address a FIXME in steady_clock::now()
Jonathan Roelofs
2014-09-02
1
-0
/
+5
*
Newlib names ELAST differently than linux
Jonathan Roelofs
2014-09-02
1
-0
/
+11
*
Revert "Turn off extern templates for most uses."
Justin Bogner
2014-08-15
1
-1
/
+1
*
Change _LIBCXX_CONSTEXPR_AFTER_CXX11 to check for c++14 constexpr rules
Eric Fiselier
2014-07-17
1
-2
/
+14
*
Add support for BIONIC C library (Android). Patch from Dan Albert
Marshall Clow
2014-07-10
1
-0
/
+2
*
Patch from Albert J. Wong to make type_traits take advantage of gcc intrinsic...
Marshall Clow
2014-06-26
1
-1
/
+10
*
Since we now have a value for __cplusplus for c++14, teach libc++ about it
Marshall Clow
2014-06-06
1
-1
/
+3
*
Use __builtin_operator_new/__builtin_operator_delete when available. This
Richard Smith
2014-06-04
1
-0
/
+8
*
Make locales (and transitively, std::endl) work reliably with gcc.
Nico Weber
2014-06-04
1
-0
/
+7
*
Add Address Sanitizer support to std::vector
Marshall Clow
2014-05-08
1
-0
/
+5
*
Define a new macro in libc++ named '_LIBCPP_HAS_NO_ASAN'. When this is defined,
Marshall Clow
2014-04-14
1
-0
/
+12
*
Use defined(__APPLE__) rather than __APPLE__
Tim Northover
2014-03-30
1
-2
/
+3
*
ARM64: compare RTTI names as strings
Tim Northover
2014-03-30
1
-0
/
+4
*
ARM64: use the alternate string layout on Apple platforms.
Tim Northover
2014-03-30
1
-0
/
+4
*
[libc++] Teach is_integral, is_[un]signed and make_[un]signed about __[u]int1...
Stephan Tolksdorf
2014-03-26
1
-0
/
+4
*
Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__ ...
Marshall Clow
2014-02-22
1
-1
/
+1
*
Revert "Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_...
Juergen Ributzka
2014-02-21
1
-1
/
+1
*
Fix historical #ifdef. Use __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__ ...
Marshall Clow
2014-02-21
1
-1
/
+1
*
This solves warning C4005: '_NOEXCEPT' : macro redefinition when compiling
Yaron Keren
2014-02-13
1
-1
/
+1
*
Removed extra trailing underscore in #ifdef (__GNUC___ --> __GNUC__ )
Marshall Clow
2014-01-06
1
-1
/
+1
*
Patch by Howard. First part of fix for PR18218; add type traits needed to do ...
Marshall Clow
2014-01-03
1
-0
/
+5
*
Empty line between two unrelated #ifdefs.
Yaron Keren
2013-12-20
1
-0
/
+1
*
GCC does not support strong enum in pre-C++0x mode.
Logan Chien
2013-12-14
1
-0
/
+1
*
Give all members of exception types default visibility. Lack of this is caus...
Howard Hinnant
2013-12-04
1
-1
/
+1
*
Remove _LIBCPP_TRIVIAL_PAIR_COPY_CTOR=0 for __APPLE__, no longer needed.
Howard Hinnant
2013-11-27
1
-6
/
+0
*
Compiling libcxx with gcc 4.6.4 (MingW) produces these errors:
Yaron Keren
2013-11-22
1
-2
/
+5
*
Patch by Xing Xue to improve libc++ support for AIX
Marshall Clow
2013-11-19
1
-2
/
+1
*
This is a followup to r194536, which changed the pair copy constructor to be
Howard Hinnant
2013-11-14
1
-0
/
+10
*
This fixes a very subtle ABI problem concerning the copy constructor of
Howard Hinnant
2013-11-13
1
-1
/
+1
[next]