638 Commits (2b403ec754ec342311720467277c346e413e3438)
 

Author SHA1 Message Date
Derek Mauro 5b01512e94 Add a case to detect when the Bazel compiler string is explicitly set to "gcc", 2 years ago
Abseil Team 2594f85514 Fix "unsafe narrowing" warnings in absl, 10/n. 2 years ago
Abseil Team 69199fcebe Fix "unsafe narrowing" warnings in absl, 9/n. 2 years ago
Derek Mauro 518984e432 Fix stacktrace header includes 2 years ago
Abseil Team f753eb27d0 Add a missing dependency on :raw_logging_internal 2 years ago
Derek Mauro ea9c8ff578 CMake: Require at least CMake 3.10 2 years ago
Abseil Team 308bbf300f CMake: install artifacts reflect the compiled ABI 2 years ago
Abseil Team d3c00b06b3 Fixes bug so that `%v` with modifiers doesn't compile. `%v` is not intended to work with modifiers because the meaning of modifiers is type-dependent and `%v` is intended to be used in situations where the type is not important. Please continue using if `%s` if you require format modifiers. 2 years ago
Derek Mauro 60499cf45c Convert algorithm and container benchmarks to cc_binary 2 years ago
Copybara-Service f2b8a81d63 Merge pull request #1269 from isuruf:patch-1 2 years ago
Derek Mauro 2052c2e37c InlinedVector: Small improvement to the max_size() calculation 2 years ago
Derek Mauro 152e9a1826 CMake: Mark hash_testing as a public testonly library, as it is with Bazel 2 years ago
Derek Mauro b922dbefc4 Remove the ABSL_HAVE_INTRINSIC_INT128 test from pcg_engine.h 2 years ago
Isuru Fernando 09f4602cc8
Compile all dependencies of the DLL with ABSL_CONSUME_DLL 2 years ago
Evan Brown 4a1ccf16ed Fix ClangTidy warnings in btree.h and btree_test.cc. 2 years ago
Abseil Team 4b9df7eade Fix log StrippingTest on windows when TCHAR = WCHAR 2 years ago
Abseil Team b677bd139d Refactors checker.h and replaces recursive functions with iterative functions for readability purposes. 2 years ago
Abseil Team c0b0f63fc5 Refactors checker.h to use if statements instead of ternary operators for better readability. 2 years ago
Abseil Team 30e43220e4 Import of CCTZ from GitHub. 2 years ago
Abseil Team af0babf01f Workaround for ASAN stack safety analysis problem with FixedArray container annotations. 2 years ago
Derek Mauro fa108c444f Rollback of fix "unsafe narrowing" warnings in absl, 8/n. 2 years ago
Abseil Team 847fa56a54 Fix "unsafe narrowing" warnings in absl, 8/n. 2 years ago
Abseil Team b308bc0651 Changes mutex profiling 2 years ago
Derek Mauro 43d3c7a4e2 InlinedVector: Correct the computation of max_size() 2 years ago
Abseil Team 6a262fdadd Adds support for "%v" in absl::StrFormat and related functions for string-like types (support for other builtin types will follow in future changes). Rather than specifying %s for strings, users may specify %v and have the format specifier deduced. Notably, %v does not work for `const char*` because we cannot be certain if %s or %p was intended (nor can we be certain if the `const char*` was properly null-terminated). If you have a `const char*` you know is null-terminated and would like to work with %v, please wrap it in a `string_view` before using it. 2 years ago
Abseil Team 72ec15a317 Fixed header guards to match style guide conventions. 2 years ago
Gennadiy Rozental 78f885642a Typo fix 2 years ago
Abseil Team 37c5c2e5cc Added some more no_test.. tags to build targets for controlling testing. 2 years ago
Abseil Team 34838efe8f Remove includes which are not used directly. 2 years ago
Derek Mauro 277ce1ddc2 CMake: Add an option to build the libraries that are used for writing 2 years ago
Abseil Team d9382f7290 Fix "unsafe narrowing" warnings in absl, 7/n. 2 years ago
Abseil Team 75691f1c32 Fix "unsafe narrowing" warnings in absl, 6/n. 2 years ago
Gennadiy Rozental 92fdbfb301 Release the Abseil Logging library 2 years ago
Andy Getzendanner 54022b0deb Switch time_state to explicit default initialization instead of value initialization. 2 years ago
Abseil Team c18bb21578 spinlock.h: Clean up includes 2 years ago
Abseil Team c00a27581e Fix minor typo in absl/time/time.h comment: 2 years ago
Abseil Team c561515182 Support compilers that are unknown to CMake 2 years ago
Abseil Team f7474d4961 Import of CCTZ from GitHub. 2 years ago
Abseil Team 188138facb Change bit_width(T) to return int rather than T. 2 years ago
Abseil Team d06b89b25d Import of CCTZ from GitHub. 2 years ago
Copybara-Service df638bf05a Merge pull request #1252 from jwest591:conan-fix 2 years ago
Abseil Team e81f6ba042 Don't try to enable use of ARM NEON intrinsics when compiling in CUDA device mode. They are not available in that configuration, even if the host supports them. 2 years ago
jwest591 0f2cea5edf
Fix conan build step 2 years ago
Abseil Team fcfc7a6d15 Fix "unsafe narrowing" warnings in absl, 5/n. 2 years ago
Abseil Team 934f613818 Fix "unsafe narrowing" warnings in absl, 4/n. 2 years ago
Abseil Team 547802119d Import of CCTZ from GitHub. 2 years ago
Derek Mauro f4b2faaa44 Update Abseil platform support policy to point to the Foundational C++ 2 years ago
Abseil Team fa69b19a4e Import of CCTZ from GitHub. 2 years ago
Derek Mauro 59cba2b50d Add --features=external_include_paths to Bazel CI to ignore warnings 2 years ago
Copybara-Service 61f84d623d Merge pull request #1250 from jonathan-conder-sm:gcc_72 2 years ago