Skip to content

Releases: JuliaLang/libosxunwind

Fix some build issues

20 Jul 21:29
03cc7d0
Compare
Choose a tag to compare
Merge pull request #16 from JuliaLang/jn/dylib

fix some build issues

Julia build system compatible release

01 Dec 23:26
4dcf637
Compare
Choose a tag to compare
Flip conditional

We accidentally flipped the conditional to do the exact opposite of what we wanted.

v0.0.4

25 Nov 19:37
bf18904
Compare
Choose a tag to compare
Merge pull request #13 from JuliaLang/aa/macos-mojave

Pass -stdlib=libstdc++ when using Xcode 8 or newer

Minor release

03 Jul 22:57
Compare
Choose a tag to compare

Comes with the ability to have symbols renamed to avoid conflicting with the system unwind library.

Final release.

17 Sep 05:10
Compare
Choose a tag to compare

RC3 is marked as the final release.

Initial Release (RC3)

27 Aug 20:17
Compare
Choose a tag to compare
Initial Release (RC3) Pre-release
Pre-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.

Initial Release (RC2)

26 Aug 20:38
Compare
Choose a tag to compare
Initial Release (RC2) Pre-release
Pre-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.

Initial Release

26 Aug 20:14
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-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.