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.28.3
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.29.0
Choose a head ref
  • 9 commits
  • 12 files changed
  • 3 contributors

Commits on Dec 17, 2014

  1. Update and enable embind tests to run with the Closure Compiler

    This change adds a pass to the embind tests to run them with the Closure
    Compiler enabled.
    
    Because embind.test.js will be passed through the Closure Compiler, name-
    mangling will occur on unquoted references to embound classes and functions.
    However, because embound symbols are exposed via string literals, this results
    in a mismatch.
    
    The tests have now been updated so that all references to embound symbols are
    referred to by string literals (i.e. object["property"] syntax) instead of just
    by name (i.e. object.property syntax).
    
    A set of Closure externs for Underscore were also added, because Underscore
    (which is used by the embind test adapter) exposes some symbols by string
    literal as well.
    rharkeadsk committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    ef73471 View commit details
    Browse the repository at this point in the history
  2. Update embind to work with Closure Compiler

    Several names within the embind JavaScript itself need to be guarded from name
    mangling in the Closure Compiler.
    
    With this commit, the embind tests will now pass in the Closure Compiler test
    phase.
    rharkeadsk committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    1ea1a63 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2015

  1. fuzzing tweaks

    kripken committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    912dab0 View commit details
    Browse the repository at this point in the history
  2. fix release notes

    kripken committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    6badff6 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2015

  1. Configuration menu
    Copy the full SHA
    91b4908 View commit details
    Browse the repository at this point in the history
  2. update changelog

    kripken committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    4301fa6 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2015

  1. Configuration menu
    Copy the full SHA
    d49c338 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3084 from rharkeadsk/dev/embind-closure

    Update embind to work with the Closure Compiler
    chadaustin committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    aacbf97 View commit details
    Browse the repository at this point in the history
  3. 1.29.0

    kripken committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    fe3ff5a View commit details
    Browse the repository at this point in the history
Loading