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.7.6
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.7.7
Choose a head ref
  • 19 commits
  • 82 files changed
  • 2 contributors

Commits on Nov 10, 2013

  1. Support SDL audio sample size of 512 samples. Make the SDL audio buff…

    …er queueing logic more resilient for jitter, and factor out a common parameter 'SDL.audio.numSimultaneouslyQueuedBuffers' that can be used to tune for a good quality<->latency balance.
    juj committed Nov 10, 2013
    Configuration menu
    Copy the full SHA
    27b9b48 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2013

  1. Configuration menu
    Copy the full SHA
    757f28b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    149b9ea View commit details
    Browse the repository at this point in the history
  3. Fix other.test_preprocess on Linux after regressing it in the previou…

    …s commit b3906e9 that fixed it for Windows.
    juj committed Nov 15, 2013
    Configuration menu
    Copy the full SHA
    0120a14 View commit details
    Browse the repository at this point in the history
  4. Make emlink.py import-safe. Fixes an issue where python multiprocessi…

    …ng.py enters an infinite loop throwing errors 'Attempt to start a new process before the current process has finished its bootstrapping phase.' when running other.test_static_link. See http://stackoverflow.com/questions/18204782/runtimeerror-on-windows-trying-python-multiprocessing .
    juj committed Nov 15, 2013
    Configuration menu
    Copy the full SHA
    a30bd53 View commit details
    Browse the repository at this point in the history
  5. Move bullet library build code to runner.py so that it can be shared …

    …between test_the_bullet in test_core.py and test_static_link test_other.py.
    juj committed Nov 15, 2013
    Configuration menu
    Copy the full SHA
    b5bb92c View commit details
    Browse the repository at this point in the history
  6. Fix other.test_static_link on Windows by using CMake instead of confi…

    …gure to build zlib and bullet.
    juj committed Nov 15, 2013
    Configuration menu
    Copy the full SHA
    beed9b6 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1814 from juj/fix_test_static_link

    Fix test static link
    kripken committed Nov 15, 2013
    Configuration menu
    Copy the full SHA
    dca9531 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f6fd135 View commit details
    Browse the repository at this point in the history
  9. fix asm2g.test_the_bullet

    kripken committed Nov 15, 2013
    Configuration menu
    Copy the full SHA
    b6d2f10 View commit details
    Browse the repository at this point in the history
  10. do not kill asm library functions with DEAD_FUNCTIONS, as they perfor…

    …m fundamental things we cannot easily remove, and there are not many of them anyhow; fixes asm1.test_asm_pgo
    kripken committed Nov 15, 2013
    Configuration menu
    Copy the full SHA
    fc97a98 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ecb9e4d View commit details
    Browse the repository at this point in the history
  12. Never throw uncaught exceptions out from compiler.js, but just report…

    … the exception message to stderr. Fixes other.test_warn_undefined on Windows, which would fail if Python spawned node.js in the case where it printed stderr and terminated to an uncaught exception, leaving unflushed data to stderr, and not all unresolved symbol errors were printed to console. Node.js stderr does not have a flush() mechanism, so must gracefully terminate the execution instead.
    juj committed Nov 15, 2013
    Configuration menu
    Copy the full SHA
    fffe30f View commit details
    Browse the repository at this point in the history
  13. Merge pull request #1816 from juj/fix_test_other_warn_undefined

    Fix test other.test_warn_undefined on Windows.
    kripken committed Nov 15, 2013
    Configuration menu
    Copy the full SHA
    26b6ce0 View commit details
    Browse the repository at this point in the history
  14. Add a configuration option Module.SDL_numSimultaneouslyQueuedBuffers …

    …to allow user code to configure how many SDL audio buffers to keep simultaneously queued up for the audio backend. More buffers means less change of starving (and cracking audio), but increases latency. Fewer buffers lower the latency at the risk of playback glitches. Make minimum audio buffer size 128, which should be way below anything reasonable already. Clean up commented out code.
    juj committed Nov 15, 2013
    Configuration menu
    Copy the full SHA
    9dfd2e2 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #1806 from juj/sdl_audio_queueing

    Sdl audio queueing
    juj committed Nov 15, 2013
    Configuration menu
    Copy the full SHA
    0c4d11f View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4f3b5af View commit details
    Browse the repository at this point in the history
  17. remove obsolete demos folder

    kripken committed Nov 15, 2013
    Configuration menu
    Copy the full SHA
    6aff045 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2013

  1. 3 Configuration menu
    Copy the full SHA
    b8ac3d2 View commit details
    Browse the repository at this point in the history
Loading