summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Cleanup some InlineData internal layout specific details from cord.hGravatar Martijn Vels2022-09-29
* Improve the comments on the implementation of format hooks adl tricks.Gravatar Matt Kulukundis2022-09-29
* Expand LogEntry method docs.Gravatar Andy Getzendanner2022-09-29
* Documentation: Remove an obsolete note about the implementation of `Cord`.Gravatar Abseil Team2022-09-28
* `absl::base_internal::ReadLongFromFile` should use `O_CLOEXEC` and handle int...Gravatar Abseil Team2022-09-28
* Allows absl::StrFormat to accept types which implement AbslStringify()Gravatar Abseil Team2022-09-28
* Add common_policy_traits - a subset of hash_policy_traits that can be shared ...Gravatar Evan Brown2022-09-28
* Split configuration related to cycle clock into separate headersGravatar Abseil Team2022-09-26
* Fix -Wimplicit-int-conversion and -Wsign-conversion warnings in btree.Gravatar Abseil Team2022-09-26
* Implement Eisel-Lemire for from_chars<float>Gravatar Abseil Team2022-09-26
* Import of CCTZ from GitHub.Gravatar Abseil Team2022-09-25
* Adds support for "%v" in absl::StrFormat and related functions for bool value...Gravatar Abseil Team2022-09-20
* De-pointerize LogStreamer::stream_, and fix move ctor/assign preservation of ...Gravatar Andy Getzendanner2022-09-20
* Explicitly disallows modifiers for use with %v.Gravatar Abseil Team2022-09-20
* Change the macro ABSL_IS_TRIVIALLY_RELOCATABLE into a type trait - absl::is_t...Gravatar Evan Brown2022-09-20
* Add sparse and string copy constructor benchmarks for hash table.Gravatar Abseil Team2022-09-20
* Make BTrees work with custom allocators that recycle memory.Gravatar Abseil Team2022-09-19
* Update the readme, and (internally) fix some export processes to better keep ...Gravatar Andy Getzendanner2022-09-19
* Add the fact that CHECK_OK exits the program to the comment of CHECK_OK.Gravatar Abseil Team2022-09-16
* Adds support for "%v" in absl::StrFormat and related functions for numeric ty...Gravatar Abseil Team2022-09-15
* Implement correct move constructor and assignment for absl::strings_internal:...Gravatar Andy Getzendanner2022-09-14
* Add more options for `BM_iteration` in order to see better picture for choosi...Gravatar Abseil Team2022-09-14
* Change `EndComparison` benchmark to not measure iteration. Also added `BM_Ite...Gravatar Abseil Team2022-09-13
* Implement Eisel-Lemire for from_chars<double>Gravatar Abseil Team2022-09-13
* Add `-llog` to linker options when building log_sink_set in logging internals.Gravatar Greg Falcon2022-09-13
* Apply clang-format to btree.h.Gravatar Evan Brown2022-09-13
* Improve failure message: tell the values we don't like.Gravatar Abseil Team2022-09-13
* Increase the number of per-ObjFile program headers we can expect.Gravatar Abseil Team2022-09-13
* Fix "unsafe narrowing" warnings in absl, 8/n.Gravatar Abseil Team2022-09-12
* Fix format string error with an explicit castGravatar Derek Mauro2022-09-08
* Add a case to detect when the Bazel compiler string is explicitly set to "gcc",Gravatar Derek Mauro2022-09-08
* Fix "unsafe narrowing" warnings in absl, 10/n.Gravatar Abseil Team2022-09-08
* Fix "unsafe narrowing" warnings in absl, 9/n.Gravatar Abseil Team2022-09-08
* Fix stacktrace header includesGravatar Derek Mauro2022-09-08
* Add a missing dependency on :raw_logging_internalGravatar Abseil Team2022-09-07
* CMake: Require at least CMake 3.10Gravatar Derek Mauro2022-09-07
* CMake: install artifacts reflect the compiled ABIGravatar Abseil Team2022-09-06
* Fixes bug so that `%v` with modifiers doesn't compile. `%v` is not intended t...Gravatar Abseil Team2022-09-06
* Convert algorithm and container benchmarks to cc_binaryGravatar Derek Mauro2022-09-06
* Merge pull request #1269 from isuruf:patch-1Gravatar Copybara-Service2022-09-06
|\
* | InlinedVector: Small improvement to the max_size() calculationGravatar Derek Mauro2022-09-02
* | CMake: Mark hash_testing as a public testonly library, as it is with BazelGravatar Derek Mauro2022-09-02
* | Remove the ABSL_HAVE_INTRINSIC_INT128 test from pcg_engine.hGravatar Derek Mauro2022-09-02
| * Compile all dependencies of the DLL with ABSL_CONSUME_DLLGravatar Isuru Fernando2022-09-02
|/
* Fix ClangTidy warnings in btree.h and btree_test.cc.Gravatar Evan Brown2022-09-01
* Fix log StrippingTest on windows when TCHAR = WCHARGravatar Abseil Team2022-09-01
* Refactors checker.h and replaces recursive functions with iterative functions...Gravatar Abseil Team2022-09-01
* Refactors checker.h to use if statements instead of ternary operators for bet...Gravatar Abseil Team2022-09-01
* Import of CCTZ from GitHub.Gravatar Abseil Team2022-09-01
* Workaround for ASAN stack safety analysis problem with FixedArray container a...Gravatar Abseil Team2022-09-01