emscripten/src
Jukka Jylänki 3e0b69d28a Fix exception being thrown on empty glBegin()-glEnd() blocks. Closes #3693. 2015-08-17 23:16:54 +03:00
..
embind Embind: Skip over preset values when extracting first outstanding emval 2015-06-18 12:50:40 +07:00
IDBStore.js refactor IDBStore code to a separate file 2015-04-09 13:31:13 -07:00
closure-externs.js
compiler.js Make ENVIRONMENT_IS_NODE false if ENVIRONMENT_IS_WORKER is true 2015-06-27 14:09:41 -04:00
deps_info.json add bind and connect deps 2015-08-07 12:33:01 -07:00
deterministic.js fix thisProgram when DETERMINISTIC 2015-02-21 13:55:05 -08:00
ecmascript_simd.js Update to the latest upstream SIMD polyfill. 2015-07-13 12:17:47 -07:00
emrun_postjs.js fix browser.test_emrun after pthreads merge broke it in 7cff83670d 2015-06-15 17:23:24 -07:00
emrun_prejs.js
emscripten-source-map.min.js
fastLong.js ensure a 16-byte stack in fastLong.js 2015-05-28 17:33:17 -07:00
gl-matrix.js
headless.js headless improvements 2015-05-12 14:04:06 -07:00
headlessCanvas.js headless improvements 2015-05-12 14:04:06 -07:00
hello_world.js
jsifier.js Merge branch 'incoming' into musl-syscall 2015-07-08 13:57:24 -07:00
library.js fix asm validation error in USE_FULL_LIBRARY 2015-08-07 13:04:48 -07:00
library_async.js remove emterpreter YIELDLIST - it complicates the mental model and is not worth it for the rather slim amount of benefit it provides 2015-06-10 15:50:06 -07:00
library_bootstrap_structInfo.js move mini printf and puts to library_formatString.js, as they are used for tests as well as bootstrapping 2015-08-07 12:32:43 -07:00
library_browser.js use fileno to get fds from FILE* 2015-06-02 11:46:48 -07:00
library_egl.js use Browser.doSwapBuffers in egl 2014-10-20 17:26:47 -07:00
library_formatString.js move mini printf and puts to library_formatString.js, as they are used for tests as well as bootstrapping 2015-08-07 12:32:43 -07:00
library_fs.js fix flagsToPermissionString bug #3668 2015-08-10 14:00:20 -07:00
library_gl.js Fix exception being thrown on empty glBegin()-glEnd() blocks. Closes #3693. 2015-08-17 23:16:54 +03:00
library_glew.js Fix glewIsSupported() creating a global variable 2015-03-06 23:17:09 +01:00
library_glfw.js Merge branch 'incoming' of https://github.com/jmeseguerdepaz/emscripten into incoming 2015-06-17 14:57:52 -07:00
library_glut.js Remove wrapper objects around ATINITs, etc. 2015-05-26 16:26:16 +07:00
library_html5.js Remove wrapper objects around ATINITs, etc. 2015-05-26 16:26:16 +07:00
library_idbfs.js be more careful when creating the IDBFS database 2015-02-02 17:00:10 -08:00
library_idbstore.js proxy emscripten_idb_load_blob, emscripten_idb_store_blob so they can work even without indexedDB support in workers 2015-04-09 17:21:41 -07:00
library_jansson.js
library_memfs.js Remove almost all vestiges of USE_TYPED_ARRAYS. 2015-04-10 21:44:00 +07:00
library_nodefs.js readlink should normalize against parent, not against root 2015-03-20 13:20:31 +01:00
library_openal.js Added missing alGetSourceiv() entry point. 2015-08-10 16:53:03 -04:00
library_path.js
library_pthread.js fix memory allocation assert in pthreads worker creation code, and add testing for pthreads in -O0 #3636 2015-07-22 13:21:25 -07:00
library_pthread_stub.js Fix pthread_cleanup_push() to new API after rebase. 2015-06-01 15:11:48 +03:00
library_sdl.js use fileno to get fds from FILE* 2015-06-02 11:46:48 -07:00
library_signals.js Call printErr() about calling signal stubs in ASSERTIONS builds only 2015-07-23 21:54:55 +02:00
library_sockfs.js Remove wrapper objects around ATINITs, etc. 2015-05-26 16:26:16 +07:00
library_strtok_r.c
library_syscall.js fix umask syscall #3637 2015-07-27 11:09:02 -07:00
library_trace.js [tracing] Add some initial support for Google WTF. 2015-02-11 21:59:38 +07:00
library_tty.js Remove wrapper objects around ATINITs, etc. 2015-05-26 16:26:16 +07:00
library_uuid.js
library_vr.js add missing semicolon 2015-08-04 10:34:56 -07:00
library_xlib.js
long.js
modules.js add EXTRA_EXPORTED_RUNTIME_METHODS option 2015-07-30 14:35:57 -07:00
parseTools.js Implement operator > for preprocessor. 2015-06-01 15:11:45 +03:00
postamble.js Put diagnostic messages of lesser importance behind #if ASSERTIONS to reduce noise on stderr 2015-07-23 21:53:43 +02:00
postamble_sharedlib.js simplify shared library initialization: use the system atprerun/atinit logic, except when the system is already loaded as in the dlopen case 2015-05-08 21:48:19 -07:00
preamble.js Rename Settings.CLOSURE_COMPILER. 2015-08-11 13:48:42 +07:00
preamble_sharedlib.js simplify shared library initialization: use the system atprerun/atinit logic, except when the system is already loaded as in the dlopen case 2015-05-08 21:48:19 -07:00
proxyClient.js Proxy canvas.boundingClientRect in worker-init 2015-07-21 12:14:54 -07:00
proxyWorker.js Proxy canvas.boundingClientRect in worker-init 2015-07-21 12:14:54 -07:00
pthread-main.js Implement new machinery with PthreadWorkerInit variable that stores and carries variables from the main thread to the JS workers that are running pthreads. 2015-06-01 15:11:30 +03:00
runtime.js Add a runtime check to static/dynamicAlloc functions to ensure that pthreads don't accidentally run wrong type of allocate() call. 2015-06-01 15:10:59 +03:00
settings.js add freetype 2.6 to ports 2015-08-14 22:26:28 +02:00
shell.html Micro-optimize shell files to avoid redundant garbage in stdout and stderr prints. 2015-01-16 10:50:15 +02:00
shell.js Rename Settings.CLOSURE_COMPILER. 2015-08-11 13:48:42 +07:00
shell_minimal.html Micro-optimize shell files to avoid redundant garbage in stdout and stderr prints. 2015-01-16 10:50:15 +02:00
shell_sharedlib.js refactor memory allocation in places that might happen before malloc is ready 2015-05-15 12:17:09 -07:00
socket.io.js
struct_info.json Update WebVR support to the latest spec version 2015-07-20 19:09:43 +02:00
utility.js Fix utility functions creating global variables 2015-04-23 21:17:54 +02:00
webGLClient.js Remove references to MOZ_ and WEBKIT_ prefixed extensions, since prefix mechanism is reserved for in-development drafts only and not used for features that are shipping in stable browsers. Closes #3324. 2015-04-13 18:49:58 +03:00
webGLWorker.js do not post partial frames from WebGLWorker: when the current frame has already been pushed, by doSwapBuffers for example, avoid sending anything automatically from rAF (we only need rAF when something was *not* sent, in which case the browser default assumes the frame is over) #3567 2015-07-15 16:30:38 -07:00
wrtcp.js Correction for change in webrtc api; see http://www.w3.org/TR/webrtc/#widl-RTCPeerConnection-addIceCandidate-void-RTCIceCandidate-candidate-VoidFunction-successCallback-RTCPeerConnectionErrorCallback-failureCallback 2015-06-23 14:32:49 -04:00