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
*
`demangle`: Parse template template and C++20 lambda template param substitut...
Dino Radakovic
2024-02-15
*
`demangle`: Parse optional single template argument for built-in types
Dino Radakovic
2024-02-13
*
`demangle`: Add complexity guard to `ParseQRequiresExpr`
Dino Radakovic
2024-02-13
*
`demangle`: Parse `requires` clauses on template params, before function retu...
Dino Radakovic
2024-02-09
*
`demangle`: Parse `requires` clauses on functions
Dino Radakovic
2024-02-09
*
`demangle`: Parse C++20-compatible template param declarations, except those ...
Dino Radakovic
2024-02-08
*
`demangle`: Implement parsing for simplest constrained template arguments
Dino Radakovic
2024-02-07
*
Fix a typo.
Abseil Team
2024-02-04
*
Always check if the new frame pointer is readable.
Abseil Team
2024-01-23
*
Avoid a empty library build failure on Apple platforms
Derek Mauro
2024-01-03
*
AddressIsReadable: improve comments
Fangrui Song
2023-12-20
*
Speed-up absl::Symbolize by ~6x via faster file reads.
Abseil Team
2023-11-15
*
Add explicit int -> uintptr_t conversion in stacktrace code for aarch64
Abseil Team
2023-11-08
*
Properly handle signal stacks and frame-size calculations
Abseil Team
2023-11-07
*
Bazel: Support layering_check and parse_headers
Derek Mauro
2023-10-10
*
With sufficiently high-levels of optimization, this function
Abseil Team
2023-10-04
*
Re-submit with a fix for platforms without RTTI.
Abseil Team
2023-10-02
*
Delete dead function.
Abseil Team
2023-09-27
*
Add an internal wrapper for `abi::__cxa_demangle()`.
Abseil Team
2023-09-26
*
Add an internal wrapper for `abi::__cxa_demangle()`.
Abseil Team
2023-09-26
*
PR #1509: Allow building when targeting WASI
Anuraag Agrawal
2023-08-15
*
PR #1500: Define MAP_ANONYMOUS if not defined
Ryan Schmidt
2023-08-01
*
symbolize_test: Add an indirection for getting the PC from function ptr.
Tom Rybka
2023-07-06
*
Fix symbolization on PowerPC ELF v1
Benjamin Barenblat
2023-06-29
*
Support Qualcomm Hexagon DSP targets.
Abseil Team
2023-06-29
*
Add missing #include <limits>
Derek Mauro
2023-06-20
*
The current aarch64 large-stack frame error handling is unsophisticated,
Abseil Team
2023-06-15
*
Rename AsyncSignalSafeWriteToStderr to AsyncSignalSafeWriteError.
Abseil Team
2023-06-15
*
Fix unwinding through nested signal frames on aarch64.
Abseil Team
2023-06-09
*
Add VxWorks support
Bin Lan
2023-06-08
*
Note that AsyncSignalSafeWriteToStderr preserves errno, and inline one use of...
Andy Getzendanner
2023-05-25
*
Merge pull request #1455 from juergbi:solaris
Copybara-Service
2023-05-23
|
\
*
|
Migrate most RAW_LOGs and RAW_CHECKs in tests to regular LOG and CHECK.
Andy Getzendanner
2023-05-23
|
*
absl/debugging: Fix build on Solaris
Jürg Billeter
2023-05-23
|
/
*
Add missing dependency on dynamic_annotations to stacktrace, which is needed ...
Abseil Team
2023-05-08
*
Fix spelling mistakes
Vertexwahn
2023-04-27
*
Fix some spelling mistakes
Vertexwahn
2023-04-24
*
Name anonymous memory allocations on Linux.
Abseil Team
2023-04-12
*
Properly calculate frame sizes on Aarch64
Abseil Team
2023-03-30
*
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
[next]