- b0160ba Import of CCTZ from GitHub. by Abseil Team · 11 months ago
- 643c7ba Use _decimal_ literals for the CivilDay example. by Devin Jeanpierre · 12 months ago
- 28e4000 Use UnixEpoch and ZeroDuration by Abseil Team · 1 year, 1 month ago
- 9bbbbd3 Optimize `absl::Duration` division and modulo: Avoid repeated redundant comparisons in `IDivFastPath`. by Abseil Team · 1 year, 1 month ago
- bde089f Optimize `absl::Duration` division and modulo: Allow the compiler to inline `time_internal::IDivDuration`, by splitting the slow path to a separate function. by Abseil Team · 1 year, 1 month ago
- 3afe4fe Import of CCTZ from GitHub. by Abseil Team · 1 year, 1 month ago
- 1449add Import of CCTZ from GitHub. by Derek Mauro · 1 year, 1 month ago
- 34604d5 Remove deprecated symbol absl::kuint128max by Derek Mauro · 1 year, 2 months ago
- 971eada Decrease the precision of absl::Now in x86-64 debug builds by Fangrui Song · 1 year, 2 months ago
- 780bfc1 Replace `testonly = 1` with `testonly = True` in abseil BUILD files. by Shahriar Rouf · 1 year, 2 months ago
- bd47468 Import of CCTZ from GitHub. by Abseil Team · 1 year, 3 months ago
- c13ee37 Import of CCTZ from GitHub. by Abseil Team · 1 year, 3 months ago
- dd12983 Include `cstdint` where necessary. by Dmitri Gribenko · 1 year, 3 months ago
- 4a0255b Support AbslStringify in absl Civil Time types. by Abseil Team · 1 year, 5 months ago
- 8aff21b Import of CCTZ from GitHub. by Abseil Team · 1 year, 5 months ago
- f01b220 Import of CCTZ from GitHub. by Derek Mauro · 1 year, 6 months ago
- 0ef3ef4 Bazel: Enable the header_modules feature by Derek Mauro · 1 year, 6 months ago
- 143e983 Bazel: Support layering_check and parse_headers by Derek Mauro · 1 year, 6 months ago
- d53ca3b Import of CCTZ from GitHub. by Abseil Team · 1 year, 6 months ago
- 7c05348 Import of CCTZ from GitHub. by Abseil Team · 1 year, 7 months ago
- ded2ec0 Import of CCTZ from GitHub. by Abseil Team · 1 year, 7 months ago
- 9d05d37 Include what you spell by Dmitri Gribenko · 1 year, 8 months ago
- a2639e3 Fixed shared Windows build in Chrome when building MediaPipe. by Abseil Team · 1 year, 8 months ago
- 298fd26 Fix warnings: by Dmitri Gribenko · 1 year, 8 months ago
- 3a41b2c Add missing include for <iomanip> by Derek Mauro · 1 year, 8 months ago
- 659b77b Import of CCTZ from GitHub. by Abseil Team · 1 year, 8 months ago
- f6acd47 Import of CCTZ from GitHub. by Abseil Team · 1 year, 8 months ago
- 4b6e59a PR #1495: CMake: Link CoreFoundation with -framework by Daniel Schürmann · 1 year, 8 months ago
- ac39cc1 Import of CCTZ from GitHub. by Abseil Team · 1 year, 8 months ago
- a3020c7 Import of CCTZ from GitHub. by Abseil Team · 1 year, 9 months ago
- 2119e40 Roll forward of CCTZ update; fixed by clang release. by Abseil Team · 1 year, 9 months ago
- 1701406 Rollback of CCTZ update due to crash in clang ObjcLink. by Abseil Team · 1 year, 9 months ago
- d65595c Import of CCTZ from GitHub. by Gennadiy Rozental · 1 year, 9 months ago
- 163cade Import of CCTZ from GitHub. by Abseil Team · 1 year, 10 months ago
- 1285ca4 Import of CCTZ from GitHub. by Abseil Team · 1 year, 10 months ago
- 7a74153 Import of CCTZ from GitHub. by Abseil Team · 1 year, 10 months ago
- 01e628d Merge pull request #1457 from juergbi:time-threads by Copybara-Service · 1 year, 10 months ago
- 8e45685 Disable the use of the fast GetCurrentTimeNanos() algorithm based on by Derek Mauro · 1 year, 10 months ago
- c24ead7 CMake: Link `time_zone` library to `Threads::Threads` by Jürg Billeter · 1 year, 10 months ago
- 02d1f5e Import of CCTZ from GitHub. by Abseil Team · 1 year, 10 months ago
- aaf81ec Import of CCTZ from GitHub. by Derek Mauro · 1 year, 10 months ago
- 07e8b2a Add compiler deprecation warnings for absl::ConvertDateTime() and absl::FromDateTime(). by Derek Mauro · 1 year, 11 months ago
- d60c3ac Fix spelling mistakes by Vertexwahn · 1 year, 11 months ago
- 421a74d Fix some spelling mistakes by Vertexwahn · 1 year, 11 months ago
- a26fc02 Prefer copy_n and fill_n over copy and fill where appropriate. by Rose · 2 years ago
- bce5bec Reland "Get rid of tail padding within `absl::Duration`. This reduces memory usage needs when storing duration in containers (e.g. `vector<absl::Duration>` uses 25% less memory), and allows classes with `absl::Duration` fields to fit other stuff in memory previously used by tail padding (e.g. `std::optional<absl::Duration>` is now 16 bytes instead of 24)." by Abseil Team · 2 years ago
- d722803 Add commentary for universal time scale by Abseil Team · 2 years ago
- 88f0473 Remove ABSL_SKIP_TIME_TESTS_BROKEN_ON_MSVC_OPT. These tests by Derek Mauro · 2 years ago
- 0d24c40 Import of CCTZ from GitHub. by Abseil Team · 2 years ago
- 6596e8e Import of CCTZ from GitHub. by Abseil Team · 2 years ago
- 0a1e03a Import of CCTZ from GitHub. by Abseil Team · 2 years ago
- 256cc61 Enhance documentation about absl::Duration integer division, which by Abseil Team · 2 years ago
- 52578ed Support AbslStringify in absl::Time and absl::Duration. by Abseil Team · 2 years, 1 month ago
- 6247f0e Resolve TODO: remove C++11 workarounds by Rose · 2 years, 1 month ago
- 7005fed Get rid of tail padding within `absl::Duration`. This reduces memory usage needs when storing duration in containers (e.g. `vector<absl::Duration>` uses 25% less memory), and allows classes with `absl::Duration` fields to fit other stuff in memory previously used by tail padding (e.g. `std::optional<absl::Duration>` is now 16 bytes instead of 24). by Abseil Team · 2 years, 2 months ago
- 9858e54 Get rid of tail padding within `absl::Duration`. This reduces memory usage needs when storing duration in containers (e.g. `vector<absl::Duration>` uses 25% less memory), and allows classes with `absl::Duration` fields to fit other stuff in memory previously used by tail padding (e.g. `std::optional<absl::Duration>` is now 16 bytes instead of 24). by Abseil Team · 2 years, 2 months ago
- 49081b8 Replace the tag "no_test_msvc_x64" with "no_test_lexan" in absl. by Abseil Team · 2 years, 3 months ago
- 570dc02 Import of CCTZ from GitHub. by Abseil Team · 2 years, 3 months ago
- 1f8da02 Tagged most functions in absl/time/time.h as ABSL_ATTRIBUTE_CONST_FUNCTION or ABSL_ATTRIBUTE_PURE_FUNCTION by Abseil Team · 2 years, 3 months ago
- e7e31f2 Import of CCTZ from GitHub. by Abseil Team · 2 years, 4 months ago
- d6fa16c Remove absl/time/internal/zoneinfo.inc. It was used to guarantee by Abseil Team · 2 years, 4 months ago
- 4b65075 Run the //absl/time timezone tests with a data dependency on, and a by Abseil Team · 2 years, 5 months ago
- 4a98f78 Import of CCTZ from GitHub. by Derek Mauro · 2 years, 5 months ago
- f5fd4cc Import of CCTZ from GitHub. by Abseil Team · 2 years, 5 months ago
- 37a1aa0 Import of CCTZ from GitHub. by Abseil Team · 2 years, 5 months ago
- 4bc7568 Eliminate use of internal interfaces and make the test portable and expose it to OSS. by Gennadiy Rozental · 2 years, 5 months ago
- e58d05e Import of CCTZ from GitHub. by Abseil Team · 2 years, 6 months ago
- 8b951b0 Import of CCTZ from GitHub. by Abseil Team · 2 years, 6 months ago
- 5a547f8 Fix "unsafe narrowing" warnings in absl, 8/n. by Abseil Team · 2 years, 7 months ago
- 69199fc Fix "unsafe narrowing" warnings in absl, 9/n. by Abseil Team · 2 years, 7 months ago
- 30e4322 Import of CCTZ from GitHub. by Abseil Team · 2 years, 7 months ago
- fa108c4 Rollback of fix "unsafe narrowing" warnings in absl, 8/n. by Derek Mauro · 2 years, 7 months ago
- 847fa56 Fix "unsafe narrowing" warnings in absl, 8/n. by Abseil Team · 2 years, 7 months ago
- 54022b0 Switch time_state to explicit default initialization instead of value initialization. by Andy Getzendanner · 2 years, 7 months ago
- c00a275 Fix minor typo in absl/time/time.h comment: by Abseil Team · 2 years, 7 months ago
- f7474d4 Import of CCTZ from GitHub. by Abseil Team · 2 years, 7 months ago
- d06b89b Import of CCTZ from GitHub. by Abseil Team · 2 years, 7 months ago
- 5478021 Import of CCTZ from GitHub. by Abseil Team · 2 years, 8 months ago
- fa69b19 Import of CCTZ from GitHub. by Abseil Team · 2 years, 8 months ago
- 697acab Import of CCTZ from GitHub. by Abseil Team · 2 years, 8 months ago
- 751ade0 Fix "unsafe narrowing" warnings in absl, 3/n. by Abseil Team · 2 years, 8 months ago
- d0e7a8a Import of CCTZ from GitHub. by Abseil Team · 2 years, 8 months ago
- b35ae32 Import of CCTZ from GitHub. by Abseil Team · 2 years, 9 months ago
- 2e36d96 absl::Time: work around bogus GCC 12 -Wrestrict warning by Derek Mauro · 2 years, 10 months ago
- 76c7ad8 Prefer to fallback to UTC when the embedded zoneinfo data does not by Abseil Team · 2 years, 10 months ago
- ba9f2f6 Ignore invalid TZ settings in tests by Benjamin Barenblat · 2 years, 10 months ago
- c34c552 Disable tests on some platforms where they currently fail. by Tom Rybka · 2 years, 10 months ago
- 2617970 Rollforward of commit ea78ded7a5f999f19a12b71f5a4988f6f819f64f. by Anqi D · 2 years, 10 months ago
- ea78ded Automated rollback of commit f2463433d6c073381df2d9ca8c3d8f53e5ae1362. by Abseil Team · 2 years, 10 months ago
- f246343 time.h: Use uint32_t literals for calls to overloaded MakeDuration by Anqi D · 2 years, 10 months ago
- 09eac4d Import of CCTZ from GitHub. by Abseil Team · 2 years, 10 months ago
- b8bbe92 Change workaround for MSVC bug regarding compile-time initialization to trigger from MSC_VER 1910 to 1930. by Abseil Team · 2 years, 10 months ago
- 1890747 Automated visibility attribute cleanup. by Abseil Team · 3 years ago
- 4d751aa Fix typo in absl/time/time.h by Dino Radakovic · 3 years ago
- ac1398a Export of internal Abseil changes by Abseil Team · 3 years ago
- 6f43f5b Export of internal Abseil changes by Abseil Team · 3 years ago
- f3489c9 Export of internal Abseil changes by Abseil Team · 3 years ago
- c33f21f Export of internal Abseil changes by Abseil Team · 3 years ago
- 04bde89 Export of internal Abseil changes by Abseil Team · 3 years, 1 month ago
- 73316fc Export of internal Abseil changes by Abseil Team · 3 years, 2 months ago