Releases: JuliaLang/libosxunwind
Fix some build issues
Julia build system compatible release
Flip conditional We accidentally flipped the conditional to do the exact opposite of what we wanted.
v0.0.4
Minor release
Comes with the ability to have symbols renamed to avoid conflicting with the system unwind library.
Final release.
RC3 is marked as the final release.
Initial Release (RC3)
Release Candidate of the first release of libosxunwind, a modified version of Apple's libunwind v35-1. This version was enhanced to support unwinding during function prologues and epilogues as well as using Make rather than XCode for the build system.
Initial Release (RC2)
Release Candidate of the first release of libosxunwind, a modified version of Apple's libunwind v35-1. This version was enhanced to support unwinding during function prologues and epilogues as well as using Make rather than XCode for the build system.
NOTE: Versions of clang up to and including clang 3.2 generate bogus debug information. If you use this library with a version of clang < 3.3, you may experience segfaults.
Initial Release
Release Candidate of the first release of libosxunwind, a modified version of Apple's libunwind v35-1. This version was enhanced to support unwinding during function prologues and epilogues as well as using Make rather than XCode for the build system.
NOTE: Versions of clang up to and including clang 3.2 generate bogus debug information. If you use this library with a version of clang < 3.3, you may experience segfaults.