v3.0.2
What's Changed
- Remove trailing whitespace and add gitattributes by @aaronfranke in #672
- call from_stream explicitly from date namespace to avoide mix up with C++20 std::chrono::from_stream by @JulZimmermann in #677
- static_cast to silent warning implict conversion by @nico-engels in #693
- Fix uninitialized values in date.h by @crawlserv in #698
- cmake: update project version by @Tachi107 in #699
- fix -Wshadow warnings by @tylawin in #700
- test: use -pthread when $CXX is g++ by @Tachi107 in #714
- Sync implementation and header signatures by @DavisVaughan in #724
- Fix comment typo in tz.h by @jwakely in #765
- Fix compilation when MISSING_LEAP_SECONDS is set to true by @techtim in #780
- Expose
iso_week::year::is_leap()
by @DavisVaughan in #785 - workaround for gcc bug 106757 by @msherman13 in #821
- Support Android for get current_zone() by @ndusart in #628
- Allow option() override by FetchContent by @TheStormN in #813
- Fix typo by @kkarbowiak in #808
- Support tz databases from release 2023d and newer by adding new zonenow.tab file to ignore list by @enolan-maystreet in #829
- Update gitattributes of zip files to binary by @KrisThielemans in #816
- build(cmake): always mark HAS_STRING_VIEW as part of the interface by @Tachi107 in #766
- build: use standard
CMAKE_INSTALL_INCLUDEDIR
for header install folder by @OlivierLDff in #753 - build: introduce
ENABLE_DATE_INSTALL
to allow user opt-out of install by @OlivierLDff in #752 - Stop using PATH_MAX by @Tachi107 in #744
- Implement USE_OS_TZDB for Android by @basilgello in #842
- Fixed build for WinRT and Android by @eugenegff in #804
- Fix expected file format under Windows. by @andreygorbachevrabobank in #845
- Fix current_zone not working on buildroot+glibc target - refs #846 by @Julien-Blanc-tgcm in #847
New Contributors
- @aaronfranke made their first contribution in #672
- @JulZimmermann made their first contribution in #677
- @nico-engels made their first contribution in #693
- @crawlserv made their first contribution in #698
- @tylawin made their first contribution in #700
- @techtim made their first contribution in #780
- @msherman13 made their first contribution in #821
- @ndusart made their first contribution in #628
- @TheStormN made their first contribution in #813
- @kkarbowiak made their first contribution in #808
- @enolan-maystreet made their first contribution in #829
- @KrisThielemans made their first contribution in #816
- @OlivierLDff made their first contribution in #753
- @basilgello made their first contribution in #842
- @andreygorbachevrabobank made their first contribution in #845
- @Julien-Blanc-tgcm made their first contribution in #847
Full Changelog: v3.0.1...v3.0.2