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
/
test
/
support
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make to_chars/from_chars work back to C++11. This means that we can use them ...
Marshall Clow
2019-03-20
1
-6
/
+7
*
Remove unused try catch blocks from old debug tests
Eric Fiselier
2019-03-19
1
-26
/
+14
*
Fix test failures after debug mode changes
Eric Fiselier
2019-03-18
1
-3
/
+3
*
Remove exception throwing debug mode handler support.
Eric Fiselier
2019-03-18
2
-307
/
+595
*
Support tests in freestanding
JF Bastien
2019-02-04
10
-10
/
+30
*
[libc++] Fix Windows build error in <functional>
Thomas Anderson
2019-01-29
1
-0
/
+1
*
[test] Define _LIBCPP_AVAILABILITY_THROW_BAD_ANY_CAST in msvc_stdlib_force_in...
Casey Carter
2019-01-23
1
-3
/
+7
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
53
-212
/
+159
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Attempt to make test_macros.h even more minimal
Eric Fiselier
2019-01-16
1
-1
/
+12
*
Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier
2019-01-16
1
-1
/
+5
*
Implement feature test macros using a script.
Eric Fiselier
2019-01-16
1
-0
/
+1
*
Add large file support to create_file for 32-bit.
Dan Albert
2019-01-15
1
-5
/
+41
*
[test] Fix logic error in <compare> tests; enable for MSVC Dev16
Casey Carter
2019-01-15
1
-1
/
+2
*
Generalize the comparison test structure to support cross-type comparisons. N...
Marshall Clow
2019-01-15
1
-36
/
+36
*
[libcxx] Use custom allocator's `construct` in C++03 when available.
Volodymyr Sapsai
2018-12-19
1
-0
/
+54
*
Fix FP comparisons when SSE isn't available
Eric Fiselier
2018-12-17
1
-0
/
+23
*
[test] [support] Use socket()+bind() to create unix sockets portably
Michal Gorny
2018-12-16
1
-2
/
+8
*
[test] Permit NetBSD in filesystem_dynamic_test_helper.py
Michal Gorny
2018-12-11
1
-1
/
+2
*
[pair] Mark constructors as conditionally noexcept
Louis Dionne
2018-12-11
2
-43
/
+52
*
Revert "[pair] Mark constructors as conditionally noexcept"
Louis Dionne
2018-12-11
2
-52
/
+43
*
[pair] Mark constructors as conditionally noexcept
Louis Dionne
2018-12-11
2
-43
/
+52
*
Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF...
Eric Fiselier
2018-11-28
1
-5
/
+1
*
Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.
Eric Fiselier
2018-11-28
1
-1
/
+5
*
Fix missing includes in test header
Eric Fiselier
2018-11-21
1
-5
/
+6
*
[NFC][libcxx] Fix incorrect comments
Louis Dionne
2018-11-19
1
-3
/
+3
*
[libcxx] Add availability markup for bad_optional_access, bad_variant_access ...
Louis Dionne
2018-11-19
1
-0
/
+3
*
Get tests compiling with -Wunused-local-typedef
Eric Fiselier
2018-11-15
2
-3
/
+0
*
[libcxx] [test] Strip trailing whitespace. NFC.
Stephan T. Lavavej
2018-11-14
1
-2
/
+2
*
Fix test assumption that Linux implies glibc.
Dan Albert
2018-11-01
1
-3
/
+9
*
[libcxx] Fix usage of _C2, which is a "nasty macro" in some environments
Louis Dionne
2018-11-01
1
-0
/
+3
*
Fix use of libc++ specific macro in support/test_macros.h
Eric Fiselier
2018-10-24
1
-3
/
+4
*
Add test macros for always_inline and noinline
Eric Fiselier
2018-10-10
1
-0
/
+10
*
Selectively import timespec_get into namespace std, since some C libraries do...
Marshall Clow
2018-08-15
1
-0
/
+7
*
For FreeBSD, don't define _M in nasty_macros.hpp
Dimitry Andric
2018-08-15
1
-0
/
+4
*
[libc++] Fix incorrect definition of TEST_HAS_C11_FEATURES
Louis Dionne
2018-08-14
1
-1
/
+1
*
Make my new test harness work w/c++03
Marshall Clow
2018-08-03
1
-2
/
+2
*
[libc++] Fix build failures after merging <charconv>
Zhihao Yuan
2018-08-01
1
-1
/
+1
*
[libc++][C++17] Elementary string conversions for integral types
Zhihao Yuan
2018-08-01
1
-0
/
+232
*
First half of C++17's splicing maps and sets
Erik Pilkington
2018-08-01
1
-2
/
+2
*
Introduce a new test macro TEST_HAS_C11_FEATURES which is set when the underl...
Marshall Clow
2018-07-31
1
-10
/
+37
*
Implement <filesystem>
Eric Fiselier
2018-07-27
1
-10
/
+5
*
Fix missing includes in format_string.hpp helper
Eric Fiselier
2018-07-25
1
-4
/
+5
*
New test support for comparisons. Reviewed as https://reviews.llvm.org/D49773
Marshall Clow
2018-07-25
1
-0
/
+175
*
Stop wrapping __has_include in another macro
Alexander Richardson
2018-07-24
1
-5
/
+3
*
Fix use of C++14 syntax in C++11 filesystem tests.
Eric Fiselier
2018-07-23
1
-3
/
+5
*
Implement filesystem_error::what() and improve reporting.
Eric Fiselier
2018-07-23
2
-11
/
+134
*
Implement a better copy_file.
Eric Fiselier
2018-07-22
2
-14
/
+18
*
[libc++] Implement Directory Entry Caching -- Sort of.
Eric Fiselier
2018-07-20
2
-2
/
+77
*
[libcxx] [test] Update msvc_stdlib_force_include.hpp.
Stephan T. Lavavej
2018-06-14
1
-11
/
+0
[next]