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
*
Define _LIBCPP_HAS_TIMESPEC_GET for FreeBSD when appropriate
Dimitry Andric
2020-01-30
1
-0
/
+4
*
Add test for spaceship operator to __config
David Zarzycki
2020-01-24
1
-3
/
+2
*
[libcxx] Use C11 thread API on Fuchsia
Petr Hosek
2020-01-14
1
-2
/
+5
*
Revert "[libc++] Explicitly enumerate std::string external instantiations."
Oliver Stannard
2020-01-13
1
-4
/
+0
*
[libc++] Explicitly enumerate std::string external instantiations.
Eric Fiselier
2020-01-09
1
-0
/
+4
*
[libcxx] fix incorrect attribute property
Kazuaki Ishizaki
2020-01-08
1
-1
/
+1
*
[libc++] Update feature list for NetBSD
Michał Górny
2019-12-20
1
-2
/
+1
*
[libc++] Ensure __config always defines certain configuration macros.
Eric Fiselier
2019-12-13
1
-0
/
+12
*
Fix _LIBCPP_HAS_ definitions for Android.
Dan Albert
2019-11-18
1
-0
/
+15
*
[libc++] Fixed copy/copy_n/copy_backward for compilers that do not support is...
Louis Dionne
2019-11-07
1
-0
/
+8
*
Refine check for `_LIBCPP_C_HAS_NO_GETS` on FreeBSD
Dimitry Andric
2019-10-19
1
-1
/
+3
*
P1152R4: Fix deprecation warnings in libc++ testsuite and in uses of is_invoc...
Richard Smith
2019-10-19
1
-0
/
+14
*
Revert "Revert "Implement std::condition_variable via pthread_cond_clockwait(...
Dan Albert
2019-09-18
1
-0
/
+10
*
Revert "Implement std::condition_variable via pthread_cond_clockwait() where ...
Dan Albert
2019-09-16
1
-6
/
+0
*
Open fstream files in O_CLOEXEC mode when possible.
Dan Albert
2019-09-16
1
-0
/
+11
*
Implement std::condition_variable via pthread_cond_clockwait() where available
Dan Albert
2019-09-16
1
-0
/
+6
*
Remove ::gets for FreeBSD 13 and later
Dimitry Andric
2019-09-07
1
-0
/
+7
*
[libc++] Use __extension__ in a portable manner
Louis Dionne
2019-09-04
1
-0
/
+8
*
[libc++] Enable <chrono> ""d and ""y literals for AppleClang 10 and up
Louis Dionne
2019-08-14
1
-3
/
+4
*
[libc++] Do not define _LIBCPP_CLANG_VER for non-LLVM Clang
Louis Dionne
2019-08-14
1
-6
/
+2
*
Revert "Suppress -Wctad-maybe-unsupported on types w/o deduction guides."
Eric Fiselier
2019-08-04
1
-9
/
+0
*
Suppress -Wctad-maybe-unsupported on types w/o deduction guides.
Eric Fiselier
2019-08-03
1
-0
/
+9
*
libcxx: Define __STDCPP_THREADS__ to 1, not to __cplusplus.
Nico Weber
2019-07-30
1
-0
/
+8
*
[NFC][libcxx] Add comments about making mutex/condition_variable trivial on A...
Louis Dionne
2019-07-25
1
-3
/
+13
*
Bump the trunk version to 10.0.0svn
Hans Wennborg
2019-07-18
1
-1
/
+1
*
Make ~mutex and ~condition_variable trivial on Windows.
Eric Fiselier
2019-07-07
1
-2
/
+11
*
Fix PR27658 - Make ~mutex trivial when possible.
Eric Fiselier
2019-07-07
1
-0
/
+8
*
[libc++] Update availability markup for Filesystem on Apple platforms
Louis Dionne
2019-07-03
1
-8
/
+8
*
Revert "Change the ABI version and ABI namespace to be `_LIBCPP_VERSION`"
Eric Fiselier
2019-06-26
1
-12
/
+5
*
Change the ABI version and ABI namespace to be `_LIBCPP_VERSION`
Eric Fiselier
2019-06-25
1
-5
/
+12
*
Remove even more dead code.
Eric Fiselier
2019-06-21
1
-2
/
+0
*
Assume __is_final, __is_base_of, and friends.
Eric Fiselier
2019-06-21
1
-36
/
+1
*
Remove dead config now that C++03 requires Clang.
Eric Fiselier
2019-06-21
1
-16
/
+0
*
Remove GCC C++03 fallbacks for decltype and static_assert.
Eric Fiselier
2019-06-18
1
-26
/
+2
*
Make GCC in C++03 Unsupported
Eric Fiselier
2019-06-13
1
-0
/
+4
*
Apply [[nodebug]] to typedefs throughout the STL.
Eric Fiselier
2019-06-12
1
-2
/
+11
*
Substantially reduce instantiations and debug size of std::function
Eric Fiselier
2019-06-08
1
-0
/
+6
*
Rework std::type_info definition to support systems without fully
Eric Fiselier
2019-05-29
1
-4
/
+10
*
[WebAssembly] WASI support for libcxx
Dan Gohman
2019-05-01
1
-3
/
+4
*
Remove libc++ checks and workarounds for unsupported old versions of GCC (<4.9).
Richard Smith
2019-04-25
1
-33
/
+5
*
Set _LIBCPP_DLL_VIS on _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS in MinGW mode
Martin Storsjo
2019-04-25
1
-2
/
+7
*
Add std::is_constant_evaluated.
Eric Fiselier
2019-04-24
1
-0
/
+4
*
[libc++] Use the no_destroy attribute to avoid destroying debug DB statics
Louis Dionne
2019-04-17
1
-0
/
+6
*
Fix PR#35967: '<regex> syntax_option_type is not a proper bitmask' Sadly, thi...
Marshall Clow
2019-03-28
1
-0
/
+2
*
[libc++] Mark <filesystem> as unavailable on Apple platforms using pragmas
Louis Dionne
2019-03-20
1
-1
/
+14
*
[NFC] Fix a couple of typos in libc++'s __config
Louis Dionne
2019-03-20
1
-4
/
+4
*
[libc++] Mark <filesystem> tests as failing when the dylib doesn't support fi...
Louis Dionne
2019-03-20
1
-0
/
+6
*
Remove exception throwing debug mode handler support.
Eric Fiselier
2019-03-18
1
-16
/
+0
*
[libc++] Enable deprecation warnings by default
Louis Dionne
2019-03-12
1
-2
/
+4
*
Reinstate libc++ patches now that the lldb formatter has been updated.
Davide Italiano
2019-03-05
1
-2
/
+15
[next]