summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/ratio
AgeCommit message (Expand)Author
2022-01-03Update copyright years.Jakub Jelinek
2021-08-03libstdc++: Suppress redundant definitions of inline variablesJonathan Wakely
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-05-07Improve API docs for <chrono> and <ratio>Jonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-07-26Remove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely
2018-01-03Update copyright years.Jakub Jelinek
2017-03-23Implement P0607R0 "Inline Variables for Standard Library" for C++17Daniel Kruegler
2017-01-01Update copyright years.Jakub Jelinek
2016-07-29Implement C++17 variable templates for type traits.Ville Voutilainen
2016-06-16Remove trailing whitespace from libstdc++ headersJonathan Wakely
2016-01-04Update copyright years.Jakub Jelinek
2015-01-05Update copyright years.Jakub Jelinek
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill
2012-07-03re PR libstdc++/53840 ([C++11] DR 921. Rational Arithmetic should use templat...Paolo Carlini
2012-03-08user.cfg.in: Update to Doxygen 1.8.0.Benjamin Kosnik
2011-05-04PR libstdc++/47913 (again)Marc Glisse
2011-03-02ratio (ratio_less): Add comments.Marc Glisse
2011-03-02re PR libstdc++/47913 ([C++0x] improve ratio_add to overflow less often)Marc Glisse
2011-02-28[multiple changes]Paolo Carlini
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik
2010-12-19*: Use headername alias to associate private includes to public includes.Benjamin Kosnik
2010-11-04re PR libstdc++/46303 ('mutex' is not a member of 'std' failures in 30_thread...Paolo Carlini
2010-11-02cinttypes: Remove, move contents to C++0x and TR1 headers.Paolo Carlini
2010-11-01libstdc++: N3126 draft support.Benjamin Kosnik
2010-10-18re PR libstdc++/45866 ([C++0x] std::ratio_add, ratio_sub, ratio_multiply, rat...Paolo Carlini
2010-08-06ratio (ratio_less): Improve, use ratio_divide to avoid more overflows.Paolo Carlini
2010-02-10hashtable.h: Fold in include/tr1_impl/hashtable.h contents.Paolo Carlini
2009-06-23macros.h: Replace @tbd with valid doxygen tag @todo.Jonathan Wakely
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek
2009-02-21user.cfg.in: Tweaks.Benjamin Kosnik
2008-07-16user.cfg.in: Add complex, ratio, intializer_list.Benjamin Kosnik
2008-07-05[multiple changes]Paolo Carlini
2008-07-04ratio: New, per N2661.Chris Fairles