aboutsummaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAgeFilesLines
* Implement correct move constructor and assignment for absl::strings_internal:...Andy Getzendanner2022-09-143-29/+90
* Add more options for `BM_iteration` in order to see better picture for choosi...Abseil Team2022-09-141-1/+16
* Change `EndComparison` benchmark to not measure iteration. Also added `BM_Ite...Abseil Team2022-09-131-10/+32
* Implement Eisel-Lemire for from_chars<double>Abseil Team2022-09-132-11/+389
* Add `-llog` to linker options when building log_sink_set in logging internals.Greg Falcon2022-09-132-1/+5
* Apply clang-format to btree.h.Evan Brown2022-09-131-78/+55
* Improve failure message: tell the values we don't like.Abseil Team2022-09-131-2/+3
* Increase the number of per-ObjFile program headers we can expect.Abseil Team2022-09-131-1/+2
* Fix "unsafe narrowing" warnings in absl, 8/n.Abseil Team2022-09-1212-174/+219
* Fix format string error with an explicit castDerek Mauro2022-09-081-4/+3
* Add a case to detect when the Bazel compiler string is explicitly set to "gcc",Derek Mauro2022-09-082-0/+10
* Fix "unsafe narrowing" warnings in absl, 10/n.Abseil Team2022-09-089-465/+472
* Fix "unsafe narrowing" warnings in absl, 9/n.Abseil Team2022-09-088-107/+123
* Fix stacktrace header includesDerek Mauro2022-09-082-2/+2
* Add a missing dependency on :raw_logging_internalAbseil Team2022-09-072-0/+2
* Fixes bug so that `%v` with modifiers doesn't compile. `%v` is not intended t...Abseil Team2022-09-062-2/+4
* Convert algorithm and container benchmarks to cc_binaryDerek Mauro2022-09-065-6/+9
* InlinedVector: Small improvement to the max_size() calculationDerek Mauro2022-09-021-3/+4
* CMake: Mark hash_testing as a public testonly library, as it is with BazelDerek Mauro2022-09-021-1/+2
* Remove the ABSL_HAVE_INTRINSIC_INT128 test from pcg_engine.hDerek Mauro2022-09-021-23/+2
* Fix ClangTidy warnings in btree.h and btree_test.cc.Evan Brown2022-09-014-4/+3
* Fix log StrippingTest on windows when TCHAR = WCHARAbseil Team2022-09-011-1/+1
* Refactors checker.h and replaces recursive functions with iterative functions...Abseil Team2022-09-011-24/+25
* Refactors checker.h to use if statements instead of ternary operators for bet...Abseil Team2022-09-011-47/+78
* Import of CCTZ from GitHub.Abseil Team2022-09-011-2/+3
* Workaround for ASAN stack safety analysis problem with FixedArray container a...Abseil Team2022-09-011-0/+3
* Rollback of fix "unsafe narrowing" warnings in absl, 8/n.Derek Mauro2022-09-0112-211/+171
* Fix "unsafe narrowing" warnings in absl, 8/n.Abseil Team2022-09-0112-171/+211
* Changes mutex profilingAbseil Team2022-09-012-2/+5
* InlinedVector: Correct the computation of max_size()Derek Mauro2022-08-312-2/+4
* Adds support for "%v" in absl::StrFormat and related functions for string-lik...Abseil Team2022-08-317-10/+219
* Fixed header guards to match style guide conventions.Abseil Team2022-08-3110-30/+30
* Typo fixGennadiy Rozental2022-08-311-1/+1
* Added some more no_test.. tags to build targets for controlling testing.Abseil Team2022-08-315-0/+17
* Remove includes which are not used directly.Abseil Team2022-08-302-2/+0
* Fix "unsafe narrowing" warnings in absl, 7/n.Abseil Team2022-08-297-27/+33
* Fix "unsafe narrowing" warnings in absl, 6/n.Abseil Team2022-08-298-83/+88
* Release the Abseil Logging libraryGennadiy Rozental2022-08-2562-0/+12367
* Switch time_state to explicit default initialization instead of value initial...Andy Getzendanner2022-08-241-1/+1
* spinlock.h: Clean up includesAbseil Team2022-08-241-5/+1
* Fix minor typo in absl/time/time.h comment:Abseil Team2022-08-231-1/+1
* Import of CCTZ from GitHub.Abseil Team2022-08-184-1/+1
* Change bit_width(T) to return int rather than T.Abseil Team2022-08-181-3/+2
* Import of CCTZ from GitHub.Abseil Team2022-08-172-1/+25
* Don't try to enable use of ARM NEON intrinsics when compiling in CUDA device ...Abseil Team2022-08-171-1/+6
* Fix "unsafe narrowing" warnings in absl, 5/n.Abseil Team2022-08-1714-233/+283
* Fix "unsafe narrowing" warnings in absl, 4/n.Abseil Team2022-08-179-123/+156
* Import of CCTZ from GitHub.Abseil Team2022-08-161-1/+6
* Import of CCTZ from GitHub.Abseil Team2022-08-16116-7/+24
* Workaround bug in GCC 7.2Jonathan Conder2022-08-121-1/+1