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.36.2
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.36.3
Choose a head ref
  • 13 commits
  • 11 files changed
  • 6 contributors

Commits on Apr 22, 2016

  1. Remove commas

    Google closure-compiler says: Parse error. IE8 (and below) will parse trailing commas in array and
    object literals incorrectly. If you are targeting newer versions of JS,
    set the appropriate language_in option.
    burik666 committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    cf66ff2 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2016

  1. Merge pull request #4267 from burik666/file_packager

    Remove trailing commas
    juj committed Apr 24, 2016
    Configuration menu
    Copy the full SHA
    ec97848 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2016

  1. Adding myself to AUTHORS

    geffrak committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    e8b6839 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c997cf View commit details
    Browse the repository at this point in the history
  3. Fix a pthreads deadlock that could occur if the main thread is waitin…

    …g on a futex without specified timeout while a pthread that is supposed to wake up the main thread needs to do a proxied operation in the main thread.
    juj committed Apr 25, 2016
    Configuration menu
    Copy the full SHA
    ff3620f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62df7f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05b0071 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

  1. Remove the creation of new/temporary arrays when handling 3D position…

    …al audio pos/rot/vel data to remove stuttering from trashing GC allocations. E.g. the function alSource3f() can be called with high frequency in 3D positional audio applications, which would contribute towards GC pressure.
    juj committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    e38638c View commit details
    Browse the repository at this point in the history
  2. Incoming (#4274)

    * issue 4254; comitting fix
    
    * PR modifications for code standards
    
    * Update AUTHORS
    holland01 authored and kripken committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    4e0d4f7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4275 from juj/avoid_openal_garbage

    avoid_openal_garbage
    juj committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    c8ea3a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2016

  1. Merge branch 'worker-alert-support' of https://github.com/kerbkerb/em…

    …scripten into incoming
    
    Conflicts:
    	AUTHORS
    kripken committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    400d3d3 View commit details
    Browse the repository at this point in the history
  2. Add sdl2 timer test (#4184)

    * Add sdl2 timer test
    
    * Bump sdl2 version
    aidanhs authored and kripken committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    24166b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2016

  1. 1.36.3

    kripken committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    0b886f5 View commit details
    Browse the repository at this point in the history
Loading