boostorg / boostorg/stacktrace
Support for QNX 7
- Dominant language
- C++
- Stars
- 494
- Forks
- 86
- Avg merge
- 8d 20h
- Merged PRs (30d)
- 3
Description
Since boost shall be platform independent and QNX 7 is a Unix variant, would there be support for QNX 7? I tried to use boost/stacktrace with QNX 7. Just including boost/stacktrace.hpp resulted in a compilation error because the internally included backtrace.h (from QNX 7) did not resolve the required symbols. Comparing QNX7's backtrace.h with Windows' backtrace.h made obvious that it could not compile.
[QNX7-backtrace.zip](https://github.com/boostorg/stacktrace/files/1663383/QNX7-backtrace.zip)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with boost/stacktrace.hpp and compare its included backtrace.h expectations with the QNX 7 backtrace.h in QNX7-backtrace.zip. Determine the compatibility changes needed for QNX 7, then verify that including boost/stacktrace.hpp compiles and resolves the required symbols on that platform.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- operating-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 32/100