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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[libcxx] Omit unneeded locale fallbacks on Android 21+
Shoaib Meenai
2019-11-25
1
-0
/
+2
*
[libcxx] Add Sergej Jaskiewicz to CREDITS.txt
Sergej Jaskiewicz
2019-11-21
1
-0
/
+4
*
[libc++] Separate -include and path to the site config file
Louis Dionne
2019-11-18
1
-1
/
+1
*
Fix _LIBCPP_HAS_ definitions for Android.
Dan Albert
2019-11-18
8
-11
/
+37
*
Update the docs for building libc++.
Dan Albert
2019-11-18
1
-25
/
+29
*
Rename __is_foo_iterator traits to reflect their Cpp17 nature.
Eric Fiselier
2019-11-18
13
-196
/
+200
*
[libc++] Add _ITER_CONCEPT and _ITER_TRAITS implementations from C++20
Eric Fiselier
2019-11-16
4
-1
/
+183
*
[libc++] Add C++20 contiguous_iterator_tag.
Eric Fiselier
2019-11-16
3
-1
/
+48
*
[libc++] Rename __to_raw_pointer to __to_address.
Eric Fiselier
2019-11-16
7
-100
/
+111
*
[libc++] [chrono] Fix year_month_weekday::ok() implementation.
Marek Kurdej
2019-11-15
2
-5
/
+31
*
[libcxx] use __builtin_isnan in std::isnan.
Ilya Tokar
2019-11-15
1
-0
/
+4
*
[libc++] [P0920] [P1661] Update status page.
Marek Kurdej
2019-11-15
1
-2
/
+2
*
[libc++][P1872] span should have size_type, not index_type.
Louis Dionne
2019-11-14
13
-53
/
+53
*
[libc++] [P1612] Add missing feature-test macro __cpp_lib_endian.
Louis Dionne
2019-11-14
6
-2
/
+52
*
libc++ status page: Fix HTML.
Marek Kurdej
2019-11-13
1
-1
/
+1
*
[libcxx testing] Fix -Wtautological-overlap-compare bug
David Zarzycki
2019-11-13
1
-3
/
+3
*
[libc++][P0980] Marked member functions move/copy/assign of char_traits const...
Michael Park
2019-11-11
16
-56
/
+297
*
change LLVM_VERSION_SUFFIX default from svn to git
Nick Desaulniers
2019-11-11
1
-1
/
+1
*
[libc++] Mark __call_once_proxy as hidden and internal
Louis Dionne
2019-11-11
1
-1
/
+1
*
libc++ status page: New papers and issues adopted in Belfast
marshall
2019-11-11
1
-1
/
+62
*
[libc++] Validate the entire regex is consumed
Mark de Wever
2019-11-09
2
-11
/
+23
*
[libc++] Fix potential OOB in poisson_distribution
Louis Dionne
2019-11-07
3
-22
/
+98
*
[libc++] Fixed copy/copy_n/copy_backward for compilers that do not support is...
Louis Dionne
2019-11-07
5
-7
/
+15
*
[libc++] Fix some constexpr tests broken by D68837
Louis Dionne
2019-11-07
4
-4
/
+4
*
[libcxx] Make generate_feature_test_macro_components script compatible with P...
Louis Dionne
2019-11-06
1
-86
/
+88
*
[libc++][P0202] Marked algorithms copy/copy_n/copy_if/copy_backward constexpr
Louis Dionne
2019-11-06
9
-214
/
+233
*
Optimize std::midpoint for integers
Jorg Brown
2019-11-04
1
-10
/
+7
*
build: avoid custom handling for C++ standard
Saleem Abdulrasol
2019-11-02
1
-14
/
+11
*
[libcxx] Disable -Wconstant-evaluated for testsuite
Dávid Bolvanský
2019-11-01
1
-0
/
+1
*
[libc++] Add test and remove workaround for PR13592
Louis Dionne
2019-10-30
2
-5
/
+10
*
[libc++] Force the ABI namespace to be a reserved identifier
Louis Dionne
2019-10-29
1
-1
/
+1
*
PR43764: Qualify a couple of calls to forward_as_tuple to be ADL-resilient.
David Blaikie
2019-10-28
2
-11
/
+29
*
[NFC] Comment endif to test commit access
--global
2019-10-28
1
-1
/
+1
*
Add all the issues to be voted upon in Belfast
marshall
2019-10-26
1
-41
/
+56
*
[libcxx] [test] Run `chmod +x` on executables when testing via SSH
Louis Dionne
2019-10-25
1
-4
/
+16
*
[www] Change URLs to HTTPS.
Stephan T. Lavavej
2019-10-24
1
-1
/
+1
*
[libcxx][NFC] Strip trailing whitespace, fix typo.
Stephan T. Lavavej
2019-10-23
20
-37
/
+37
*
[NFC] Strip trailing whitespace from libc++
Louis Dionne
2019-10-23
98
-252
/
+252
*
[libc++][NFC] Remove excess trailing newlines from most files
Casey Carter
2019-10-23
50
-54
/
+0
*
[libcxx][test][NFC] Fix comment typos.
Stephan T. Lavavej
2019-10-22
23
-29
/
+29
*
[NFC] Strip trailing whitespace in test to test Github committing
Louis Dionne
2019-10-22
1
-1
/
+1
*
[libcxx] Remove shared_ptr::make_shared
Zoe Carver
2019-10-22
1
-24
/
+21
*
[NFC] Fix typos in CMake comment
Louis Dionne
2019-10-21
1
-2
/
+2
*
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
3
-0
/
+23
*
[libc++][test] Use <version> to get config on MSVC
Casey Carter
2019-10-15
3
-6
/
+6
*
[libc++][test] Portability fix for std::any tests
Casey Carter
2019-10-14
1
-2
/
+2
*
[libc++][test] Add license headers to test/support/archetypes.*
Casey Carter
2019-10-14
2
-0
/
+15
*
[libc++][test] Silence more warnings in variant tests
Casey Carter
2019-10-14
4
-4
/
+4
*
[libc++][test] std::variant test cleanup
Casey Carter
2019-10-13
6
-5
/
+7
[prev]
[next]