| Commit message (Expand) | Author | Age |
* | Fix log StrippingTest on windows when TCHAR = WCHAR | Abseil Team | 2022-09-01 |
* | Refactors checker.h and replaces recursive functions with iterative functions... | Abseil Team | 2022-09-01 |
* | Refactors checker.h to use if statements instead of ternary operators for bet... | Abseil Team | 2022-09-01 |
* | Import of CCTZ from GitHub. | Abseil Team | 2022-09-01 |
* | Workaround for ASAN stack safety analysis problem with FixedArray container a... | Abseil Team | 2022-09-01 |
* | Rollback of fix "unsafe narrowing" warnings in absl, 8/n. | Derek Mauro | 2022-09-01 |
* | Fix "unsafe narrowing" warnings in absl, 8/n. | Abseil Team | 2022-09-01 |
* | Changes mutex profiling | Abseil Team | 2022-09-01 |
* | InlinedVector: Correct the computation of max_size() | Derek Mauro | 2022-08-31 |
* | Adds support for "%v" in absl::StrFormat and related functions for string-lik... | Abseil Team | 2022-08-31 |
* | Fixed header guards to match style guide conventions. | Abseil Team | 2022-08-31 |
* | Typo fix | Gennadiy Rozental | 2022-08-31 |
* | Added some more no_test.. tags to build targets for controlling testing. | Abseil Team | 2022-08-31 |
* | Remove includes which are not used directly. | Abseil Team | 2022-08-30 |
* | Fix "unsafe narrowing" warnings in absl, 7/n. | Abseil Team | 2022-08-29 |
* | Fix "unsafe narrowing" warnings in absl, 6/n. | Abseil Team | 2022-08-29 |
* | Release the Abseil Logging library | Gennadiy Rozental | 2022-08-25 |
* | Switch time_state to explicit default initialization instead of value initial... | Andy Getzendanner | 2022-08-24 |
* | spinlock.h: Clean up includes | Abseil Team | 2022-08-24 |
* | Fix minor typo in absl/time/time.h comment: | Abseil Team | 2022-08-23 |
* | Import of CCTZ from GitHub. | Abseil Team | 2022-08-18 |
* | Change bit_width(T) to return int rather than T. | Abseil Team | 2022-08-18 |
* | Import of CCTZ from GitHub. | Abseil Team | 2022-08-17 |
* | Don't try to enable use of ARM NEON intrinsics when compiling in CUDA device ... | Abseil Team | 2022-08-17 |
* | Fix "unsafe narrowing" warnings in absl, 5/n. | Abseil Team | 2022-08-17 |
* | Fix "unsafe narrowing" warnings in absl, 4/n. | Abseil Team | 2022-08-17 |
* | Import of CCTZ from GitHub. | Abseil Team | 2022-08-16 |
* | Import of CCTZ from GitHub. | Abseil Team | 2022-08-16 |
* | Workaround bug in GCC 7.2 | Jonathan Conder | 2022-08-12 |
* | Import of CCTZ from GitHub. | Abseil Team | 2022-08-11 |
* | Merge pull request #1246 from wxilas21:master | Copybara-Service | 2022-08-11 |
|\ |
|
| * | Delete #include. | Kim Hyun | 2022-08-11 |
* | | remove unused includes and add missing std includes for absl/status/status.h | Abseil Team | 2022-08-10 |
| * | - Fix deprecated header in visual studio version 17.3.0 C++20 | Hyun | 2022-08-10 |
|/ |
|
* | Disable ABSL_HAVE_STD_IS_TRIVIALLY_ASSIGNABLE for clang-cl. | Abseil Team | 2022-08-05 |
* | Map the absl::is_trivially_* functions to their std impl | Abseil Team | 2022-08-05 |
* | Add more SimpleAtod / SimpleAtof test coverage | Abseil Team | 2022-08-04 |
* | debugging: handle alternate signal stacks better on RISCV | Saleem Abdulrasool | 2022-08-04 |
* | Revert change "Fix "unsafe narrowing" warnings in absl, 4/n.". | Thomas Köppe | 2022-08-04 |
* | Fix "unsafe narrowing" warnings in absl, 3/n. | Abseil Team | 2022-08-04 |
* | Fix "unsafe narrowing" warnings in absl, 4/n. | Abseil Team | 2022-08-04 |
* | Fix "unsafe narrowing" warnings in absl, 2/n. | Abseil Team | 2022-08-01 |
* | debugging: honour `STRICT_UNWINDING` in RISCV path | Saleem Abdulrasool | 2022-07-29 |
* | Fix "unsafe narrowing" warnings in absl, 1/n. | Abseil Team | 2022-07-28 |
* | Add ABSL_IS_TRIVIALLY_RELOCATABLE and ABSL_ATTRIBUTE_TRIVIAL_ABI macros for u... | Evan Brown | 2022-07-27 |
* | Merge pull request #1223 from ElijahPepe:fix/implement-snprintf-safely | Copybara-Service | 2022-07-27 |
|\ |
|
* | | Fix frame pointer alignment check. | Abseil Team | 2022-07-26 |
* | | Fixed sign-conversion warning in code. | Abseil Team | 2022-07-25 |
* | | Import of CCTZ from GitHub. | Abseil Team | 2022-07-25 |
* | | Add missing include for std::unique_ptr | Abseil Team | 2022-07-22 |