Commit Graph

  • 61f84d623d Merge pull request #1250 from jonathan-conder-sm:gcc_72 Copybara-Service 2022-08-12 07:33:25 -0700
  • 252bb88f1b Merge pull request #1249 from evanacox:master Copybara-Service 2022-08-12 07:25:40 -0700
  • 0335c3d2a0 Workaround bug in GCC 7.2 Jonathan Conder 2022-08-12 17:22:19 +1200
  • 436f267ca3 change explanation message in `ABSL_USE_SYSTEM_INCLUDES` option Evan Cox 2022-08-11 16:42:31 -0400
  • 6f6886156d add new CMake option `ABSL_USE_SYSTEM_INCLUDES` Evan Cox 2022-08-11 14:55:04 -0400
  • 697acabc5b Import of CCTZ from GitHub. Abseil Team 2022-08-11 11:22:33 -0700
  • 92ac33b99e Merge pull request #1246 from wxilas21:master Copybara-Service 2022-08-11 07:25:13 -0700
  • 3e54e87f02
    Delete #include. Kim Hyun 2022-08-11 07:18:46 +0900
  • 149ab40581 remove unused includes and add missing std includes for absl/status/status.h Abseil Team 2022-08-10 06:00:55 -0700
  • 634311e6d2 - Fix deprecated header in visual studio version 17.3.0 C++20 Hyun 2022-08-10 15:29:16 +0900
  • 66b20df2ac - Fix deprecated header in visual studio version 17.3.0 C++20 Hyun 2022-08-10 14:16:37 +0900
  • 6d806da76f Sort INTERNAL_DLL_TARGETS for easier maintenance. Gennadiy Rozental 2022-08-09 15:51:38 -0700
  • 0c92330442 Disable ABSL_HAVE_STD_IS_TRIVIALLY_ASSIGNABLE for clang-cl. Abseil Team 2022-08-05 10:09:33 -0700
  • cfe27e79cf Map the absl::is_trivially_* functions to their std impl Abseil Team 2022-08-05 06:56:05 -0700
  • c973608061 Add more SimpleAtod / SimpleAtof test coverage Abseil Team 2022-08-04 18:14:58 -0700
  • 9ab9e487a6 debugging: handle alternate signal stacks better on RISCV Saleem Abdulrasool 2022-08-04 11:19:48 -0700
  • 4b551344e6 Revert change "Fix "unsafe narrowing" warnings in absl, 4/n.". Thomas Köppe 2022-08-04 06:14:14 -0700
  • 751ade00ee Fix "unsafe narrowing" warnings in absl, 3/n. Abseil Team 2022-08-04 05:19:56 -0700
  • 07360899e6 Fix "unsafe narrowing" warnings in absl, 4/n. Abseil Team 2022-08-04 05:04:38 -0700
  • 16af2bbcb9 Fix "unsafe narrowing" warnings in absl, 2/n. Abseil Team 2022-08-01 08:29:37 -0700
  • c1fce449d9 Add -Wno-pedantic to ABSL_GCC_FLAGS Adam Zalcman 2022-07-29 18:02:55 -0700
  • dc370a8246 debugging: honour `STRICT_UNWINDING` in RISCV path Saleem Abdulrasool 2022-07-29 14:38:13 -0700
  • 7f51ef5ed2 Fix "unsafe narrowing" warnings in absl, 1/n. Abseil Team 2022-07-28 07:45:06 -0700
  • c7e60ccfcd Add ABSL_IS_TRIVIALLY_RELOCATABLE and ABSL_ATTRIBUTE_TRIVIAL_ABI macros for use with clang's __is_trivially_relocatable and [[clang::trivial_abi]]. Evan Brown 2022-07-27 13:45:19 -0700
  • 51f6d868c8 Merge pull request #1223 from ElijahPepe:fix/implement-snprintf-safely Copybara-Service 2022-07-27 07:36:45 -0700
  • b0787ae6bc Fix frame pointer alignment check. Abseil Team 2022-07-26 10:15:43 -0700
  • 63c9eeca04 Fixed sign-conversion warning in code. Abseil Team 2022-07-25 17:19:54 -0700
  • d0e7a8ab3a Import of CCTZ from GitHub. Abseil Team 2022-07-25 12:43:17 -0700
  • 706de63872
    Make StrCat effective for single rvalue string Valery Mironov 2022-07-25 20:45:49 +0300
  • b0ffc94d7b Buildfix OpenBSD. 3405691582 2022-07-25 10:25:03 -0400
  • 701185dbce Add missing include for std::unique_ptr Abseil Team 2022-07-22 12:41:32 -0700
  • c1deed2f44 Do not re-close files on EINTR David Majnemer 2022-07-22 09:24:08 -0700
  • 0e0d8054dc
    fix: properly create the b integer Elijah Conners 2022-07-21 13:18:12 -0700
  • 2c489bb5f0 Renamespace absl::raw_logging_internal to absl::raw_log_internal to match (upcoming) non-raw logging namespace. Andy Getzendanner 2022-07-20 13:10:28 -0700
  • 68da198e67
    fix(mutex): safely call snprintf Elijah Conners 2022-07-19 22:37:47 -0700
  • 0c8bd82e90 Check for negative return values from ReadFromOffset David Majnemer 2022-07-18 22:24:32 -0700
  • e633c71109 Use HTTPS RFC URLs, which work regardless of the browser's locale. Abseil Team 2022-07-18 16:05:19 -0700
  • 65ac1e611c Avoid signedness change when casting off_t Benjamin Barenblat 2022-07-18 12:23:48 -0700
  • 6162604bee Internal Cleanup: removing unused internal function declaration. Martijn Vels 2022-07-18 07:37:22 -0700
  • 5d9b8a9fb0 Make Span complain if constructed with a parameter that won't outlive it, except if that parameter is also a span or appears to be a view type. Abseil Team 2022-07-18 07:17:15 -0700
  • 56f5477f15 any_invocable_test: Re-enable the two conversion tests that used to fail under MSVC Dino Radakovic 2022-07-15 14:26:10 -0700
  • b707b6c179 Add GetCustomAppendBuffer method to absl::Cord Martijn Vels 2022-07-15 13:39:31 -0700
  • d6f96eda14 debugging: add hooks for checking stack ranges Saleem Abdulrasool 2022-07-14 10:34:13 -0700
  • ef68bd3d31 Minor clang-tidy cleanups Abseil Team 2022-07-14 09:31:09 -0700
  • 305a0088ce Support [[gnu::abi_tag("xyz")]] demangling. Abseil Team 2022-07-13 10:42:00 -0700
  • d2422b19e9 Fix -Warray-parameter warning Abseil Team 2022-07-13 08:44:06 -0700
  • 3d0956d139 Merge pull request #1217 from anpol:macos-sigaltstack Copybara-Service 2022-07-13 07:47:44 -0700
  • 0565e00b93 Disable sigaltstack() on macOS to make backtrace() work. Andrei Polushin 2022-07-13 02:09:10 +0700
  • e517aaf499 Undo documentation change on erase. Abseil Team 2022-07-12 14:39:46 -0700
  • 52e905e760 Improve documentation on erase. Abseil Team 2022-07-12 11:16:51 -0700
  • 90099691ac Merge pull request #1216 from brjsp:master Copybara-Service 2022-07-12 09:12:37 -0700
  • 504229dfa4 string_view: conditional constexpr is no longer needed for C++14 Derek Mauro 2022-07-12 02:09:56 -0700
  • 09e9604999
    Do not leak -maes -msse4.1 into pkgconfig Bruno Pitrus 2022-07-11 18:27:39 +0200
  • 427d8f5756 Make exponential_distribution_test a bigger test (timeout small -> moderate). Abseil Team 2022-07-07 07:00:34 -0700
  • 97ab3dcfd6 Move Abseil to C++14 minimum Derek Mauro 2022-07-06 19:08:47 -0700
  • 9edef2349c Revert commit f4988f5bd4 Saleem Abdulrasool 2022-07-06 13:39:37 -0700
  • 4bbdb02689 Disable C++11 testing, enable C++14 and C++20 in some configurations where it wasn't enabled Derek Mauro 2022-07-05 09:37:54 -0700
  • f4988f5bd4 debugging: account for differences in alternate signal stacks Saleem Abdulrasool 2022-06-30 15:34:32 -0700
  • b35ae3281a Import of CCTZ from GitHub. Abseil Team 2022-06-29 09:41:29 -0700
  • 736458b555 Run flaky test in fewer configurations Abseil Team 2022-06-25 14:02:29 -0700
  • c46096c507 AnyInvocable: Move credits to the top of the file Dino Radakovic 2022-06-24 08:11:04 -0700
  • 388c2edaf1 Extend visibility of :examine_stack to an upcoming Abseil Log. Gennadiy Rozental 2022-06-24 07:18:21 -0700
  • 273292d1cf
    Apply LTS transformations for 20220623 LTS branch (#1202) 20220623.rc1 20220623.0 Derek Mauro 2022-06-23 14:22:47 -0400
  • 23c52ead41 Apply LTS transformations for 20220623 LTS branch Derek Mauro 2022-06-23 13:36:44 -0400
  • 4dc63bade3 Merge contiguous mappings from the same file. Abseil Team 2022-06-22 13:55:21 -0700
  • e7cbb2acd3 Update versions of WORKSPACE dependencies Derek Mauro 2022-06-22 10:39:06 -0700
  • 8e27a61883 Use ABSL_INTERNAL_HAS_SSE2 instead of __SSE2__ Abseil Team 2022-06-22 09:14:46 -0700
  • 01cc6567cf PR #1200: absl/debugging/CMakeLists.txt: link with libexecinfo if needed Fabrice Fontaine 2022-06-21 12:27:47 -0700
  • 93ad4284ac Update GCC floor container to use Bazel 5.2.0 Derek Mauro 2022-06-21 08:08:09 -0700
  • dac52cd20e absl/debugging/CMakeLists.txt: link with libexecinfo if needed Fabrice Fontaine 2022-06-16 23:34:44 +0200
  • d2c5297a3c Update GoogleTest version used by Abseil Derek Mauro 2022-06-16 18:45:50 -0700
  • b7ceff06d2 Release absl::AnyInvocable Dino Radakovic 2022-06-16 16:42:34 -0700
  • 53a90f079a PR #1197: absl/base/internal/direct_mmap.h: fix musl build on mips Fabrice Fontaine 2022-06-16 14:28:53 -0700
  • c3c49150cc absl/base/internal/invoke: Ignore bogus warnings on GCC >= 11 Dino Radakovic 2022-06-16 14:09:05 -0700
  • 44050f0d60 Revert GoogleTest version used by Abseil to commit 28e1da21d8d677bc98f12ccc7fc159ff19e8e817 Dino Radakovic 2022-06-16 13:17:21 -0700
  • 6b6d40f999 Update GoogleTest version used by Abseil Derek Mauro 2022-06-15 17:27:41 -0700
  • 509f275822 explicit_seed_seq_test: work around/disable bogus warnings in GCC 12 Derek Mauro 2022-06-15 07:53:43 -0700
  • a184bab83f any_test: expand the any emplace bug suppression, since it has gotten worse in GCC 12 Derek Mauro 2022-06-15 07:42:49 -0700
  • 2e36d96669 absl::Time: work around bogus GCC 12 -Wrestrict warning Derek Mauro 2022-06-14 18:04:19 -0700
  • ae228edc16 Make absl::StdSeedSeq an alias for std::seed_seq Laramie Leavitt 2022-06-14 15:24:13 -0700
  • d66e0dc6cc absl::Optional: suppress bogus -Wmaybe-uninitialized GCC 12 warning Derek Mauro 2022-06-14 13:51:01 -0700
  • 10ec11de9c algorithm_test: suppress bogus -Wnonnull warning in GCC 12 Derek Mauro 2022-06-14 13:10:59 -0700
  • cfd9476bff flags/marshalling_test: work around bogus GCC 12 -Wmaybe-uninitialized warning Derek Mauro 2022-06-14 12:58:49 -0700
  • bf93dba8e2 counting_allocator: suppress bogus -Wuse-after-free warning in GCC 12 Derek Mauro 2022-06-14 12:48:22 -0700
  • 76c7ad8241 Prefer to fallback to UTC when the embedded zoneinfo data does not contain the requested zone. Abseil Team 2022-06-14 10:23:06 -0700
  • c9b5b5c547 absl/base/internal/direct_mmap.h: fix musl build on mips Fabrice Fontaine 2022-06-11 14:33:48 +0200
  • 02b0216656 Minor wording fix in the comment for ConsumeSuffix() Abseil Team 2022-06-10 23:20:25 -0700
  • eda52d053e Tweak the signature of status_internal::MakeCheckFailString as part of an upcoming change Andy Getzendanner 2022-06-10 15:12:31 -0700
  • 9431a83791 Fix several typos in comments. Abseil Team 2022-06-10 09:53:15 -0700
  • 45eba9c16a Reformulate documentation of ABSL_LOCKS_EXCLUDED. Abseil Team 2022-06-10 07:18:20 -0700
  • db60907587 absl/base/internal/invoke.h: Use ABSL_INTERNAL_CPLUSPLUS_LANG for language version guard Dino Radakovic 2022-06-09 11:20:41 -0700
  • 9eff97861b Fix C++17 constexpr storage deprecation warnings Derek Mauro 2022-06-09 07:49:38 -0700
  • 7383f346c9 Optimize SwissMap iteration by another 5-10% for ARM Abseil Team 2022-06-09 03:12:43 -0700
  • e0a32c2aee Add documentation on optional flags to the flags library overview. Tom Manshreck 2022-06-08 14:22:40 -0700
  • 7a8d20b784 absl: correct the stack trace path on RISCV Saleem Abdulrasool 2022-06-08 12:42:23 -0700
  • ef799d3372 Merge pull request #1194 from jwnimmer-tri:default-linkopts Copybara-Service 2022-06-07 09:31:59 -0700
  • ef615a8f5d Remove unintended defines from config.h James Y Knight 2022-06-07 07:13:36 -0700
  • c588201b68 Obey ABSL_DEFAULT_LINKOPTS for all cc_library targets Jeremy Nimmer 2022-06-06 13:13:36 -0700
  • ba9f2f6609 Ignore invalid TZ settings in tests Benjamin Barenblat 2022-06-06 12:28:04 -0700
  • 91b8bfab44 Add ABSL_HARDENING_ASSERTs to CordBuffer::SetLength() and CordBuffer::IncreaseLengthBy() Derek Mauro 2022-06-06 11:26:39 -0700