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: 1.3.4
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: 1.3.5
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
    Configuration menu
    Copy the full SHA
    09221eb View commit details
    Browse the repository at this point in the history
  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
    Configuration menu
    Copy the full SHA
    ad285f6 View commit details
    Browse the repository at this point in the history
Loading