index
:
gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
include
/
std
/
chrono
Age
Commit message (
Expand
)
Author
2025-09-03
libstdc++: Restore C++20 <chrono> support for old std::string ABI
Jonathan Wakely
2025-08-27
libstdc++: Move tai_- and gps_clock::now impls out of ABI
Nathan Myers
2025-06-26
libstdc++: Type-erase chrono-data for formatting [PR110739]
Tomasz Kamiński
2025-03-12
libstdc++: Update tzdata to 2025a
Jonathan Wakely
2025-01-02
Update copyright years.
Jakub Jelinek
2024-09-25
libstdc++: #ifdef out #pragma GCC system_header
Jason Merrill
2024-09-15
libstdc++: Enable most of <chrono> for freestanding
Jonathan Wakely
2024-06-11
libstdc++: Add test for chrono::leap_seconds ostream insertion
Jonathan Wakely
2024-04-25
libstdc++: Fix typo in Doxygen comment
Jonathan Wakely
2024-03-07
libstdc++: Update expiry times for leap seconds lists
Jonathan Wakely
2024-01-05
libstdc++: Remove UB from month and weekday additions and subtractions.
Cassio Neri
2024-01-03
Update copyright years.
Jakub Jelinek
2023-11-16
libstdc++: Only declare feature test macros in standard headers
Jonathan Wakely
2023-11-14
libstdc++: Improve operator-(weekday x, weekday y)
Cassio Neri
2023-11-14
libstdc++: Fix UB in weekday::weekday(sys_days) and add test
Cassio Neri
2023-11-14
libstdc++: Simplify year::is_leap()
Cassio Neri
2023-11-14
libstdc++: Remove unnecessary "& 1" from year_month_day_last::day()
Cassio Neri
2023-08-16
libstdc++: Replace all manual FTM definitions and use
Arsen Arsenović
2023-08-11
libstdc++: Implement C++20 std::chrono::parse [PR104167]
Jonathan Wakely
2023-08-09
libstdc++: Fix some -Wmismatched-tags warnings
Jonathan Wakely
2023-08-09
libstdc++: Fix some -Wunused-parameter warnings
Jonathan Wakely
2023-05-11
libstdc++: Fix chrono::hh_mm_ss::subseconds() [PR109772]
Jonathan Wakely
2023-03-28
libstdc++: Update tzdata to 2023a [PR109288]
Jonathan Wakely
2023-01-16
Update copyright years.
Jakub Jelinek
2023-01-05
libstdc++: Fix std::chrono::hh_mm_ss with unsigned rep [PR108265]
Jonathan Wakely
2022-12-22
libstdc++: Add std::format support to <chrono>
Jonathan Wakely
2022-12-22
libstdc++: Implement C++20 time zone support in <chrono>
Jonathan Wakely
2022-12-22
libstdc++: Add [[nodiscard]] in <chrono>
Jonathan Wakely
2022-12-12
libstdc++: Change names that clash with Win32 or Clang
Jonathan Wakely
2022-12-09
libstdc++: Remove digit separators [PR108015]
Jonathan Wakely
2022-12-06
libstdc++: Make chrono::hh_mm_ss more compact
Jonathan Wakely
2022-11-16
libstdc++: Improve performance of chrono::utc_clock::now()
Jonathan Wakely
2022-11-13
libstdc++: Add C++20 clocks
Jonathan Wakely
2022-10-03
libstdc++: Mark headers that must be hosted as such [PR103626]
Arsen Arsenović
2022-01-03
Update copyright years.
Jakub Jelinek
2021-10-08
libstdc++: Implement ostream insertion for chrono::duration
Jonathan Wakely
2021-10-07
libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> header
Jonathan Wakely
2021-07-01
libstdc++: Improvements to Doxygen markup
Jonathan Wakely
2021-06-23
libstdc++: Fix comment in chrono::year::is_leap()
Jonathan Wakely
2021-06-23
libstdc++: More efficient std::chrono::year::leap
Cassio Neri
2021-04-06
libstdc++: Fix doxygen markup for group close commands
Jonathan Wakely
2021-02-27
libstdc++: Fix conversions from date types to integers [PR 99301]
Jonathan Wakely
2021-02-25
libstdc++: Use uint32_t for all year_month_day::_S_from_days arithmetic
Jonathan Wakely
2021-02-25
libstdc++: Fix narrowing conversion in year_month_day [PR 99265]
Jonathan Wakely
2021-02-24
libstdc++: More efficient last day of month
Cassio Neri
2021-02-24
libstdc++: More efficient is_leap
Cassio Neri
2021-02-24
libstdc++: More efficient days from date
Cassio Neri
2021-02-24
libstdc++: More efficient date from days
Cassio Neri
2021-01-04
Update copyright years.
Jakub Jelinek
2020-10-28
libstdc++: Fix arithmetic bug in year_month_weekday conversion [PR96713]
Patrick Palka
[next]