485 Commits (0335c3d2a035d1ed1c25882bdb6080ffc8c98cf8)
 

Author SHA1 Message Date
Jonathan Conder 0335c3d2a0 Workaround bug in GCC 7.2 2 years ago
Abseil Team 697acabc5b Import of CCTZ from GitHub. 2 years ago
Copybara-Service 92ac33b99e Merge pull request #1246 from wxilas21:master 2 years ago
Kim Hyun 3e54e87f02
Delete #include. 2 years ago
Abseil Team 149ab40581 remove unused includes and add missing std includes for absl/status/status.h 2 years ago
Hyun 634311e6d2 - Fix deprecated header in visual studio version 17.3.0 C++20 2 years ago
Gennadiy Rozental 6d806da76f Sort INTERNAL_DLL_TARGETS for easier maintenance. 2 years ago
Abseil Team 0c92330442 Disable ABSL_HAVE_STD_IS_TRIVIALLY_ASSIGNABLE for clang-cl. 2 years ago
Abseil Team cfe27e79cf Map the absl::is_trivially_* functions to their std impl 2 years ago
Abseil Team c973608061 Add more SimpleAtod / SimpleAtof test coverage 2 years ago
Saleem Abdulrasool 9ab9e487a6 debugging: handle alternate signal stacks better on RISCV 2 years ago
Thomas Köppe 4b551344e6 Revert change "Fix "unsafe narrowing" warnings in absl, 4/n.". 2 years ago
Abseil Team 751ade00ee Fix "unsafe narrowing" warnings in absl, 3/n. 2 years ago
Abseil Team 07360899e6 Fix "unsafe narrowing" warnings in absl, 4/n. 2 years ago
Abseil Team 16af2bbcb9 Fix "unsafe narrowing" warnings in absl, 2/n. 2 years ago
Saleem Abdulrasool dc370a8246 debugging: honour `STRICT_UNWINDING` in RISCV path 2 years ago
Abseil Team 7f51ef5ed2 Fix "unsafe narrowing" warnings in absl, 1/n. 2 years ago
Evan Brown c7e60ccfcd Add ABSL_IS_TRIVIALLY_RELOCATABLE and ABSL_ATTRIBUTE_TRIVIAL_ABI macros for use with clang's __is_trivially_relocatable and [[clang::trivial_abi]]. 2 years ago
Copybara-Service 51f6d868c8 Merge pull request #1223 from ElijahPepe:fix/implement-snprintf-safely 2 years ago
Abseil Team b0787ae6bc Fix frame pointer alignment check. 2 years ago
Abseil Team 63c9eeca04 Fixed sign-conversion warning in code. 2 years ago
Abseil Team d0e7a8ab3a Import of CCTZ from GitHub. 2 years ago
Abseil Team 701185dbce Add missing include for std::unique_ptr 2 years ago
David Majnemer c1deed2f44 Do not re-close files on EINTR 2 years ago
Elijah Conners 0e0d8054dc
fix: properly create the b integer 2 years ago
Andy Getzendanner 2c489bb5f0 Renamespace absl::raw_logging_internal to absl::raw_log_internal to match (upcoming) non-raw logging namespace. 2 years ago
Elijah Conners 68da198e67
fix(mutex): safely call snprintf 2 years ago
David Majnemer 0c8bd82e90 Check for negative return values from ReadFromOffset 2 years ago
Abseil Team e633c71109 Use HTTPS RFC URLs, which work regardless of the browser's locale. 2 years ago
Benjamin Barenblat 65ac1e611c Avoid signedness change when casting off_t 2 years ago
Martijn Vels 6162604bee Internal Cleanup: removing unused internal function declaration. 2 years ago
Abseil Team 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. 2 years ago
Dino Radakovic 56f5477f15 any_invocable_test: Re-enable the two conversion tests that used to fail under MSVC 2 years ago
Martijn Vels b707b6c179 Add GetCustomAppendBuffer method to absl::Cord 2 years ago
Saleem Abdulrasool d6f96eda14 debugging: add hooks for checking stack ranges 2 years ago
Abseil Team ef68bd3d31 Minor clang-tidy cleanups 2 years ago
Abseil Team 305a0088ce Support [[gnu::abi_tag("xyz")]] demangling. 2 years ago
Abseil Team d2422b19e9 Fix -Warray-parameter warning 2 years ago
Copybara-Service 3d0956d139 Merge pull request #1217 from anpol:macos-sigaltstack 2 years ago
Andrei Polushin 0565e00b93 Disable sigaltstack() on macOS to make backtrace() work. 2 years ago
Abseil Team e517aaf499 Undo documentation change on erase. 2 years ago
Abseil Team 52e905e760 Improve documentation on erase. 2 years ago
Copybara-Service 90099691ac Merge pull request #1216 from brjsp:master 2 years ago
Derek Mauro 504229dfa4 string_view: conditional constexpr is no longer needed for C++14 2 years ago
Bruno Pitrus 09e9604999
Do not leak -maes -msse4.1 into pkgconfig 2 years ago
Abseil Team 427d8f5756 Make exponential_distribution_test a bigger test (timeout small -> moderate). 2 years ago
Derek Mauro 97ab3dcfd6 Move Abseil to C++14 minimum 2 years ago
Saleem Abdulrasool 9edef2349c Revert commit f4988f5bd4 2 years ago
Derek Mauro 4bbdb02689 Disable C++11 testing, enable C++14 and C++20 in some configurations 2 years ago
Saleem Abdulrasool f4988f5bd4 debugging: account for differences in alternate signal stacks 2 years ago