| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement correct move constructor and assignment for absl::strings_internal:... | Andy Getzendanner | 2022-09-14 | 3 | -29/+90 |
* | Add more options for `BM_iteration` in order to see better picture for choosi... | Abseil Team | 2022-09-14 | 1 | -1/+16 |
* | Change `EndComparison` benchmark to not measure iteration. Also added `BM_Ite... | Abseil Team | 2022-09-13 | 1 | -10/+32 |
* | Implement Eisel-Lemire for from_chars<double> | Abseil Team | 2022-09-13 | 2 | -11/+389 |
* | Add `-llog` to linker options when building log_sink_set in logging internals. | Greg Falcon | 2022-09-13 | 2 | -1/+5 |
* | Apply clang-format to btree.h. | Evan Brown | 2022-09-13 | 1 | -78/+55 |
* | Improve failure message: tell the values we don't like. | Abseil Team | 2022-09-13 | 1 | -2/+3 |
* | Increase the number of per-ObjFile program headers we can expect. | Abseil Team | 2022-09-13 | 1 | -1/+2 |
* | Fix "unsafe narrowing" warnings in absl, 8/n. | Abseil Team | 2022-09-12 | 12 | -174/+219 |
* | Fix format string error with an explicit cast | Derek Mauro | 2022-09-08 | 1 | -4/+3 |
* | Add a case to detect when the Bazel compiler string is explicitly set to "gcc", | Derek Mauro | 2022-09-08 | 2 | -0/+10 |
* | Fix "unsafe narrowing" warnings in absl, 10/n. | Abseil Team | 2022-09-08 | 9 | -465/+472 |
* | Fix "unsafe narrowing" warnings in absl, 9/n. | Abseil Team | 2022-09-08 | 8 | -107/+123 |
* | Fix stacktrace header includes | Derek Mauro | 2022-09-08 | 2 | -2/+2 |
* | Add a missing dependency on :raw_logging_internal | Abseil Team | 2022-09-07 | 2 | -0/+2 |
* | Fixes bug so that `%v` with modifiers doesn't compile. `%v` is not intended t... | Abseil Team | 2022-09-06 | 2 | -2/+4 |
* | Convert algorithm and container benchmarks to cc_binary | Derek Mauro | 2022-09-06 | 5 | -6/+9 |
* | InlinedVector: Small improvement to the max_size() calculation | Derek Mauro | 2022-09-02 | 1 | -3/+4 |
* | CMake: Mark hash_testing as a public testonly library, as it is with Bazel | Derek Mauro | 2022-09-02 | 1 | -1/+2 |
* | Remove the ABSL_HAVE_INTRINSIC_INT128 test from pcg_engine.h | Derek Mauro | 2022-09-02 | 1 | -23/+2 |
* | Fix ClangTidy warnings in btree.h and btree_test.cc. | Evan Brown | 2022-09-01 | 4 | -4/+3 |
* | Fix log StrippingTest on windows when TCHAR = WCHAR | Abseil Team | 2022-09-01 | 1 | -1/+1 |
* | Refactors checker.h and replaces recursive functions with iterative functions... | Abseil Team | 2022-09-01 | 1 | -24/+25 |
* | Refactors checker.h to use if statements instead of ternary operators for bet... | Abseil Team | 2022-09-01 | 1 | -47/+78 |
* | Import of CCTZ from GitHub. | Abseil Team | 2022-09-01 | 1 | -2/+3 |
* | Workaround for ASAN stack safety analysis problem with FixedArray container a... | Abseil Team | 2022-09-01 | 1 | -0/+3 |
* | Rollback of fix "unsafe narrowing" warnings in absl, 8/n. | Derek Mauro | 2022-09-01 | 12 | -211/+171 |
* | Fix "unsafe narrowing" warnings in absl, 8/n. | Abseil Team | 2022-09-01 | 12 | -171/+211 |
* | Changes mutex profiling | Abseil Team | 2022-09-01 | 2 | -2/+5 |
* | InlinedVector: Correct the computation of max_size() | Derek Mauro | 2022-08-31 | 2 | -2/+4 |
* | Adds support for "%v" in absl::StrFormat and related functions for string-lik... | Abseil Team | 2022-08-31 | 7 | -10/+219 |
* | Fixed header guards to match style guide conventions. | Abseil Team | 2022-08-31 | 10 | -30/+30 |
* | Typo fix | Gennadiy Rozental | 2022-08-31 | 1 | -1/+1 |
* | Added some more no_test.. tags to build targets for controlling testing. | Abseil Team | 2022-08-31 | 5 | -0/+17 |
* | Remove includes which are not used directly. | Abseil Team | 2022-08-30 | 2 | -2/+0 |
* | Fix "unsafe narrowing" warnings in absl, 7/n. | Abseil Team | 2022-08-29 | 7 | -27/+33 |
* | Fix "unsafe narrowing" warnings in absl, 6/n. | Abseil Team | 2022-08-29 | 8 | -83/+88 |
* | Release the Abseil Logging library | Gennadiy Rozental | 2022-08-25 | 62 | -0/+12367 |
* | Switch time_state to explicit default initialization instead of value initial... | Andy Getzendanner | 2022-08-24 | 1 | -1/+1 |
* | spinlock.h: Clean up includes | Abseil Team | 2022-08-24 | 1 | -5/+1 |
* | Fix minor typo in absl/time/time.h comment: | Abseil Team | 2022-08-23 | 1 | -1/+1 |
* | Import of CCTZ from GitHub. | Abseil Team | 2022-08-18 | 4 | -1/+1 |
* | Change bit_width(T) to return int rather than T. | Abseil Team | 2022-08-18 | 1 | -3/+2 |
* | Import of CCTZ from GitHub. | Abseil Team | 2022-08-17 | 2 | -1/+25 |
* | Don't try to enable use of ARM NEON intrinsics when compiling in CUDA device ... | Abseil Team | 2022-08-17 | 1 | -1/+6 |
* | Fix "unsafe narrowing" warnings in absl, 5/n. | Abseil Team | 2022-08-17 | 14 | -233/+283 |
* | Fix "unsafe narrowing" warnings in absl, 4/n. | Abseil Team | 2022-08-17 | 9 | -123/+156 |
* | Import of CCTZ from GitHub. | Abseil Team | 2022-08-16 | 1 | -1/+6 |
* | Import of CCTZ from GitHub. | Abseil Team | 2022-08-16 | 116 | -7/+24 |
* | Workaround bug in GCC 7.2 | Jonathan Conder | 2022-08-12 | 1 | -1/+1 |