-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Comparing changes
Open a pull request
base repository: emscripten-core/emscripten
base: 1.7.6
head repository: emscripten-core/emscripten
compare: 1.7.7
- 19 commits
- 82 files changed
- 2 contributors
Commits on Nov 10, 2013
-
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.
Configuration menu - View commit details
-
Copy full SHA for 27b9b48 - Browse repository at this point
Copy the full SHA 27b9b48View commit details
Commits on Nov 15, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 757f28b - Browse repository at this point
Copy the full SHA 757f28bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 149b9ea - Browse repository at this point
Copy the full SHA 149b9eaView commit details -
Fix other.test_preprocess on Linux after regressing it in the previou…
…s commit b3906e9 that fixed it for Windows.
Configuration menu - View commit details
-
Copy full SHA for 0120a14 - Browse repository at this point
Copy the full SHA 0120a14View commit details -
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 .
Configuration menu - View commit details
-
Copy full SHA for a30bd53 - Browse repository at this point
Copy the full SHA a30bd53View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for b5bb92c - Browse repository at this point
Copy the full SHA b5bb92cView commit details -
Fix other.test_static_link on Windows by using CMake instead of confi…
…gure to build zlib and bullet.
Configuration menu - View commit details
-
Copy full SHA for beed9b6 - Browse repository at this point
Copy the full SHA beed9b6View commit details -
Merge pull request #1814 from juj/fix_test_static_link
Fix test static link
Configuration menu - View commit details
-
Copy full SHA for dca9531 - Browse repository at this point
Copy the full SHA dca9531View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6fd135 - Browse repository at this point
Copy the full SHA f6fd135View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6d2f10 - Browse repository at this point
Copy the full SHA b6d2f10View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for fc97a98 - Browse repository at this point
Copy the full SHA fc97a98View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecb9e4d - Browse repository at this point
Copy the full SHA ecb9e4dView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for fffe30f - Browse repository at this point
Copy the full SHA fffe30fView commit details -
Merge pull request #1816 from juj/fix_test_other_warn_undefined
Fix test other.test_warn_undefined on Windows.
Configuration menu - View commit details
-
Copy full SHA for 26b6ce0 - Browse repository at this point
Copy the full SHA 26b6ce0View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 9dfd2e2 - Browse repository at this point
Copy the full SHA 9dfd2e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c4d11f - Browse repository at this point
Copy the full SHA 0c4d11fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f3b5af - Browse repository at this point
Copy the full SHA 4f3b5afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aff045 - Browse repository at this point
Copy the full SHA 6aff045View commit details
Commits on Nov 16, 2013
-
3
Configuration menu - View commit details
-
Copy full SHA for b8ac3d2 - Browse repository at this point
Copy the full SHA b8ac3d2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.7.6...1.7.7