index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
include
/
chrono
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] [chrono] Fix year_month_weekday::ok() implementation.
Marek Kurdej
2019-11-15
1
-2
/
+8
*
Revert "Extension: Mark the default constructor of chrono::duration as condit...
Marshall Clow
2019-09-23
1
-1
/
+1
*
Extension: Mark the default constructor of chrono::duration as conditionally ...
Marshall Clow
2019-09-23
1
-1
/
+1
*
[libc++] Always build with -fvisibility=hidden
Louis Dionne
2019-08-13
1
-0
/
+1
*
Implement hh_mm_ss from P1466R3. Reviewed as https://reviews.llvm.org/D65365.
Marshall Clow
2019-08-08
1
-6
/
+114
*
Fix a bug in std::chrono::abs where it would fail when the duration's period ...
Marshall Clow
2019-07-26
1
-1
/
+1
*
Implement change #4 of P1466: Change weekday to accept both 0 and 7 as Sunday...
Marshall Clow
2019-07-25
1
-6
/
+7
*
[NFC][libcxx] Remove trailing whitespace
Louis Dionne
2019-05-29
1
-8
/
+8
*
Fix PR41130 - 'operator/ of std::chrono::duration and custom type'. Thanks to...
Marshall Clow
2019-04-01
1
-26
/
+12
*
Remove type visibility specifiers from new chrono types.
Eric Fiselier
2019-03-21
1
-18
/
+18
*
[libc++] Mark <filesystem> as unavailable on Apple platforms using pragmas
Louis Dionne
2019-03-20
1
-1
/
+1
*
fix -Wextra-semi warnings
Eric Fiselier
2019-02-10
1
-5
/
+5
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Implement the 'sys_time' portions of the C++20 calendaring stuff. Reviewed as...
Marshall Clow
2019-01-11
1
-29
/
+157
*
Don't forward declare _FilesystemClock in C++03
Eric Fiselier
2018-12-21
1
-0
/
+2
*
Implement LWG 3145: file_clock breaks ABI for C++17 implementations.
Eric Fiselier
2018-12-21
1
-1
/
+42
*
Implement P0972R0: <chrono> zero(), min(), and max() should be noexcept. Revi...
Marshall Clow
2018-11-13
1
-16
/
+16
*
Recommit <chrono> changes with a couple xtra tests marked to fail on apple's ...
Marshall Clow
2018-10-16
1
-1
/
+1032
*
Revert r344529 "Implement the first part of the calendar support for C++20"
Artem Dergachev
2018-10-16
1
-1032
/
+1
*
Wrap up the new chrono literals in an #ifdef so that old versions of clang do...
Marshall Clow
2018-10-15
1
-1
/
+1
*
Implement the first part of the calendar support for C++20. This is still inc...
Marshall Clow
2018-10-15
1
-1
/
+1032
*
Implement the infrastructure for feature-test macros. Very few actual feature...
Marshall Clow
2018-09-12
1
-0
/
+1
*
Last week, someone noted that a couple of the time_point member functions wer...
Marshall Clow
2018-08-29
1
-12
/
+14
*
[NFC][libc++] Consistently use spaces to indent
Louis Dionne
2018-08-03
1
-10
/
+10
*
Update the synopsis for <chrono> for C++20. No functional change.
Marshall Clow
2018-07-18
1
-0
/
+492
*
Implement most of P0607: Inline Variables for the Standard Library. This invo...
Marshall Clow
2018-01-02
1
-2
/
+3
*
Change the way the literal operators are defined - now w/o a seperating space...
Marshall Clow
2017-08-09
1
-24
/
+24
*
[Libc++] Use #pragma push_macro/pop_macro to better handle min/max on Windows
Eric Fiselier
2017-05-31
1
-2
/
+6
*
Implement P0548: 'common_type and duration' This involves a subtle change in ...
Marshall Clow
2017-03-21
1
-6
/
+6
*
[NFC] Rename _LIBCPP_TYPE_VIS_ONLY to _LIBCPP_TEMPLATE_VIS
Eric Fiselier
2017-01-04
1
-7
/
+7
*
Implement P0505: 'Wording for GB 50'
Marshall Clow
2017-01-04
1
-18
/
+18
*
Remove _LIBCPP_HAS_NO_DEFAULTED_FUNCTIONS
Eric Fiselier
2016-11-18
1
-1
/
+1
*
Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last...
Marshall Clow
2016-11-14
1
-1
/
+2
*
Last bit of P0006; mark it as complete
Marshall Clow
2015-11-30
1
-0
/
+8
*
Implement P0092R1 for C++1z
Marshall Clow
2015-11-05
1
-0
/
+123
*
Partially address a FIXME in steady_clock::now()
Jonathan Roelofs
2014-09-02
1
-0
/
+4
*
Mark namespaces for user defined literals as 'inline'
Marshall Clow
2013-10-05
1
-6
/
+8
*
SFINAE out duration converting constructor if the constructor would otherwise...
Howard Hinnant
2013-08-31
1
-2
/
+34
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-9
/
+9
*
War on tabs
Howard Hinnant
2013-08-07
1
-64
/
+64
*
Backwards!
Marshall Clow
2013-07-31
1
-2
/
+2
*
Implement n3469 - constexpr for chrono
Marshall Clow
2013-07-31
1
-30
/
+34
*
literal suffixes for std::chrono
Marshall Clow
2013-07-24
1
-0
/
+91
*
War on tabs.
Howard Hinnant
2013-07-08
1
-2
/
+2
*
Dimitry Andric: Add const to constexpr member functions in order to cope wit...
Howard Hinnant
2013-06-28
1
-4
/
+4
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-9
/
+9
*
Don't neglect to "return *this".
Argyrios Kyrtzidis
2012-10-13
1
-2
/
+2
*
Applied constexpr to <chrono>.
Howard Hinnant
2012-07-13
1
-52
/
+75
*
Add protection from min/max macros
Howard Hinnant
2011-11-29
1
-0
/
+2
*
Windows support by Ruben Van Boxem.
Howard Hinnant
2011-10-17
1
-0
/
+2
[next]