aboutsummaryrefslogtreecommitdiff
path: root/absl/time
Commit message (Expand)AuthorAgeFilesLines
* PR #1695: Fix time library build for Apple platformsEduardo Menges Mattje2024-07-111-1/+1
* Add operator<=> comparison to absl::Time and absl::Duration.Charlie Beattie2024-07-013-0/+148
* LSC: Move expensive variables on their last use to avoid copies.Abseil Team2024-06-171-1/+2
* Import of CCTZ from GitHub.Abseil Team2024-04-241-1/+1
* Use _decimal_ literals for the CivilDay example.Devin Jeanpierre2024-04-021-2/+2
* Use UnixEpoch and ZeroDurationAbseil Team2024-03-121-56/+61
* Optimize `absl::Duration` division and modulo: Avoid repeated redundant compa...Abseil Team2024-02-271-27/+29
* Optimize `absl::Duration` division and modulo: Allow the compiler to inline `...Abseil Team2024-02-273-54/+73
* Import of CCTZ from GitHub.Abseil Team2024-02-221-29/+0
* Import of CCTZ from GitHub.Derek Mauro2024-02-2015-5/+7
* Remove deprecated symbol absl::kuint128maxDerek Mauro2024-02-121-1/+1
* Decrease the precision of absl::Now in x86-64 debug buildsFangrui Song2024-02-011-1/+15
* Replace `testonly = 1` with `testonly = True` in abseil BUILD files.Shahriar Rouf2024-01-311-1/+1
* Import of CCTZ from GitHub.Abseil Team2023-12-2648-30/+329
* Import of CCTZ from GitHub.Abseil Team2023-12-261-13/+0
* Include `cstdint` where necessary.Dmitri Gribenko2023-12-261-0/+2
* Support AbslStringify in absl Civil Time types.Abseil Team2023-11-142-1/+45
* Import of CCTZ from GitHub.Abseil Team2023-11-081-1/+9
* Import of CCTZ from GitHub.Derek Mauro2023-10-111-1/+5
* Bazel: Enable the header_modules featureDerek Mauro2023-10-112-1/+5
* Bazel: Support layering_check and parse_headersDerek Mauro2023-10-101-1/+9
* Import of CCTZ from GitHub.Abseil Team2023-09-232-224/+1
* Import of CCTZ from GitHub.Abseil Team2023-09-061-2/+2
* Import of CCTZ from GitHub.Abseil Team2023-08-291-1/+1
* Include what you spellDmitri Gribenko2023-08-111-3/+3
* Fixed shared Windows build in Chrome when building MediaPipe.Abseil Team2023-08-101-1/+3
* Fix warnings:Dmitri Gribenko2023-08-081-5/+8
* Add missing include for <iomanip>Derek Mauro2023-08-081-0/+1
* Import of CCTZ from GitHub.Abseil Team2023-08-041-3/+8
* Import of CCTZ from GitHub.Abseil Team2023-08-012-6/+9
* PR #1495: CMake: Link CoreFoundation with -frameworkDaniel Schürmann2023-07-311-5/+3
* Import of CCTZ from GitHub.Abseil Team2023-07-252-5/+6
* Import of CCTZ from GitHub.Abseil Team2023-06-292-0/+2
* Roll forward of CCTZ update; fixed by clang release.Abseil Team2023-06-2811-316/+351
* Rollback of CCTZ update due to crash in clang ObjcLink.Abseil Team2023-06-2811-351/+316
* Import of CCTZ from GitHub.Gennadiy Rozental2023-06-2711-316/+351
* Import of CCTZ from GitHub.Abseil Team2023-06-092-4/+17
* Import of CCTZ from GitHub.Abseil Team2023-06-063-35/+49
* Import of CCTZ from GitHub.Abseil Team2023-06-051-5/+6
* Merge pull request #1457 from juergbi:time-threadsCopybara-Service2023-06-011-0/+1
|\
| * CMake: Link `time_zone` library to `Threads::Threads`Jürg Billeter2023-05-241-0/+1
* | Disable the use of the fast GetCurrentTimeNanos() algorithm based onDerek Mauro2023-05-261-7/+6
|/
* Import of CCTZ from GitHub.Abseil Team2023-05-222-3/+124
* Import of CCTZ from GitHub.Derek Mauro2023-05-192-207/+302
* Add compiler deprecation warnings for absl::ConvertDateTime() and absl::FromD...Derek Mauro2023-05-172-7/+21
* Fix spelling mistakesVertexwahn2023-05-022-2/+2
* Fix some spelling mistakesVertexwahn2023-04-241-1/+1
* Prefer copy_n and fill_n over copy and fill where appropriate.Rose2023-04-191-1/+1
* Reland "Get rid of tail padding within `absl::Duration`. This reduces memory ...Abseil Team2023-04-143-20/+106
* Add commentary for universal time scaleAbseil Team2023-04-041-5/+8