index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
/
debugging
Commit message (
Expand
)
Author
Age
*
Fix //absl/{base,debugging:symbolize} build with Mingw
Abseil Team
2023-02-28
*
Merge pull request #1393 from AtariDreams:cpp
Copybara-Service
2023-02-22
|
\
*
\
Merge pull request #1394 from AtariDreams:constructors
Copybara-Service
2023-02-21
|
\
\
*
|
|
absl: fix potential int overflow in ELF reading
Abseil Team
2023-02-21
|
*
|
Convert empty constructors to default ones
Rose
2023-02-17
|
/
/
|
*
Prefer C++ notation over C
Rose
2023-02-16
|
/
*
The type of MINSIGSTKSZ is not guaranteed; avoid potential implicit sign conv...
Abseil Team
2023-01-28
*
absl: harden stack bounds check
Abseil Team
2023-01-23
*
absl: add a stack unwinding test
Abseil Team
2023-01-20
*
[NFC] fix typo in comment.
Abseil Team
2022-12-27
*
Replace std::atomic_flag with std::atomic<bool> to avoid the C++20
Derek Mauro
2022-11-09
*
Use the `-l` form for MinGW-specific link dependencies
Russell Johnston
2022-10-15
*
Fix "unsafe narrowing" warnings in absl, 12/12.
Abseil Team
2022-10-13
*
Improve failure message: tell the values we don't like.
Abseil Team
2022-09-13
*
Increase the number of per-ObjFile program headers we can expect.
Abseil Team
2022-09-13
*
Fix format string error with an explicit cast
Derek Mauro
2022-09-08
*
Fix "unsafe narrowing" warnings in absl, 9/n.
Abseil Team
2022-09-08
*
Fix stacktrace header includes
Derek Mauro
2022-09-08
*
Add a missing dependency on :raw_logging_internal
Abseil Team
2022-09-07
*
Fix "unsafe narrowing" warnings in absl, 7/n.
Abseil Team
2022-08-29
*
debugging: handle alternate signal stacks better on RISCV
Saleem Abdulrasool
2022-08-04
*
Fix "unsafe narrowing" warnings in absl, 2/n.
Abseil Team
2022-08-01
*
debugging: honour `STRICT_UNWINDING` in RISCV path
Saleem Abdulrasool
2022-07-29
*
Fix "unsafe narrowing" warnings in absl, 1/n.
Abseil Team
2022-07-28
*
Fix frame pointer alignment check.
Abseil Team
2022-07-26
*
Do not re-close files on EINTR
David Majnemer
2022-07-22
*
Renamespace absl::raw_logging_internal to absl::raw_log_internal to match (up...
Andy Getzendanner
2022-07-20
*
Check for negative return values from ReadFromOffset
David Majnemer
2022-07-18
*
Avoid signedness change when casting off_t
Benjamin Barenblat
2022-07-18
*
debugging: add hooks for checking stack ranges
Saleem Abdulrasool
2022-07-14
*
Support [[gnu::abi_tag("xyz")]] demangling.
Abseil Team
2022-07-13
*
Merge pull request #1217 from anpol:macos-sigaltstack
Copybara-Service
2022-07-13
|
\
|
*
Disable sigaltstack() on macOS to make backtrace() work.
Andrei Polushin
2022-07-13
|
/
*
Revert commit f4988f5bd4176345aad2a525e24d5fd11b3c97ea
Saleem Abdulrasool
2022-07-06
*
debugging: account for differences in alternate signal stacks
Saleem Abdulrasool
2022-06-30
*
Extend visibility of :examine_stack to an upcoming Abseil Log.
Gennadiy Rozental
2022-06-24
*
Merge contiguous mappings from the same file.
Abseil Team
2022-06-22
*
PR #1200: absl/debugging/CMakeLists.txt: link with libexecinfo if needed
Fabrice Fontaine
2022-06-21
*
absl: correct the stack trace path on RISCV
Saleem Abdulrasool
2022-06-08
*
Obey ABSL_DEFAULT_LINKOPTS for all cc_library targets
Jeremy Nimmer
2022-06-06
*
Fix detection of ABSL_HAVE_ELF_MEM_IMAGE on Haiku
Derek Mauro
2022-05-25
*
raw_logging: Rename SafeWriteToStderr to indicate what about it is safe (answ...
Andy Getzendanner
2022-05-04
*
Export of internal Abseil changes
Abseil Team
2022-04-18
*
Export of internal Abseil changes
Abseil Team
2022-04-12
*
Export of internal Abseil changes
Abseil Team
2022-04-06
*
Export of internal Abseil changes
Abseil Team
2022-04-04
*
Fix build with uclibc-ng (#1145)
Fabrice Fontaine
2022-03-30
*
Support for QNX (#1147)
Calvin Ke
2022-03-25
*
Export of internal Abseil changes
Abseil Team
2022-03-21
*
Export of internal Abseil changes
Abseil Team
2022-03-17
[next]