aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/20_util/make_unsigned
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek6-6/+6
2024-01-03Update copyright years.Jakub Jelinek6-6/+6
2023-01-16Update copyright years.Jakub Jelinek6-6/+6
2022-10-10libstdc++: Revert addition of constraints to make_signed/make_unsignedJonathan Wakely2-2/+9
2022-10-10libstdc++: std::make_signed_t<cv bool> should be ill-formedJonathan Wakely1-14/+11
2022-10-03libstdc++: Make some tests work on freestanding [PR103626]Arsen Arsenović1-2/+2
2022-01-03Update copyright years.Jakub Jelinek6-6/+6
2021-10-09libstdc++: Remove unnecessary uses of _GLIBCXX_USE_WCHAR_T in testsuite [PR98...Jonathan Wakely3-6/+0
2021-10-09libstdc++: Replace uses of _GLIBCXX_USE_INT128 in testsuiteJonathan Wakely2-2/+2
2021-01-04Update copyright years.Jakub Jelinek6-6/+6
2020-01-01Update copyright years.Jakub Jelinek6-6/+6
2019-01-01Update copyright years.Jakub Jelinek6-6/+6
2018-07-04PR libstdc++/86398 fix std::is_trivially_constructible regressionJonathan Wakely1-2/+1
2018-07-02P0758R1 Implicit conversion traitsJonathan Wakely1-1/+1
2018-05-31PR libstdc++/85951 for make_signed/make_unsigned for character typesJonathan Wakely2-3/+16
2018-01-03Update copyright years.Jakub Jelinek6-6/+6
2017-11-23PR libstdc++/83134 Ensure std::__not_ converts B::value to boolJonathan Wakely1-1/+1
2017-09-18PR libstdc++/71187 reimplement declval without add_rvalue_referenceJonathan Wakely1-1/+1
2017-05-17Implement new C++ intrinsics __is_assignable and __is_constructible.Ville Voutilainen1-2/+2
2017-01-01Update copyright years.Jakub Jelinek6-6/+6
2016-11-13Improve various diagnostic issues.Jason Merrill1-1/+1
2016-08-30re PR libstdc++/77395 (std::is_constructible is false for type constructible ...Ville Voutilainen1-2/+2
2016-08-26Use effective-target instead of -std optionsJonathan Wakely6-17/+12
2016-08-03Remove deprecated has_trivial_xxx traitsJonathan Wakely1-2/+2
2016-08-01Remove linker options from compile-only testsJonathan Wakely1-1/+0
2016-07-31Add missing variable traits, fix testsuite failures.Ville Voutilainen1-2/+2
2016-07-31Check __STRICT_ANSI__ for 128-bit arithmetic typesJonathan Wakely2-0/+4
2016-01-04Update copyright years.Jakub Jelinek6-6/+6
2015-11-12Implement D0013R2, logical type traits.Ville Voutilainen1-2/+2
2015-11-03Make the default constructors of tuple and pair conditionally explicit.Ville Voutilainen1-2/+2
2015-06-05status_cxx2017.xml: Update status tables.Jonathan Wakely1-2/+2
2015-04-28re PR libstdc++/60333 (type_traits make_signed, make_unsigned missing support...Jonathan Wakely2-1/+68
2015-01-05Update copyright years.Jakub Jelinek5-5/+5
2014-11-11Make std::mem_fn work with varargs functions.Jonathan Wakely1-2/+2
2014-10-16libstdc++.exp: Prefer -std=gnu++11.Paolo Carlini2-2/+2
2014-10-15limits: Remove stray semicolon.Paolo Carlini1-1/+1
2014-10-15limits: Remove stray spaces after backslash.Paolo Carlini1-2/+2
2014-10-14typedefs.cc: Rename to alias_decl.cc.Paolo Carlini1-0/+0
2014-10-09re PR libstdc++/60132 (C++11: lack of is_trivially_copy_constructible)Ville Voutilainen1-2/+2
2014-10-02stl_function.h: Generic associative lookup feature is not supported.Edward Smith-Rowland1-2/+2
2014-10-01Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland1-2/+2
2014-06-23re PR libstdc++/61532 (make_signed and make_unsigned wchar_t have started fai...Jonathan Wakely2-2/+8
2014-05-21re PR libstdc++/61269 (<type_traits> includes <cstdint> inside std namespace)Jonathan Wakely1-2/+2
2014-05-16typedefs-1.cc: Fix test for 32-bit target.Jonathan Wakely2-2/+3
2014-05-15re PR libstdc++/60326 (Incorrect type from std::make_unsigned<wchar_t>)Jonathan Wakely3-4/+4
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford5-5/+5
2013-12-06testsuite_tr1.h (test_category, [...]): constexpr in c++11 mode.Paolo Carlini2-38/+26
2013-11-05N3655 C++1y TransformationTraits ReduxJonathan Wakely2-2/+37
2013-06-13type_traits (is_function): Support ref-qualified functions.Daniel Kruegler1-2/+2
2013-06-08type-traits (integral_constant::operator()): Implement N3545.Jonathan Wakely1-2/+2