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
/
test_macros.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Update feature list for NetBSD
Michał Górny
2019-12-20
1
-1
/
+1
*
[libc++] Cleanup and enable multiple warnings.
Eric Fiselier
2019-12-12
1
-0
/
+6
*
Fix _LIBCPP_HAS_ definitions for Android.
Dan Albert
2019-11-18
1
-0
/
+13
*
[libc++][P0202] Marked algorithms copy/copy_n/copy_if/copy_backward constexpr
Louis Dionne
2019-11-06
1
-0
/
+6
*
[libc++][test] Use <version> to get config on MSVC
Casey Carter
2019-10-15
1
-1
/
+1
*
[libc++][test] <=> now has a feature-test macro
Casey Carter
2019-10-13
1
-3
/
+2
*
[WebAssembly] WASI support for libcxx
Dan Gohman
2019-05-01
1
-1
/
+1
*
Update more 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
*
[test] Fix logic error in <compare> tests; enable for MSVC Dev16
Casey Carter
2019-01-15
1
-1
/
+2
*
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 test assumption that Linux implies glibc.
Dan Albert
2018-11-01
1
-3
/
+9
*
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
*
[libc++] Fix incorrect definition of TEST_HAS_C11_FEATURES
Louis Dionne
2018-08-14
1
-1
/
+1
*
Introduce a new test macro TEST_HAS_C11_FEATURES which is set when the underl...
Marshall Clow
2018-07-31
1
-10
/
+37
*
Stop wrapping __has_include in another macro
Alexander Richardson
2018-07-24
1
-5
/
+3
*
Implement P0768r1: Library support for the Spaceship Operator.
Eric Fiselier
2018-04-06
1
-0
/
+5
*
Use DoNotOptimize to prevent new/delete elision.
Eric Fiselier
2018-03-22
1
-2
/
+12
*
Correct TEST_HAS_NO_ALIGNED_ALLOCATION macro definition
Eric Fiselier
2018-03-22
1
-2
/
+3
*
Fix PR22634 - std::allocator doesn't respect over-aligned types.
Eric Fiselier
2018-03-22
1
-0
/
+6
*
Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed ...
Billy Robert O'Neal III
2017-11-21
1
-0
/
+2
*
Add case for c++2a to libc++ and test macros
Marshall Clow
2017-07-17
1
-1
/
+4
*
[test] s/uexpectedly/unexpectedly/
Casey Carter
2017-05-30
1
-1
/
+1
*
Add <experimental/coroutine>
Eric Fiselier
2017-05-25
1
-0
/
+6
*
[test] support machinery changes for EDG & C1XX /Za
Casey Carter
2017-05-10
1
-3
/
+5
*
[test] Name the local variable in the C1XX implementation of DoNotOptmize
Casey Carter
2017-05-04
1
-1
/
+2
*
Add TEST_NOEXCEPT_FALSE to support D31738
Eric Fiselier
2017-04-13
1
-0
/
+2
*
Fix incorrectly qualified return type from unique_ptr::get_deleter().
Eric Fiselier
2017-04-12
1
-1
/
+1
*
Can't test for noexcept on C++03; std::hash<nullptr_t> isn't available until ...
Marshall Clow
2017-03-23
1
-0
/
+5
*
[libc++] Work around C1XX bug which breaks poisoned hash tests.
Eric Fiselier
2017-03-22
1
-0
/
+11
*
Fix DoNotOptimize on MSVC
Eric Fiselier
2017-03-11
1
-2
/
+4
*
Prevent UBSAN from generating unsigned overflow diagnostics in the hashing in...
Eric Fiselier
2017-02-08
1
-0
/
+12
*
Refactor unique_ptr/shared_ptr deleter test types into single header.
Eric Fiselier
2017-01-20
1
-1
/
+0
*
Use __is_identifier to detect Clang extensions instead of __has_extension.
Eric Fiselier
2017-01-14
1
-0
/
+10
*
Fix more uses of dynamic exception specifications in C++17
Eric Fiselier
2016-12-11
1
-4
/
+10
*
[libcxx] [test] Add LIBCPP_ASSERT_NOEXCEPT/LIBCPP_ASSERT_NOT_NOEXCEPT, remove...
Stephan T. Lavavej
2016-12-09
1
-6
/
+10
*
Unbreak C++03 build
Eric Fiselier
2016-10-12
1
-1
/
+1
*
Remove usages of _ALIGNAS_TYPE
Eric Fiselier
2016-10-12
1
-0
/
+6
*
Fix nasty_containers.hpp for other stdlibs
Eric Fiselier
2016-10-12
1
-0
/
+2
*
Fix various issues in std::any and the related tests.
Eric Fiselier
2016-10-07
1
-0
/
+2
*
[libcxx] [test] Guard __has_include usage with a macro
Eric Fiselier
2016-10-04
1
-1
/
+7
*
Replace test_throw.h header with a single test macro
Eric Fiselier
2016-10-01
1
-0
/
+11
*
Fix bad locale test data when using the newest glibc
Eric Fiselier
2016-09-04
1
-0
/
+7
*
[libcxx] Add std::any
Eric Fiselier
2016-08-11
1
-0
/
+7
*
Unbreak traits tests by handling differences between version macros in clang/...
Eric Fiselier
2016-07-20
1
-0
/
+8
[next]