summaryrefslogtreecommitdiffstats
path: root/libcxx/include/chrono
Commit message (Expand)AuthorAgeFilesLines
* [libc++] [chrono] Fix year_month_weekday::ok() implementation.Marek Kurdej2019-11-151-2/+8
* Revert "Extension: Mark the default constructor of chrono::duration as condit...Marshall Clow2019-09-231-1/+1
* Extension: Mark the default constructor of chrono::duration as conditionally ...Marshall Clow2019-09-231-1/+1
* [libc++] Always build with -fvisibility=hiddenLouis Dionne2019-08-131-0/+1
* Implement hh_mm_ss from P1466R3. Reviewed as https://reviews.llvm.org/D65365.Marshall Clow2019-08-081-6/+114
* Fix a bug in std::chrono::abs where it would fail when the duration's period ...Marshall Clow2019-07-261-1/+1
* Implement change #4 of P1466: Change weekday to accept both 0 and 7 as Sunday...Marshall Clow2019-07-251-6/+7
* [NFC][libcxx] Remove trailing whitespaceLouis Dionne2019-05-291-8/+8
* Fix PR41130 - 'operator/ of std::chrono::duration and custom type'. Thanks to...Marshall Clow2019-04-011-26/+12
* Remove type visibility specifiers from new chrono types.Eric Fiselier2019-03-211-18/+18
* [libc++] Mark <filesystem> as unavailable on Apple platforms using pragmasLouis Dionne2019-03-201-1/+1
* fix -Wextra-semi warningsEric Fiselier2019-02-101-5/+5
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Implement the 'sys_time' portions of the C++20 calendaring stuff. Reviewed as...Marshall Clow2019-01-111-29/+157
* Don't forward declare _FilesystemClock in C++03Eric Fiselier2018-12-211-0/+2
* Implement LWG 3145: file_clock breaks ABI for C++17 implementations.Eric Fiselier2018-12-211-1/+42
* Implement P0972R0: <chrono> zero(), min(), and max() should be noexcept. Revi...Marshall Clow2018-11-131-16/+16
* Recommit <chrono> changes with a couple xtra tests marked to fail on apple's ...Marshall Clow2018-10-161-1/+1032
* Revert r344529 "Implement the first part of the calendar support for C++20"Artem Dergachev2018-10-161-1032/+1
* Wrap up the new chrono literals in an #ifdef so that old versions of clang do...Marshall Clow2018-10-151-1/+1
* Implement the first part of the calendar support for C++20. This is still inc...Marshall Clow2018-10-151-1/+1032
* Implement the infrastructure for feature-test macros. Very few actual feature...Marshall Clow2018-09-121-0/+1
* Last week, someone noted that a couple of the time_point member functions wer...Marshall Clow2018-08-291-12/+14
* [NFC][libc++] Consistently use spaces to indentLouis Dionne2018-08-031-10/+10
* Update the synopsis for <chrono> for C++20. No functional change.Marshall Clow2018-07-181-0/+492
* Implement most of P0607: Inline Variables for the Standard Library. This invo...Marshall Clow2018-01-021-2/+3
* Change the way the literal operators are defined - now w/o a seperating space...Marshall Clow2017-08-091-24/+24
* [Libc++] Use #pragma push_macro/pop_macro to better handle min/max on WindowsEric Fiselier2017-05-311-2/+6
* Implement P0548: 'common_type and duration' This involves a subtle change in ...Marshall Clow2017-03-211-6/+6
* [NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VISEric Fiselier2017-01-041-7/+7
* Implement P0505: 'Wording for GB 50'Marshall Clow2017-01-041-18/+18
* Remove _LIBCPP_HAS_NO_DEFAULTED_FUNCTIONSEric Fiselier2016-11-181-1/+1
* Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last...Marshall Clow2016-11-141-1/+2
* Last bit of P0006; mark it as completeMarshall Clow2015-11-301-0/+8
* Implement P0092R1 for C++1zMarshall Clow2015-11-051-0/+123
* Partially address a FIXME in steady_clock::now()Jonathan Roelofs2014-09-021-0/+4
* Mark namespaces for user defined literals as 'inline'Marshall Clow2013-10-051-6/+8
* SFINAE out duration converting constructor if the constructor would otherwise...Howard Hinnant2013-08-311-2/+34
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-9/+9
* War on tabsHoward Hinnant2013-08-071-64/+64
* Backwards!Marshall Clow2013-07-311-2/+2
* Implement n3469 - constexpr for chronoMarshall Clow2013-07-311-30/+34
* literal suffixes for std::chronoMarshall Clow2013-07-241-0/+91
* War on tabs.Howard Hinnant2013-07-081-2/+2
* Dimitry Andric: Add const to constexpr member functions in order to cope wit...Howard Hinnant2013-06-281-4/+4
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-9/+9
* Don't neglect to "return *this".Argyrios Kyrtzidis2012-10-131-2/+2
* Applied constexpr to <chrono>.Howard Hinnant2012-07-131-52/+75
* Add protection from min/max macrosHoward Hinnant2011-11-291-0/+2
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
OpenPOWER on IntegriCloud