aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/std/chrono
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-05-07Improve API docs for <chrono> and <ratio>Jonathan Wakely1-2/+95
2019-05-07PR libstdc++/89102 implement new common_type rules (P0435R1, P0548R1)Jonathan Wakely1-21/+24
2019-05-02Improve Doxygen docs for nested namespacesJonathan Wakely1-1/+1
2019-01-11P0972R0 <chrono> zero(), min(), and max() should be noexceptJonathan Wakely1-8/+8
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-14Simplify overflow checks in duration literalsJonathan Wakely1-14/+4
2018-07-26Remove <chrono> dependency on _GLIBCXX_USE_C99_STDINT_TR1Jonathan Wakely1-10/+18
2018-06-18LWG 3050 Fix cv-qualification of convertibility constraintsJonathan Wakely1-3/+7
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-01Disable -Wliteral-suffix for standard UDLsJonathan Wakely1-1/+4
2017-10-20Update value of __cpp_lib_chrono feature-test macroJonathan Wakely1-2/+2
2017-09-13PR libstdc++/81468 constrain std::chrono::time_point constructorJonathan Wakely1-32/+43
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont1-20/+5
2017-03-23Implement P0607R0 "Inline Variables for Standard Library" for C++17Daniel Kruegler1-1/+1
2017-02-19C++17 GB50 resolution (P0505R0)Dinka Ranns1-10/+12
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-13Replace non-constexpr decrement in std::chrono::floorJonathan Wakely1-1/+1
2016-10-03Fix libstdc++ versioned namespace buildJonathan Wakely1-0/+2
2016-09-28* include/std/chrono (system_clock): Fix typo in comment.Jonathan Wakely1-1/+1
2016-08-05Implement C++17 rounding functions for std::chrono (P0092R1)Jonathan Wakely1-0/+89
2016-07-29Implement C++17 variable templates for type traits.Ville Voutilainen1-1/+5
2016-06-16Remove trailing whitespace from libstdc++ headersJonathan Wakely1-8/+8
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-03-27re PR libstdc++/65499 (Missing "using namespace literals::chrono_literals" in...Jonathan Wakely1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-01Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland1-0/+2
2014-06-23parse_numbers.h (_Number_help): Fix divide-by-zero.Jonathan Wakely1-1/+1
2014-05-16parse_numbers.h (__parse_int::_Number_help): Check for overflow.Jonathan Wakely1-68/+30
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-10-23re PR libstdc++/58850 (Conversion error in chrono)Paolo Carlini1-6/+6
2013-10-23basic_string.h (operator""s): Remove space between quotes and literal identif...Edward Smith-Rowland1-12/+12
2013-06-11Fix library literals error involving namespace __detail.Ed Smith-Rowland1-16/+19
2013-06-08Simplify and clean up library literals.Ed Smith-Rowland1-120/+109
2013-06-01include/std/chrono: Collapse redundant 'inline' from 'inline constexpr'.Ed Smith-Rowland1-12/+12
2013-06-01Implement N3642 - User-defined Literals for Standard Library TypesEd Smith-Rowland1-0/+133
2013-05-25chrono: Wrap clocks in inline namespace _V2.Benjamin Kosnik1-15/+44
2013-03-22re PR libstdc++/56678 ([c++11] non-uglified name in <chrono>)Paolo Carlini1-1/+1
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford1-1/+1
2012-11-10* many: Replace uses of __GXX_EXPERIMENTAL_CXX0X__ with __cplusplus.Jason Merrill1-2/+2
2012-10-18move.h (move_if_noexcept): Mark constexpr.Benjamin Kosnik1-1/+4
2012-10-09type_traits (common_time): Provide "SFINAE-friendly" implementation.Daniel Krugler1-19/+39
2012-08-09acinclude.m4: Update references to final C++11 standard.Jonathan Wakely1-8/+8
2012-07-20re PR libstdc++/54025 (atomic<chrono::duration> won't compile: chrono::durati...Chip Salzenberg1-1/+1
2012-07-03re PR libstdc++/53840 ([C++11] DR 921. Rational Arithmetic should use templat...Paolo Carlini1-4/+3
2011-12-06re PR libstdc++/51438 (std::exception and derived classes are not compatible ...Paolo Carlini1-4/+4
2011-08-31chrono (operator*(const _Rep1&, const duration<>&)): Fix order of template pa...Paolo Carlini1-1/+1
2011-08-11future: constexpr functions are implicitly inline.Paolo Carlini1-35/+35
2011-07-21chrono: (system_clock::is_steady): Update to N3291 from is_monotonic.Benjamin Kosnik1-13/+23
2011-06-08extptr_allocator.h: Include <ext/numeric_traits.h> instead of <limits>.Paolo Carlini1-1/+1