summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions
AgeCommit message (Expand)Author
2025-09-27libstdc++: Fix VERIFY(idx = 1) bugs in testsJonathan Wakely
2025-05-21[testsuite] tolerate missing std::stoldAlexandre Oliva
2025-01-02Update copyright years.Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-11-16libstdc++: Test for feature test macros more accuratelyJonathan Wakely
2023-08-17libstdc++: Implement std::to_string in terms of std::format (P2587R3)Jonathan Wakely
2023-08-17libstdc++: Optimize std::to_string using std::string::resize_and_overwriteJonathan Wakely
2023-07-19libstdc++: Enable tests for std::stoi etc. unconditionally [PR110653]Jonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-01-03Update copyright years.Jakub Jelinek
2021-01-04Update copyright years.Jakub Jelinek
2020-10-29libstdc++: Avoid warnings in testsJonathan Wakely
2020-01-01Update copyright years.Jakub Jelinek
2019-06-12Replace std::to_string for integers with optimized versionJonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2017-06-17Get rid of dg-skip-if etc. default argsRainer Orth
2017-01-01Update copyright years.Jakub Jelinek
2016-12-12[libstdc++][testsuite] XFAIL tests relying on long double-to-string conversio...Kyrylo Tkachov
2016-10-12testsuite_hooks.h: Rewrite VERIFY in terms of __builtin_printf and __builtin_...Paolo Carlini
2016-08-26Use effective-target instead of -std optionsJonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-11-13More fine-grained autoconf checks for C99 libraryJennifer Yao
2015-09-29Leave errno unchanged by successful std::stoi etcJonathan Wakely
2015-01-05Update copyright years.Jakub Jelinek
2015-01-02re PR libstdc++/64438 (Removing string-conversion requirement causes libstdc+...Jonathan Wakely
2014-12-22re PR libstdc++/37522 (Incorrect vswprintf prototype breaks __to_xstring)Jonathan Wakely
2014-10-15shrink_to_fit.cc: Prefer -std=gnu++11.Paolo Carlini
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek
2012-02-21re PR libstdc++/52317 (incorrect FSF address)Paolo Carlini
2009-11-11basic_string.h (to_string(int), [...]): Add, per resolution of DR 1261.Paolo Carlini
2009-07-05*Joseph Myers
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2008-10-27re PR libstdc++/37522 (Incorrect vswprintf prototype breaks __to_xstring)Paolo Carlini
2008-07-03stof.cc: Improve check on long double limits.Paolo Carlini
2008-06-16basic_string.h (stod, [...]): Declare in C++0x mode.Paolo Carlini