Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/JuliaLang/libosxunwind

Clone of Apple's libunwind, enhanced for the Julia Profiler
https://github.com/JuliaLang/libosxunwind

Merge pull request #16 from JuliaLang/jn/dylib

fix some build issues

03cc7d09351073ae37c6a563e8dfd1c4197bd168 authored over 4 years ago
add a copy of the APSL

closes #10

42a49aaa05f550bbb1a5d150b6d731820acbfb87 authored over 4 years ago
Makefile: add missing dependency links to headers

3a5489d8451610dc184c87b938167e0ba093c501 authored over 4 years ago
Fix dynamic linking

`ld` will prohibit dynamic linking against a library with `-umbrella` in
the build flags. Which ...

a11d50281826744b44e4627ba855c3b8a2901958 authored over 4 years ago
Delete libunwind.order

Unused, since we don't pass `-sectorder __TEXT __text libunwind.order -e start` or `-order_file ...

ce0619c6f9a31a5343cd1466239ebf0482247269 authored over 4 years ago
Flip conditional

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

4dcf6377b90c61bb8aa8070ebf39c8bf4dde2ea1 authored about 6 years ago
Merge pull request #14 from JuliaLang/sf/fixes

Makefile fixes

77477f906c36299b0ff7ad69fb8154c6b40308eb authored about 6 years ago
Get rid of annoying "circular dependency" warning.

35473eb9baabe3cb8682590130d768d28f270a11 authored about 6 years ago
Re-arrange compiler flag ordering to satisfy my inherited OCD

70f6b1ab2e788dfa441f526a2351e35cb6aa6ac7 authored about 6 years ago
Only add `-stdlib=xxxxx` flags if they are not already defined

de1ed322d1b64b0a97de28c8ff636b2ac5f88fdf authored about 6 years ago
Merge pull request #13 from JuliaLang/aa/macos-mojave

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

bf18904b851074b4db887bf00935ea6914988c30 authored about 6 years ago
Pass -stdlib=libstdc++ when using Xcode 8 or newer

Fixes #11
Closes #12

7dddc5c4585a8f55fc2608eaac625a6e2f66d557 authored about 6 years ago
Merge pull request #7 from ckaran/master

Replaced COMPILE_TIME_ASSERT() with static_assert()

e49098e7cfb262e8bba92c4accd497db03ca79dd authored over 8 years ago
Replaced COMPILE_TIME_ASSERT() with static_assert()

The former is a version of the latter, but the latter is part of the C and C++
standards, and so...

c746a6547c8548a59b993ab48088f7bf41e65abe authored over 8 years ago
Merge pull request #4 from vtjnash/jn/ifdef

use #ifdef in public headers instead of just #if

d470411fe7cae833bc93aaf90537c3646c2f605b authored about 9 years ago
use #ifdef in public headers instead of just #if

this is more consistent with standard usage and -Wundef

f0983fce4640dc8ab8ef17a5ec6b113b8a40117f authored over 9 years ago
Merge pull request #3 from JuliaLang/sf/sflags

Add SFLAGS_add to fix #2

17541fc68eef9a2be5393d187f012035860cae83 authored over 9 years ago
Update Makefile

247a228b9cd5a760c171bcfb921115d4108e6431 authored over 9 years ago
Add the ability to rename symbols

bdb576d92a12e7e4450650fa18b858c1c1b62267 authored over 9 years ago
Create README.md

cbbf9cffd50a5a4b42ecb659811566f478832b3f authored about 11 years ago
Add option to step with DWARF

bb95a5cf07ac245c3dadfa33254f34f80a9d2cd9 authored over 11 years ago
Don't print debug messages

48af7e1cf0d1bb3f39262b81ca90e7c9f321c617 authored over 11 years ago
Fix compiler warning

efeb66ecdf53311a7f62f315d2059455a6a7fe3f authored over 11 years ago
Switch to make-based build system

13adedb17648d95167b983772e55904c291d5770 authored over 11 years ago
Add support for unwinding during prologue/epilogue

ca57a5b60de4cd1daa42ed2e5d1d4aa3e96a09d1 authored over 11 years ago
Make it build

76776d6d8932c68c2c0d9d9f7a4115b5d8be11d0 authored over 11 years ago
Include dyld_priv.h from dyld

ebebe3b226e04f3faa62f2a49b706d99940d95a5 authored over 11 years ago
Import Apple libunwind-35.1

d71885eae3f29ad5b854e0d9a02f03c8db3bcdef authored over 11 years ago