Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: emscripten-core/emscripten
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ff1ba5d
Choose a base ref
...
head repository: emscripten-core/emscripten
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ad285f6
Choose a head ref
  • 2 commits
  • 8 files changed
  • 2 contributors

Commits on Mar 25, 2013

  1. Get exceptions working as they were before.

    This no longer uses headers from libcxxabi and
    in fact uses libcxxabi a bit less than before.
    
    This no longer lets some new C++11 stuff such as
    exception_ptr work as the support for that relies
    upon libcxxabi code.
    waywardmonkeys committed Mar 25, 2013
    Copy the full SHA
    09221eb View commit details
  2. remove symbol removing hack; export all malloc symbols as weak; add t…

    …est for a case where symbol removing made us not merge llvm constructors properly
    kripken committed Mar 25, 2013
    Copy the full SHA
    ad285f6 View commit details
Loading