~roguescholar/boost/+git/date_time:develop

Last commit made on 2022-09-20
Get this branch:
git clone -b develop https://git.launchpad.net/~roguescholar/boost/+git/date_time

Branch merges

Branch information

Name:
develop
Repository:
lp:~roguescholar/boost/+git/date_time

Recent commits

3971490... by Baoshuo Ren

chore: bump macos runner version (#213)

GitHub Action is sunsetting the macOS 10.15 Actions runner. It will stop working intermittently until being completely removed by 2022-8-30: https://github.blog/changelog/2022-07-20-github-actions-the-macos-10-15-actions-runner-image-is-being-deprecated-and-will-be-removed-by-8-30-22

abef5a1... by Alexander Grund <email address hidden>

Fix ccache saving on cache hit (#211)

See boostorg/boost-ci#166

ddcfd00... by Luke Mewburn <email address hidden>

Iso doc fixes (#215)

* to_iso_*string() use "." as fractional separator

The fractional separator for the various to_iso_* methods
is "." not "," (per to_iso_string_type() implementation).
Fix the documentation to match the implementation.

* use "ISO 8601" not "iso" in documentation

The standard is "ISO 8601", so use that instead
of just "iso" or "ISO" in comments and documentation.

* fractional seconds only included if non-zero (#110)

Consistently document that the fractional seconds
are only included if non-zero.

Use "where fffffffff" not "were fff".

c02d713... by Anton Polukhin

Avoid using likely function as multiple projects define a likely macro (#216)

b81ed28... by Povilas Kanapickas

Fix constexpr of gregorian::date::date(special_values) to improve perf (#214)

GCC up to at least 10.2 fail to resolve
gregorian::date::date(special_values) as constexpr function due to
assignment to *this within the constructor. Refactoring constructor to
initialize the instance once leads to large performance improvement.

0aed920... by Quinnsicle <email address hidden>

fix typo in time_period docs (#212)

Co-authored-by: Quinn O'Connor <email address hidden>

f972dc9... by =?utf-8?q?Rapha=C3=ABl_Duhen?= <email address hidden>

Fix minor typo (#210)

Thanks!

7677fdc... by James E. King, III

Fix appveyor links in readme

8729945... by James E. King, III

remove drone config

cbad9bc... by Owen Rudge

Add from_time_t test for 64-bit time_t