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
*
[libc++] Fix recursive instantiation in std::array.
Eric Fiselier
2020-06-26
1
-1
/
+1
*
Bump version to 10.0.1
Tom Stellard
2020-04-13
1
-1
/
+1
*
ReleaseNotes: remove in-progress warnings, tidy up a bit
Hans Wennborg
2020-02-28
1
-21
/
+3
*
[libc++] Fix ABI break in __bit_reference.
Eric Fiselier
2020-02-20
2
-0
/
+72
*
[libcxx] Support Python 3.8 in the test suite
Sergej Jaskiewicz
2020-02-19
1
-2
/
+12
*
Drop git version suffix
Aaron Puchert
2020-02-17
1
-1
/
+1
*
[libcxx] Add release notes for the 10.x branch for things I've done
Martin Storsjö
2020-02-05
1
-0
/
+5
*
[libcxx] [Windows] Store the lconv struct returned from localeconv in locale_t
Martin Storsjö
2020-02-04
2
-7
/
+74
*
Revert "[libcxx] Force-cache LIBCXX_CXX_ABI_LIBRARY_PATH"
Sergej Jaskiewicz
2020-01-31
1
-1
/
+1
*
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 mtx_plain | mtx_recursive following C11 API
Petr Hosek
2020-01-17
1
-1
/
+1
*
[libcxx] Use C11 thread API on Fuchsia
Petr Hosek
2020-01-14
2
-21
/
+225
*
[libcxx] [Windows] Make a more proper implementation of strftime_l for mingw ...
Martin Storsjö
2020-01-14
2
-1
/
+10
*
[libcxx] [test] Add casts to avoid signed/unsigned mismatch warnings on MSVC++
Billy Robert O'Neal III
2020-01-14
3
-3
/
+3
*
Revert "[libc++] Explicitly enumerate std::string external instantiations."
Oliver Stannard
2020-01-13
4
-62
/
+4
*
[libcxx] Force-cache LIBCXX_CXX_ABI_LIBRARY_PATH
Sergej Jaskiewicz
2020-01-10
1
-1
/
+1
*
[libc++] Explicitly enumerate std::string external instantiations.
Eric Fiselier
2020-01-09
4
-4
/
+62
*
[libcxx] [test] Disable refwrap/weak_result.pass.cpp in C++20 mode (broken by...
Billy Robert O'Neal III
2020-01-08
1
-0
/
+2
*
[libcxx][test] Fix span tests.
Stephan T. Lavavej
2020-01-08
6
-38
/
+19
*
[libcxx] fix incorrect attribute property
Kazuaki Ishizaki
2020-01-08
1
-1
/
+1
*
[libc++] Add additional benchmark functions to libcxx/benchmarks/string.bench
Eric Fiselier
2020-01-07
1
-0
/
+127
*
[libcxx] Fix a typo in config.py
Sergej Jaskiewicz
2019-12-26
1
-1
/
+1
*
[libc++] Fix typo in std::midpoint
Ruslan Baratov
2019-12-21
1
-1
/
+1
*
[libc++] Update feature list for NetBSD
Michał Górny
2019-12-20
2
-3
/
+2
*
[libcxx] Fix include paths in fuzzing/partial_sort.pass.cpp
Mikhail Maltsev
2019-12-17
1
-2
/
+2
*
[libc++] Add __default_init_tag to basic_string constructors
Eric Fiselier
2019-12-16
1
-14
/
+20
*
[libc++] Rework compressed pair constructors.
Eric Fiselier
2019-12-16
12
-113
/
+76
*
Add default initialization to compressed_pair.
Eric Fiselier
2019-12-16
2
-0
/
+58
*
[libcxx] [test] Include missing headers. (NFC)
Stephan T. Lavavej
2019-12-13
10
-0
/
+13
*
[libc++] Ensure __config always defines certain configuration macros.
Eric Fiselier
2019-12-13
2
-9
/
+12
*
[libcxx] [test] Fix valarray UB and MSVC warnings.
Stephan T. Lavavej
2019-12-12
10
-15
/
+28
*
[libc++] Mark all fuzzing tests as unsupported in C++03
Eric Fiselier
2019-12-12
17
-0
/
+33
*
[libc++] Cleanup and enable multiple warnings.
Eric Fiselier
2019-12-12
12
-27
/
+40
*
__bit_reference: fix -Wdeprecated-copy warnings
Fangrui Song
2019-12-12
1
-1
/
+7
*
[libc++] Tolerate NaN returning random distributions for now
Eric Fiselier
2019-12-12
1
-2
/
+8
*
[libc++] Add check to ensure oss-fuzz properly targets libc++.
Eric Fiselier
2019-12-12
1
-0
/
+4
*
Temporarily Revert "[libc++] Fix -Wdeprecated-copy warnings in __bit_reference"
Eric Christopher
2019-12-12
1
-3
/
+0
*
[libc++] Fix -Wdeprecated-copy warnings in __bit_reference
Eric Christopher
2019-12-11
1
-0
/
+3
*
[libc++] Require C++14 in all cases.
Eric Fiselier
2019-12-11
1
-13
/
+7
*
[libc++] Fix fuzzing tests with older GCC compilers.
Eric Fiselier
2019-12-11
1
-7
/
+17
*
[libc++] Fix fuzzing unit tests with exceptions disabled.
Eric Fiselier
2019-12-11
1
-0
/
+6
*
[libc++] Add fuzzing tests for parts of <random>.
Eric Fiselier
2019-12-11
38
-587
/
+547
*
[libc++] Hide some functions and types in <future> and <thread> as hidden
Louis Dionne
2019-12-10
2
-6
/
+7
*
[libcxx] Replace func_name with __name__ for compatibility with Python 3
Sergej Jaskiewicz
2019-12-11
1
-2
/
+2
*
[libcxx] [test] Query the target platform, not the host one
Louis Dionne
2019-12-10
4
-36
/
+91
*
[libcxx{,abi}] Don't link libpthread and libdl on Fuchsia
Petr Hosek
2019-12-06
1
-0
/
+5
*
[libcxx{,abi}] Emit deplibs only when detected by CMake
Michał Górny
2019-12-02
11
-11
/
+16
*
[libcxx] Add -Wno-deprecated-copy to the test config
David Zarzycki
2019-11-29
1
-0
/
+1
*
Optimize and fix basic_string move assignment operator. Reviewed as https://r...
marshall
2019-11-27
1
-4
/
+14
[next]