Commit Graph

  • b899774303 Run curl_global_cleanup only once per application Howard Hinnant 2021-03-11 19:58:34 -05:00
  • 0e08b942c8 Correct the streaming output of year_month_day Howard Hinnant 2021-03-11 19:18:01 -05:00
  • 811be52e1c Add global cleanup to curl object destructor (#652) satishbhat-umd 2021-03-01 16:00:11 -06:00
  • 1c285d6545 Cast to unsigned char before calling toupper() (#648) Davis Vaughan 2021-02-24 12:49:46 -05:00
  • b1a75847d5 Added qmake helper file to use this library easily with Qt 0xFEEDC0DE64 2021-02-14 23:24:22 +01:00
  • 49d78d1837 Silenced warning 0xFEEDC0DE64 2021-02-09 18:32:44 +01:00
  • a32ff4f07e esp-idf fixes 0xFEEDC0DE64 2020-12-16 18:53:10 +01:00
  • 3be6b76d70 Added library.json 0xFEEDC0DE64 2020-10-30 10:14:20 +01:00
  • bf79dd5a81 Update README.md master Howard Hinnant 2021-01-11 20:05:18 -05:00
  • 26fc2bd372 Fix read_long_double with respect to decimal_point: * Respect locale settings when ONLY_C_LOCALE=0 * Do not respect locale settings when ONLY_C_LOCALE=1 Fixes #637 Howard Hinnant 2021-01-05 21:14:41 -05:00
  • 97246a638a Silence lossy conversion warning Fixes #620 Howard Hinnant 2020-11-10 08:41:30 -05:00
  • 432bab81f9 Skip "version" file and USE_OS_TZDB to return "unknown" if no version found (#616) LarsGullik 2020-10-27 15:08:30 +01:00
  • 215cacff56 Change all uses of round to detail::round_i Howard Hinnant 2020-10-25 20:16:07 -04:00
  • 3cbfa4318f Put back handling DISABLE_STRING_VIEW (#609) theirix 2020-10-09 02:22:15 +03:00
  • 115dd428cf Proposed fix for issue #161 Evgen Bodunov 2020-10-08 11:47:09 +03:00
  • 7848566815 Fix a parse error for Visual Studio Howard Hinnant 2020-10-02 12:52:31 -04:00
  • 393b52f21b Update README.md Howard Hinnant 2020-09-19 10:15:51 -04:00
  • 0b72599bd4 For USE_OS_TZDB, look for version number in the files version and +VERSION Howard Hinnant 2020-09-11 16:00:18 -04:00
  • ba99134b8a For USE_OS_TZDB, look for leap seconds in the files leapseconds and leap-seconds.list Howard Hinnant 2020-09-11 15:53:07 -04:00
  • 5e18488899 Fix subtle bug in fractional_width Howard Hinnant 2020-09-05 16:33:44 -04:00
  • 313189b0a8 Correct lingering references to bare "tz" libname: (#600) Michael Ellery 2020-08-25 13:57:00 -07:00
  • 057b441ceb Use LLONG_MAX instead of std::numeric_limits<long long>::max() when constexpr is absent Andre Nguyen 2020-08-20 22:16:08 -04:00
  • d7a0bf1fa7 replace noexcept with NOEXCEPT macro Andre Nguyen 2020-08-20 22:06:26 -04:00
  • 8140d979cd fix brace value initialization for msvc 18 Andre Nguyen 2020-08-20 22:05:55 -04:00
  • 7990eae740 fix user defined literals for compatibility with msvc 18 Andre Nguyen 2020-08-20 21:58:31 -04:00
  • 1ec2ea0295 Add test/tz_test/tzdb_list.pass.cpp Howard Hinnant 2020-08-17 21:33:43 -04:00
  • 658a3b9495 Fix crasher for early local times and USE_OS_TZDB=1 Howard Hinnant 2020-08-17 21:32:29 -04:00
  • e7969c32e8 Add Kotlin's datetime library to the list of projects using this (#593) dkhalanskyjb 2020-08-14 16:53:14 +03:00
  • 569b2d6785 Improve error message while parsing posix timezone string Howard Hinnant 2020-08-02 10:55:45 -04:00
  • abe3ada04f Update README.md Howard Hinnant 2020-07-28 17:00:00 -04:00
  • 9537addfc4 fix ONLY_C_LOCALE export from cmake (#590) Nico Schlömer 2020-07-23 01:03:42 +02:00
  • 6952fb50a6 Correct the value for not_a_year Howard Hinnant 2020-07-08 14:20:31 -04:00
  • fe2f9c7eac Change constexpr to CONSTDATA Howard Hinnant 2020-07-07 15:01:45 -04:00
  • a6243ce56f set cmake proj ver to 3.0: (#584) Michael Ellery 2020-06-22 08:48:09 -07:00
  • a55f1a103b Update README.md Howard Hinnant 2020-06-15 15:18:20 -04:00
  • d544e5af25 Throw exception if zoned_time is constructed with nullptr Howard Hinnant 2020-06-14 19:30:23 -04:00
  • cac99da8dc For traits in constexpr context use ::value v3.0.0 Howard Hinnant 2020-06-02 21:08:57 -04:00
  • a088baf9a5 Update README.md Howard Hinnant 2020-05-26 11:47:28 -04:00
  • e6adff6754 [cmake] Rename tz library to date-tz: Mike Ellery 2020-05-19 18:34:50 -07:00
  • d784766640 iOS Simulator support Joshua Jackson 2020-05-06 20:07:02 -05:00
  • 9343e31599 Give Posix::time_zone equality comparison Howard Hinnant 2020-05-24 21:16:16 -04:00
  • f43c39fcf1 Add member function name() const to Posix::time_zone Howard Hinnant 2020-05-06 22:12:15 -04:00
  • e12095f26f Revert change for floating point reps in decimal_format_seconds Howard Hinnant 2020-04-18 09:24:53 -04:00
  • 7d811743e0 Fix parse of second offset in posix time zone Howard Hinnant 2020-04-18 09:24:22 -04:00
  • a2fdba1adc __GNUC_MINOR -> __GNUC_MINOR__ Howard Hinnant 2020-03-30 12:50:37 -04:00
  • 4c1968b8f0 Fix constexpr overflow problems on gcc-7-9 overflow Howard Hinnant 2020-03-08 21:58:56 -04:00
  • 9cc3a7bca1 Adding Persian/Jalali/Solar-Hijri calendar Asad. Gharighi 2020-01-27 13:30:24 +03:30
  • 9a0ee25428 Do a runtime test for realpath vs readlink Howard Hinnant 2020-01-24 20:23:30 -05:00
  • 5f49afc1e9 Do a runtime test for realpath vs readlink readlink Howard Hinnant 2020-01-24 20:23:30 -05:00
  • c8d311f6f1 fixes #534 (#535) Robert Campion 2020-01-16 18:16:58 -05:00
  • fe63f0bb5f Add MANUAL_TZ_DB configure option: (#527) Michael Ellery 2020-01-15 19:08:15 -08:00
  • 9502bc27a3 Update Date.h (#529) Nexus Web Development 2020-01-11 15:24:10 -05:00
  • 66a5aa482e Add constexpr for clock_cast. nanoric 2019-12-18 00:21:54 +08:00
  • b9cd9c3fde Fixed a typo in CMakeLists.txt: USE_AUTOLOAD => AUTO_DOWNLOAD (#523) Anton Voloshin 2020-01-04 03:15:29 +02:00
  • a184309786 Fix unwanted localization of integral grouping Howard Hinnant 2020-01-01 11:12:14 -05:00
  • dad52961da Remove extra '}' Fixes #8 Howard Hinnant 2019-12-31 17:05:33 -05:00
  • fc4cf092f9 Fix cmake install for 3.14 or earlier (3.7 min) (#522) Michael Ellery 2019-12-29 11:51:04 -08:00
  • 48433b9892 Update date.h (#518) johnmph 2019-12-05 20:00:16 +01:00
  • 4c95165298 Constrain make_zoned for icc16 Nehal J Wani 2019-11-27 14:12:55 -05:00
  • 940f4a5ceb Support Curl Error Buffer Ten10 2019-11-26 16:14:46 +02:00
  • 018a50bcd0 Work around for a NVCC compiler bug Lakshay Garg 2019-11-20 11:02:52 -08:00
  • 3e376be2e9 Rename link to time_zone_link Howard Hinnant 2019-11-08 19:36:09 +00:00
  • 224c71a899 Rename leap to leap_second and leaps to leap_seconds Howard Hinnant 2019-11-08 19:24:03 +00:00
  • 67e272a54e change the order in hh_mm_ss::to_duration() to have correct result on Windows for cases when h is 2147483647 hours and m and s are all 0 (#501) jgzhuang 2019-10-24 09:57:36 -04:00
  • d399e10cba Bump zoned_time fixes for MSVC from 1900 to 1916 Howard Hinnant 2019-10-22 13:28:48 -04:00
  • 96ffe23f72 Replace INTMAX_MAX with numeric_limits Howard Hinnant 2019-10-21 22:22:50 -04:00
  • 48f1455cd2 CMake refactor for easier subdirectory inclusion Mike Ellery 2019-10-11 17:24:25 -07:00
  • e3186e36c2 typo (#498) Vitaliy Demidov 2019-10-18 21:47:38 +03:00
  • 3f0f9b3cbe Search for '/' after "zoneinfo" in current_zone() Howard Hinnant 2019-10-14 15:54:32 -04:00
  • 23fa1bb86d Add vcpkg installation instructions (#495) Griffin Downs 2019-09-27 06:46:58 -07:00
  • 4481c75192 Improve current_zone(). Fixes #454 Howard Hinnant 2019-09-05 18:12:35 -04:00
  • e6d2c08159 Honor symbol visibility settings (#464) Erik Rigtorp 2019-09-23 19:08:07 -07:00
  • a5c4b4ebf8 Protect is_am and make12 from ADL Howard Hinnant 2019-09-17 15:48:15 -04:00
  • 44344000f0 Fix MSVC C++ version detection Alexej Harm 2019-09-12 16:33:06 +02:00
  • 6d5ff9b958 Point travis badge to upstream master Erik Rigtorp 2019-09-11 07:47:44 -07:00
  • 375579eac1 Remove point release verison from descriptions Erik Rigtorp 2019-09-10 22:18:44 -07:00
  • 2ced83ceff Add clang 6 and clang 7 builds Erik Rigtorp 2019-09-10 21:57:19 -07:00
  • 718cbe3f9b Add gcc 8 build for bionic Erik Rigtorp 2019-09-10 21:53:54 -07:00
  • 961bf06c32 Add nice names to build matrix Erik Rigtorp 2019-09-10 21:47:42 -07:00
  • fe491eff1c Add travis ci configuration file Michael Tsukerman 2019-09-08 15:42:46 +02:00
  • c56f915cc3 fixed shared library support Alexej Harm 2019-09-09 14:56:01 +02:00
  • 5e57a19abe renamed targets to date and tz Alexej Harm 2019-09-09 14:01:07 +02:00
  • 9454aeda2b set library version to 2.4.1 Update CMakeLists.txt to set library version to 2.4.1 Michael Tsukerman 2019-09-06 22:57:51 +02:00
  • 3a343adf6a Improve main CMake file Rename target date_interface to interface and tz to timezone. Export targets date::interface and date::timezone from cmake. Michael Tsukerman 2019-09-06 15:57:46 +02:00
  • d21333f636 Fixes #484 KerryJ 2019-09-02 11:58:51 +02:00
  • cb4bf26fc7 Fix compilation error with GCC 5 maximilianriemensberger 2019-08-13 09:57:42 +02:00
  • b87eb970c1 Implemented test for checking addition with classes converible to years/months Tomasz Kamiński 2019-08-10 19:31:47 +02:00
  • 5a0057587d Correct behavior for classes for which only lvalue is convertible to string_view. Tomasz Kamiński 2019-08-06 08:57:50 +02:00
  • 5345d135b7 Implemented custom time zone deduction test. Tomasz Kamiński 2019-08-06 08:45:30 +02:00
  • 7c020642fb Fixed deduction guides for GCC 8. Tomasz Kamiński 2019-08-06 08:32:09 +02:00
  • 1d721d9afd Implemented set of basic deduction test. Tomasz Kamiński 2019-08-06 00:13:38 +02:00
  • 141ba85614 Fix space-matches 0 spaces at end of format string Howard Hinnant 2019-08-23 15:48:41 -04:00
  • dca8ddc659 Replace computed value with standard macro Robert Campion 2019-06-10 15:02:19 -04:00
  • 1f5c192f4a Resolve GCC 9.1.0 noexcept warning James Beach 2019-05-30 20:13:52 +01:00
  • 46ccd69c9c Resolve GCC 9.1.0 unused-function warning James Beach 2019-05-30 11:09:18 +01:00
  • c0e7b4e2f7 Make date.h compatible with g++-4.7 Si Wei How 2019-05-30 15:43:10 +08:00
  • 09d90a8b5e Fix operator<< for years with non C locale AdrienBellanger 2018-11-01 15:07:20 +01:00
  • 6f0b645df1 #388 add comment on unit test failure (#442) Paul Dreik 2019-07-22 02:47:33 +02:00
  • 7ef1a55143 tz.cpp: Cast conversions to/from size_t Matt Kline 2019-05-02 16:37:34 -07:00
  • 27d1e1e54e Removed undefined behavioir from year_mont_day_last::day (#456) tomaszkam 2019-05-28 15:01:14 +02:00