summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/26_numerics
AgeCommit message (Expand)Author
2022-07-21libstdc++: Simplify test by not using std::log2Jonathan Wakely
2022-05-27libstdc++: Reduce <random> test iterations for simulatorsJonathan Wakely
2022-05-06libstdc++: Fix deserialization for std::normal_distribution [PR105502]Jonathan Wakely
2022-03-23libstdc++: Add missing constraints to std::bit_cast [PR105027]Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-11-28libstdc++: Implement std::byteswap for C++23Jakub Jelinek
2021-11-24libstdc++: Replace hyphens in effective target keywordsJonathan Wakely
2021-11-15c++: Add -fimplicit-constexprJason Merrill
2021-11-09libstdc++: Make test print which random_device tokens workJonathan Wakely
2021-11-09libstdc++: Support getentropy and arc4random in std::random_deviceJonathan Wakely
2021-11-09libstdc++: Make spurious std::random_device FAIL less likelyJonathan Wakely
2021-11-05libstdc++: Add support for POWER9 DARN instruction to std::random_deviceJonathan Wakely
2021-11-01libstdc++: Fix range access for empty std::valarray [PR103022]Jonathan Wakely
2021-10-19libstdc++: Implement std::random_device::entropy() for other sourcesJonathan Wakely
2021-10-09libstdc++: Replace uses of _GLIBCXX_USE_INT128 in testsuiteJonathan Wakely
2021-09-17libstdc++: Rename tests with incorrect extensionJonathan Wakely
2021-08-17libstdc++: Optimize std::seed_seq constructionAntony Polukhin
2021-08-17libstdc++: Test std::seed_seq construction from input iteratorsJonathan Wakely
2021-08-12libstdc++: Add additional overload of std::lerp [PR101870]Jonathan Wakely
2021-08-12libstdc++: Make some #error strings consistent with other testsJonathan Wakely
2021-08-04libstdc++: Add [[nodiscard]] to iterators and related utilitiesJonathan Wakely
2021-08-03libstdc++: Suppress redundant definitions of inline variablesJonathan Wakely
2021-07-16libstdc++: Modernize <bits/random.h> helpersJonathan Wakely
2021-07-01libstdc++: Improve Doxygen documentation groups [PR 101258]Jonathan Wakely
2021-07-01libstdc++: Suppress redundant definitions of static members in <random>Jonathan Wakely
2021-06-22libstdc++: Implement LWG 3422 for std::seed_seqJonathan Wakely
2021-06-18libstdc++: Replace incorrect static assertion in std::reduce [PR95833]Jonathan Wakely
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from remaining testsJonathan Wakely
2021-05-10libstdc++: Remove redundant -std=gnu++17 option from algorithm testsJonathan Wakely
2021-05-10libstdc++: Remove redundant -std=gnu++17 options from PSTL testsJonathan Wakely
2021-04-12libstdc++: Fix some tests that fail in C++20 modeJonathan Wakely
2021-03-26libstdc++: Add PRNG fallback to std::random_deviceJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-12-16libstdc++: Add C++ runtime support for new 128-bit long double formatJonathan Wakely
2020-12-03libstdc++: Fix typos in #error stringsJonathan Wakely
2020-12-03libstdc++: Add std::bit_cast for C++20 [PR 93121]Jonathan Wakely
2020-11-30libstdc++: Set dg-timeout-factor for more slow testsJonathan Wakely
2020-10-31libstdc++: Prefer double to long double in std::shuffle_order_engineJonathan Wakely
2020-10-28libstdc++: Fix name clash with _Cosh in QNX headers [PR 95592]Jonathan Wakely
2020-10-09libstdc++: Fix incorrect results in std::seed_seq::generate [PR 97311]Jonathan Wakely
2020-10-08libstdc++: Add assertions for preconditions in sampling distributions [PR 82584]Jonathan Wakely
2020-10-08libstdc++: Avoid divide by zero in default template argumentsJonathan Wakely
2020-10-08libstdc++: Fix divide by zero in default template argumentJonathan Wakely
2020-10-05libstdc++: Minor header cleanup in <numeric>Jonathan Wakely
2020-09-03libstdc++: Optimise GCD algorithmsJonathan Wakely
2020-08-29libstdc++: Fix deleted overload of __absu(bool)Jonathan Wakely
2020-08-28libstdc++: Fix std::gcd and std::lcm for unsigned integers [PR 92978]Jonathan Wakely
2020-07-31libstdc++: Avoid using __float128 in strict modesJonathan Wakely
2020-07-31libstdc++: Use c++NN_only effective target to testsJonathan Wakely
2020-07-31libstdc++: Ensure c++NN effective target present in all C++17 testsJonathan Wakely