summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Rollback of fix "unsafe narrowing" warnings in absl, 8/n.Gravatar Derek Mauro2022-09-01
* Fix "unsafe narrowing" warnings in absl, 8/n.Gravatar Abseil Team2022-09-01
* Changes mutex profilingGravatar Abseil Team2022-09-01
* InlinedVector: Correct the computation of max_size()Gravatar Derek Mauro2022-08-31
* Adds support for "%v" in absl::StrFormat and related functions for string-lik...Gravatar Abseil Team2022-08-31
* Fixed header guards to match style guide conventions.Gravatar Abseil Team2022-08-31
* Typo fixGravatar Gennadiy Rozental2022-08-31
* Added some more no_test.. tags to build targets for controlling testing.Gravatar Abseil Team2022-08-31
* Remove includes which are not used directly.Gravatar Abseil Team2022-08-30
* CMake: Add an option to build the libraries that are used for writingGravatar Derek Mauro2022-08-29
* Fix "unsafe narrowing" warnings in absl, 7/n.Gravatar Abseil Team2022-08-29
* Fix "unsafe narrowing" warnings in absl, 6/n.Gravatar Abseil Team2022-08-29
* Release the Abseil Logging libraryGravatar Gennadiy Rozental2022-08-25
* Switch time_state to explicit default initialization instead of value initial...Gravatar Andy Getzendanner2022-08-24
* spinlock.h: Clean up includesGravatar Abseil Team2022-08-24
* Fix minor typo in absl/time/time.h comment:Gravatar Abseil Team2022-08-23
* Support compilers that are unknown to CMakeGravatar Abseil Team2022-08-22
* Import of CCTZ from GitHub.Gravatar Abseil Team2022-08-18
* Change bit_width(T) to return int rather than T.Gravatar Abseil Team2022-08-18
* Import of CCTZ from GitHub.Gravatar Abseil Team2022-08-17
* Merge pull request #1252 from jwest591:conan-fixGravatar Copybara-Service2022-08-17
|\
* | Don't try to enable use of ARM NEON intrinsics when compiling in CUDA device ...Gravatar Abseil Team2022-08-17
| * Fix conan build stepGravatar jwest5912022-08-17
|/
* Fix "unsafe narrowing" warnings in absl, 5/n.Gravatar Abseil Team2022-08-17
* Fix "unsafe narrowing" warnings in absl, 4/n.Gravatar Abseil Team2022-08-17
* Import of CCTZ from GitHub.Gravatar Abseil Team2022-08-16
* Update Abseil platform support policy to point to the Foundational C++Gravatar Derek Mauro2022-08-16
* Import of CCTZ from GitHub.Gravatar Abseil Team2022-08-16
* Add --features=external_include_paths to Bazel CI to ignore warningsGravatar Derek Mauro2022-08-15
* Merge pull request #1250 from jonathan-conder-sm:gcc_72Gravatar Copybara-Service2022-08-12
|\
* \ Merge pull request #1249 from evanacox:masterGravatar Copybara-Service2022-08-12
|\ \
| | * Workaround bug in GCC 7.2Gravatar Jonathan Conder2022-08-12
| |/ |/|
| * change explanation message in `ABSL_USE_SYSTEM_INCLUDES` optionGravatar Evan Cox2022-08-11
| * add new CMake option `ABSL_USE_SYSTEM_INCLUDES`Gravatar Evan Cox2022-08-11
|/
* Import of CCTZ from GitHub.Gravatar Abseil Team2022-08-11
* Merge pull request #1246 from wxilas21:masterGravatar Copybara-Service2022-08-11
|\
| * Delete #include.Gravatar Kim Hyun2022-08-11
* | remove unused includes and add missing std includes for absl/status/status.hGravatar Abseil Team2022-08-10