summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/ratio
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libstdc++: Suppress redundant definitions of inline variablesJonathan Wakely2021-08-031-0/+10
* libstdc++: Fix doxygen markup for group close commandsJonathan Wakely2021-04-061-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* Improve API docs for <chrono> and <ratio>Jonathan Wakely2019-05-071-0/+25
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Remove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely2018-07-261-5/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Implement P0607R0 "Inline Variables for Standard Library" for C++17Daniel Kruegler2017-03-231-6/+7
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Implement C++17 variable templates for type traits.Ville Voutilainen2016-07-291-0/+16
* Remove trailing whitespace from libstdc++ headersJonathan Wakely2016-06-161-11/+11
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Update copyright years in libstdc++-v3/Richard Sandiford2014-01-021-1/+1
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-031-1/+1
* * many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill2012-11-101-2/+2
* re PR libstdc++/53840 ([C++11] DR 921. Rational Arithmetic should use templat...Paolo Carlini2012-07-031-19/+30
* user.cfg.in: Update to Doxygen 1.8.0.Benjamin Kosnik2012-03-081-3/+0
* PR libstdc++/47913 (again)Marc Glisse2011-05-041-108/+245
* ratio (ratio_less): Add comments.Marc Glisse2011-03-021-0/+4
* re PR libstdc++/47913 ([C++0x] improve ratio_add to overflow less often)Marc Glisse2011-03-021-6/+10
* [multiple changes]Paolo Carlini2011-02-281-5/+39
* PR libstdc++/36104 part fourBenjamin Kosnik2011-01-301-2/+5
* *: Use headername alias to associate private includes to public includes.Benjamin Kosnik2010-12-191-1/+1
* re PR libstdc++/46303 ('mutex' is not a member of 'std' failures in 30_thread...Paolo Carlini2010-11-041-16/+16
* cinttypes: Remove, move contents to C++0x and TR1 headers.Paolo Carlini2010-11-021-3/+3
* libstdc++: N3126 draft support.Benjamin Kosnik2010-11-011-4/+4
* re PR libstdc++/45866 ([C++0x] std::ratio_add, ratio_sub, ratio_multiply, rat...Paolo Carlini2010-10-181-0/+38
* ratio (ratio_less): Improve, use ratio_divide to avoid more overflows.Paolo Carlini2010-08-061-13/+20
* hashtable.h: Fold in include/tr1_impl/hashtable.h contents.Paolo Carlini2010-02-101-2/+2
* macros.h: Replace @tbd with valid doxygen tag @todo.Jonathan Wakely2009-06-231-1/+1
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-14/+9
* user.cfg.in: Tweaks.Benjamin Kosnik2009-02-211-3/+13
* user.cfg.in: Add complex, ratio, intializer_list.Benjamin Kosnik2008-07-161-0/+10
* [multiple changes]Paolo Carlini2008-07-051-9/+40
* ratio: New, per N2661.Chris Fairles2008-07-041-0/+257