Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
DanielaE
/
boost.stacktrace
Public
forked from
boostorg/stacktrace
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
boost.stacktrace
include
on
develop
User selector
All users
All time
Commit history
Commits on Jun 1, 2025
Add missing cstdint header (#207)
Show description for 07bc960
orgads
authored
07bc960
View commit details
Copy full SHA for 07bc960
View code at this point
Browse repository at this point
Commits on Jan 11, 2025
Fix some warnings on MSVC (#201)
apolukhin
authored
ea28232
View commit details
Copy full SHA for ea28232
View code at this point
Browse repository at this point
Commits on Jan 8, 2025
Update copyright years
apolukhin
committed
9e7a98a
View commit details
Copy full SHA for 9e7a98a
View code at this point
Browse repository at this point
Commits on Jan 7, 2025
Use Relative Virtual Addresses to allow their decoding without knowing the base address (#200)
Show description for b170b28
McCzarny
authored
b170b28
View commit details
Copy full SHA for b170b28
View code at this point
Browse repository at this point
Commits on Dec 21, 2024
Use `GetModuleNames` to determine the full module path for msvc implementation
Dani-Hub
authored and
apolukhin
committed
8c4e503
View commit details
Copy full SHA for 8c4e503
View code at this point
Browse repository at this point
Commits on Sep 13, 2024
Don't export boost_stacktrace_impl_return_nullptr for static build (#186)
Show description for 464e224
huangqinjin
authored
464e224
View commit details
Copy full SHA for 464e224
View code at this point
Browse repository at this point
Commits on Sep 12, 2024
Revert fix attempt for #177
apolukhin
authored
3f79aee
View commit details
Copy full SHA for 3f79aee
View code at this point
Browse repository at this point
Fix attempt for #177
apolukhin
authored
da94896
View commit details
Copy full SHA for da94896
View code at this point
Browse repository at this point
Add auto linking when using clang compiler under Visual Studio (fixes #100)
apolukhin
committed
e95c272
View commit details
Copy full SHA for e95c272
View code at this point
Browse repository at this point
Commits on Sep 1, 2024
Fix type conversions errors reported by GCC (#175)
Show description for 981e37c
jplcz
authored
981e37c
View commit details
Copy full SHA for 981e37c
View code at this point
Browse repository at this point
Commits on Jul 7, 2024
Fix addr2line work when the process is looked up via PATH.
Show description for cbf0df7
apolukhin
committed
cbf0df7
View commit details
Copy full SHA for cbf0df7
View code at this point
Browse repository at this point
Commits on Jun 23, 2024
Do not define BOOST_STACKTRACE_DYN_LINK when BOOST_STACKTRACE_STATIC_LINK is defined
pdimov
committed
34e56c4
View commit details
Copy full SHA for 34e56c4
View code at this point
Browse repository at this point
Commits on Jun 21, 2024
Define BOOST_STACKTRACE_LINK when BOOST_STACKTRACE_STATIC_LINK is defined. Refs #169.
pdimov
committed
f32bd5a
View commit details
Copy full SHA for f32bd5a
View code at this point
Browse repository at this point
Commits on Jun 12, 2024
avoid memory leaks and make the code more C++ish
apolukhin
committed
66c0f7a
View commit details
Copy full SHA for 66c0f7a
View code at this point
Browse repository at this point
Add dladdr minimal support for AIX
Show description for aacfc2e
Clément Chigot
authored and
apolukhin
committed
aacfc2e
View commit details
Copy full SHA for aacfc2e
View code at this point
Browse repository at this point
Commits on Jun 11, 2024
Fix shadowing (fixes #141)
apolukhin
committed
80af3a4
View commit details
Copy full SHA for 80af3a4
View code at this point
Browse repository at this point
Commits on Apr 16, 2024
Avoid inclusion of rarely used Windows SDK headers which can cause conflict with other code using Windows SDK. (#157)
Show description for 39afcef
mabrarov
authored
39afcef
View commit details
Copy full SHA for 39afcef
View code at this point
Browse repository at this point
Implement stacktrace from current exception for MSVC (#159)
Show description for d1b7a61
huangqinjin
authored
d1b7a61
View commit details
Copy full SHA for d1b7a61
View code at this point
Browse repository at this point
Commits on Feb 29, 2024
Clarify the async-signal-safety guarantees in docs (refs #131) (#154)
apolukhin
authored
824f0c0
View commit details
Copy full SHA for 824f0c0
View code at this point
Browse repository at this point
Commits on Feb 23, 2024
Fix frame_msvc.ipp compilation
apolukhin
authored
f783534
View commit details
Copy full SHA for f783534
View code at this point
Browse repository at this point
Update frame_msvc.ipp
apolukhin
authored
27093f2
View commit details
Copy full SHA for 27093f2
View code at this point
Browse repository at this point
Commits on Feb 12, 2024
Add missing include
apolukhin
committed
f6d4e11
View commit details
Copy full SHA for f6d4e11
View code at this point
Browse repository at this point
Commits on Feb 7, 2024
Library for getting stacktraces from arbitrary exceptions (#147)
apolukhin
authored
0d8aed6
View commit details
Copy full SHA for 0d8aed6
View code at this point
Browse repository at this point
Commits on Jan 7, 2024
Update copyright years
apolukhin
committed
0ec802d
View commit details
Copy full SHA for 0ec802d
View code at this point
Browse repository at this point
Commits on Oct 1, 2023
Add missing cstdint include to detail/addr_base.hpp
francesco-ballarin
committed
8b1699c
View commit details
Copy full SHA for 8b1699c
View code at this point
Browse repository at this point
Commits on Sep 2, 2023
Fix build with MinGW-w64 12+. (#140)
Show description for dc5cd9d
yhsb2k
authored
dc5cd9d
View commit details
Copy full SHA for dc5cd9d
View code at this point
Browse repository at this point
Commits on Aug 27, 2023
fix addr2line for pie binaries (#138)
ja2142
authored
fbcd543
View commit details
Copy full SHA for fbcd543
View code at this point
Browse repository at this point
Do not produce and explicit hard error if compiler may not support some of the C++11 features
apolukhin
committed
6a7510b
View commit details
Copy full SHA for 6a7510b
View code at this point
Browse repository at this point
Commits on Aug 11, 2023
Modernize to cpp11 (#139)
Show description for abba185
leha-bot
authored
abba185
View commit details
Copy full SHA for abba185
View code at this point
Browse repository at this point
Commits on May 14, 2023
add C++03 deprecation warnings
apolukhin
committed
71da3cf
View commit details
Copy full SHA for 71da3cf
View code at this point
Browse repository at this point
Commits on Feb 8, 2023
Fix typo
Chocobo1
committed
b9a0a12
View commit details
Copy full SHA for b9a0a12
View code at this point
Browse repository at this point
Commits on Jan 19, 2023
Update copyright years
apolukhin
committed
4cf4738
View commit details
Copy full SHA for 4cf4738
View code at this point
Browse repository at this point
Commits on Jan 18, 2023
Fix multithreading flag detection for backtrace_create_state if BOOST_STACKTRACE_BACKTRACE_FORCE_STATIC is defined
apolukhin
committed
d904d26
View commit details
Copy full SHA for d904d26
View code at this point
Browse repository at this point
Commits on Sep 2, 2022
allow forcing the static backtrace_state
Show description for 308b7f6
apolukhin
committed
308b7f6
View commit details
Copy full SHA for 308b7f6
View code at this point
Browse repository at this point
fix and make sure that boost/stacktrace/stacktrace.hpp header has no unresolved references
Show description for b856a99
apolukhin
committed
b856a99
View commit details
Copy full SHA for b856a99
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.