index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Headers
/
unwind.h
Age
Commit message (
Expand
)
Author
2013-01-16
PR14964: intrinsic headers using non-reserved identifiers
David Blaikie
2013-01-09
unwind.h: Add include guards and don't mess with visibility if HIDE_EXPORTS i...
Benjamin Kramer
2012-11-14
Code cleanup: Remove trailing whitespace in unwind.h.
Logan Chien
2012-09-26
Add struct keyword before _Unwind_Context.
Logan Chien
2012-03-29
unwind.h fix for -fvisibility=hidden users. This fixes firefox build in a system
Rafael Espindola
2012-02-21
Allow linux builds to take advantage of libunwind to get unwind.h if
Jeffrey Yasskin
2012-01-24
On Darwin, use the system's <unwind.h> whenever it is
Douglas Gregor
2012-01-19
Extend unwind.h with the ARM unwinder interface.
Evgeniy Stepanov
2012-01-03
Don't depend on undefined macros being 0, there are options for the
Joerg Sonnenberger
2011-12-09
Use default visibility in the the symbols declared in unwind.h. This matches
Rafael Espindola
2011-12-08
Add a minimal unwind.h that knows how to forward to the system one in systems
Rafael Espindola