.. |
Module-exports
|
…
|
|
box2d
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
bullet
|
Clean up extra littering includes in Bullet build file to avoid noise. Upstreaming progress at https://github.com/bulletphysics/bullet3/pull/197
|
2014-07-12 14:05:16 +03:00 |
cases
|
fix bug where only ctlz or cttz is present, but not both
|
2014-07-29 17:47:40 -07:00 |
cmake
|
Fix a long-standing CMake toolchain issue where the toolchain was not able to specify a default suffix (.js) for generated executables and the suffix that was set got silently erased. Previously the default suffix was empty "", which meant all user CMakeLists.txt files had to explicitly specify the suffix. Fixing this adds support for CMake built-in check_function_exists() detection macro which is used e.g. by SDL2 CMakeLists.txt path. To build html files, add the directive 'SET(CMAKE_EXECUTABLE_SUFFIX ".html")' like before.
|
2014-07-10 19:45:30 +03:00 |
core
|
__cxa_increment_exception_refcount and decrement; fixes #2715
|
2014-08-26 17:13:27 -07:00 |
ctype
|
…
|
|
cube2hash
|
…
|
|
cubescript
|
…
|
|
dirent
|
strsignal; 1.21.4; fixes #2532
|
2014-07-17 10:55:07 -07:00 |
embind
|
Embind: support nulls in embind_repr()
|
2014-08-19 16:57:00 +07:00 |
emscripten_log
|
Clean up warnings in emscripten_log test.
|
2014-03-11 13:23:46 +02:00 |
enet
|
…
|
|
env
|
make environ work by itself; fixes #2557
|
2014-07-22 15:34:50 -07:00 |
fcntl
|
…
|
|
fcntl-misc
|
…
|
|
fcntl-open
|
…
|
|
filesystem
|
update test_fs_base
|
2014-07-22 18:04:17 -07:00 |
freealut
|
…
|
|
freetype
|
…
|
|
fs
|
Add test case for empty path
|
2014-06-17 00:09:34 -07:00 |
fuzz
|
fix fuzzer to work with recent node workarounds
|
2014-08-05 15:54:10 -07:00 |
glbook
|
…
|
|
hyperbolic
|
…
|
|
langinfo
|
…
|
|
lua
|
…
|
|
math
|
…
|
|
module
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
msvc10
|
…
|
|
nbody-java
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
netinet
|
Test in6addr_* constants
|
2014-02-06 22:03:05 -06:00 |
openjpeg
|
Now that CMake CHECK_INCLUDE_FILE() macro works, don't unconditionally include getopt() to openjpeg CMake build, but let it get detected via CMake.
|
2014-07-10 20:27:12 +03:00 |
parseInt
|
…
|
|
poppler
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
printf
|
tolerate negative values of precision in printf, fallback to default precision
|
2014-02-20 18:11:58 -08:00 |
pthread
|
…
|
|
python
|
Update for the new datalayout string.
|
2014-03-04 08:39:05 -08:00 |
qsort
|
…
|
|
return64bit
|
The most significant 32 bits of a 64 bit long return value get passed in the global tempRet0, but this fails when asm.js and/or closure are enabled as tempRet0 was declared again inside the asm closure. This fix exports tempRet0 via an accessor method Runtime.getTempRet0() which is visible with or without optimisations being enabled
|
2014-04-24 08:32:52 +01:00 |
scons
|
…
|
|
sockets
|
use emscripten_force_exit in sockets.test_nodejs_sockets_echo, fixing it
|
2014-08-05 15:13:42 -07:00 |
sounds
|
…
|
|
sqlite
|
add sqlite speed test
|
2014-06-11 14:22:37 -07:00 |
stat
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
stdio
|
…
|
|
systypes
|
…
|
|
termios
|
…
|
|
time
|
…
|
|
unistd
|
pid/gid mess improved
|
2014-08-22 10:09:58 +06:00 |
utime
|
…
|
|
uuid
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
webidl
|
Merge pull request #2686 from artillery/webidl-array-attributes
|
2014-08-19 17:14:35 -07:00 |
zlib
|
add missing zconf.h in test suite
|
2014-07-18 16:21:46 -07:00 |
799.cpp
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
aniso.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
aniso.png
|
…
|
|
asmjs-unknown-emscripten.c
|
Begin using the Emscripten toolchain in clang.
|
2014-02-25 11:58:53 -08:00 |
autoassemble.c
|
…
|
|
bigswitch.cpp
|
…
|
|
bloom.dds
|
…
|
|
browser_gc.cpp
|
…
|
|
browser_harness.html
|
…
|
|
browser_main.cpp
|
…
|
|
browser_module.cpp
|
…
|
|
checksummer.c
|
…
|
|
codemods.cpp
|
optimize out fround calls on clients that do not support fround
|
2014-02-05 15:16:05 -05:00 |
cube2md5.cpp
|
…
|
|
cube2md5.ok
|
…
|
|
cube2md5.txt
|
…
|
|
cube_explosion.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
cube_explosion.png
|
…
|
|
cubegeom.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
cubegeom.png
|
…
|
|
cubegeom_color.c
|
enable errors on implicit functions by default; fixes #2175
|
2014-03-03 15:38:42 -08:00 |
cubegeom_color.png
|
…
|
|
cubegeom_color2.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
cubegeom_color2.png
|
…
|
|
cubegeom_fog.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
cubegeom_fog.png
|
…
|
|
cubegeom_glew.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
cubegeom_mt.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
cubegeom_mt.png
|
…
|
|
cubegeom_normal.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
cubegeom_normal.png
|
…
|
|
cubegeom_normal_dap.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
cubegeom_normal_dap_far.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
cubegeom_normal_dap_far_glda.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
cubegeom_normal_dap_far_glda.png
|
…
|
|
cubegeom_normal_dap_far_glda_quad.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
cubegeom_normal_dap_far_glda_quad.png
|
…
|
|
cubegeom_normal_dap_far_range.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
cubegeom_normal_dap_far_range.png
|
…
|
|
cubegeom_pre.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
cubegeom_pre.png
|
…
|
|
cubegeom_pre2.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
cubegeom_pre2.png
|
…
|
|
cubegeom_pre2_vao.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
cubegeom_pre2_vao2.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
cubegeom_pre2_vao2.png
|
…
|
|
cubegeom_pre3.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
cubegeom_pre_vao.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
cubegeom_pre_vao.png
|
…
|
|
cubegeom_proc.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
cubegeom_texturematrix.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
cubegeom_texturematrix.png
|
…
|
|
dlmalloc_proxy.c
|
…
|
|
dlmalloc_test.c
|
…
|
|
doublestart.c
|
…
|
|
emscripten_api_browser.cpp
|
add a version of emscripten_set_main_loop where the main loop takes an argument; fixes #2114
|
2014-02-18 17:56:13 -08:00 |
emscripten_api_browser2.cpp
|
…
|
|
emscripten_api_browser_infloop.cpp
|
…
|
|
emscripten_fs_api_browser.cpp
|
fix file argument changing before callback in async_wget; fixes #2349
|
2014-05-12 10:51:12 -07:00 |
emscripten_get_now.cpp
|
…
|
|
fannkuch.cpp
|
…
|
|
fannkuch.js
|
…
|
|
fasta.cpp
|
…
|
|
fasta.js
|
…
|
|
file_db.cpp
|
…
|
|
files.cpp
|
…
|
|
float+.c
|
…
|
|
float_tex.cpp
|
…
|
|
float_tex.png
|
…
|
|
force_exit.c
|
emscripten_force_exit option
|
2014-07-22 12:55:47 -07:00 |
full_es2_sdlproc.c
|
enable errors on implicit functions by default; fixes #2175
|
2014-03-03 15:38:42 -08:00 |
gears.png
|
…
|
|
gl_matrix_identity.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
gl_ps.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
gl_ps.png
|
…
|
|
gl_ps_packed.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
gl_ps_strides.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
gl_ps_strides.png
|
…
|
|
gl_renderers.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
gl_renderers.png
|
…
|
|
gl_stride.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
gl_stride.png
|
…
|
|
gl_subdata.cpp
|
…
|
|
gl_teximage.c
|
glTex[Sub]Image* should not throw an exception, but should cause a GL_INVALID_ENUM error on unrecognized formats or types
|
2014-05-28 15:45:24 -05:00 |
gl_vertex_buffer.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
gl_vertex_buffer.png
|
…
|
|
gl_vertex_buffer_pre.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
gl_vertex_buffer_pre.png
|
…
|
|
glbegin_points.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
glbegin_points.png
|
…
|
|
gles2_conformance.cpp
|
…
|
|
gles2_uniform_arrays.cpp
|
some debug output
|
2014-06-20 16:53:19 -07:00 |
glew.c
|
…
|
|
glfw.c
|
Adds unit test for glfwGetProcAddress.
|
2014-06-06 13:26:07 +02:00 |
glgetattachedshaders.c
|
…
|
|
glgettexenv.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
glshaderinfo.cpp
|
…
|
|
glut_touchevents.c
|
…
|
|
glut_wheelevents.c
|
…
|
|
hashtest.cpp
|
…
|
|
hello_cxx03.cpp
|
…
|
|
hello_cxx11.cpp
|
…
|
|
hello_function.cpp
|
…
|
|
hello_image_sdl.c
|
…
|
|
hello_libcxx.cpp
|
…
|
|
hello_libcxx_mod1.cpp
|
…
|
|
hello_libcxx_mod2.cpp
|
…
|
|
hello_libcxx_mod2a.cpp
|
…
|
|
hello_malloc.cpp
|
move check for noExitRuntime into exit(), and fix up tests
|
2014-07-09 13:28:27 -07:00 |
hello_world.c
|
move check for noExitRuntime into exit(), and fix up tests
|
2014-07-09 13:28:27 -07:00 |
hello_world.cpp
|
move check for noExitRuntime into exit(), and fix up tests
|
2014-07-09 13:28:27 -07:00 |
hello_world.ll
|
move check for noExitRuntime into exit(), and fix up tests
|
2014-07-09 13:28:27 -07:00 |
hello_world_error.c
|
…
|
|
hello_world_error.cpp
|
…
|
|
hello_world_exit.c
|
Add support to emrun to receive binary file dumps, and add a JS function emrun_file_dump() when building with --emrun that performs a data dump back to server. Used e.g. to debug issue #1826.
|
2014-07-29 16:37:21 +03:00 |
hello_world_file.cpp
|
show an error in tests/hello_world_file.cpp if we can't open the file; closes #2389
|
2014-05-29 14:15:57 -07:00 |
hello_world_file.txt
|
…
|
|
hello_world_gles.c
|
throttle glut requestAnimationFrames; fixes #2183
|
2014-03-05 18:36:47 -08:00 |
hello_world_gles_deriv.c
|
move automatic OES_standard_derivatives enabling behind LEGACY_GL_EMULATION define
|
2014-02-01 20:28:15 -08:00 |
hello_world_gles_full.c
|
…
|
|
hello_world_gles_full_944.c
|
…
|
|
hello_world_gles_proxy.c
|
add gl proxying reftest
|
2014-06-12 16:58:47 -07:00 |
hello_world_gles_shell.html
|
…
|
|
hello_world_loop.cpp
|
move check for noExitRuntime into exit(), and fix up tests
|
2014-07-09 13:28:27 -07:00 |
hello_world_loop_malloc.cpp
|
move check for noExitRuntime into exit(), and fix up tests
|
2014-07-09 13:28:27 -07:00 |
hello_world_sdl.cpp
|
…
|
|
hello_world_worker.cpp
|
…
|
|
htmltest.png
|
…
|
|
http.cpp
|
Fixed wget2 tests by adding ST_ABORTED request status
|
2014-08-07 11:28:03 +04:00 |
http.h
|
Fixed wget2 tests by adding ST_ABORTED request status
|
2014-08-07 11:28:03 +04:00 |
i64_precise.txt
|
…
|
|
life.c
|
fix life compilation warning
|
2014-05-20 10:20:10 -07:00 |
lifetime.ll
|
…
|
|
linpack.c
|
…
|
|
mem_init.cpp
|
add assertions on the runtime being ready before using ccall/cwrap
|
2014-06-30 12:16:28 -07:00 |
mmap_file.c
|
…
|
|
new.cpp
|
…
|
|
openal_buffers.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
openal_playback.cpp
|
Make tests/openal_playback.cpp compilable outside the test runner.
|
2014-03-14 20:58:04 +02:00 |
perspective.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
perspective.png
|
…
|
|
pre_run_deps.cpp
|
…
|
|
raytrace.cpp
|
…
|
|
raytrace.ppm
|
…
|
|
raytrace_7_256.ppm
|
…
|
|
runner.py
|
remove disabling of v8 in test runner, and fix v8 binary file reading; fixes #2731
|
2014-08-27 13:52:28 -07:00 |
runtime_misuse.cpp
|
more comprehensive testing for runtime misuse (either before initialized or after exited)
|
2014-07-03 13:56:58 -07:00 |
s3tc.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
s3tc.png
|
…
|
|
s3tc_crunch.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
s3tc_crunch.png
|
…
|
|
screenshot-fog-density.png
|
…
|
|
screenshot-fog-exp2.png
|
…
|
|
screenshot-fog-linear.png
|
…
|
|
screenshot-fog-negative.png
|
…
|
|
screenshot-fog-simple.png
|
…
|
|
screenshot-gray-purple.png
|
…
|
|
screenshot-gray.png
|
…
|
|
screenshot.dds
|
…
|
|
screenshot.jpg
|
…
|
|
screenshot.png
|
…
|
|
screenshot2.png
|
…
|
|
sdl_alloctext.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
sdl_audio.c
|
…
|
|
sdl_audio_beep.cpp
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
sdl_audio_mix.c
|
Implement Web Audio API playback backend to SDL Mix_* interface. This fixes 5b41371bb5 when Web Audio API is available, and works around the Firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=654787.
|
2014-05-20 02:05:13 +03:00 |
sdl_audio_mix_channels.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
sdl_canvas.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
sdl_canvas_alpha.c
|
…
|
|
sdl_canvas_alpha.png
|
Fix the reference image sdl_canvas_alpha.png. The previous image was an example of broken rendering: the test does (additive) alpha blending, and in the previous image some of the pixel components wrapped around to show green color artifacts. Fixes #1826.
|
2014-07-29 16:40:26 +03:00 |
sdl_canvas_blank.c
|
…
|
|
sdl_canvas_blank.png
|
…
|
|
sdl_canvas_palette.c
|
…
|
|
sdl_canvas_palette.png
|
…
|
|
sdl_canvas_palette_2.c
|
…
|
|
sdl_canvas_palette_b.png
|
…
|
|
sdl_canvas_palette_g.png
|
…
|
|
sdl_canvas_palette_r.png
|
…
|
|
sdl_canvas_proxy.c
|
…
|
|
sdl_canvas_proxy.png
|
…
|
|
sdl_canvas_size.c
|
Don't increment result, return 1 on success or 0 on failure
|
2014-06-30 08:53:35 -07:00 |
sdl_canvas_size.html
|
…
|
|
sdl_canvas_twice.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
sdl_canvas_twice.png
|
…
|
|
sdl_fog_density.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
sdl_fog_exp2.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
sdl_fog_linear.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
sdl_fog_negative.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
sdl_fog_simple.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
sdl_free_screen.cpp
|
fix SDL bug where freeing the surface screen did not work properly
|
2014-03-28 11:04:35 -07:00 |
sdl_gfx_primitives.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
sdl_gfx_primitives.png
|
…
|
|
sdl_gl_read.c
|
…
|
|
sdl_headless.c
|
enable errors on implicit functions by default; fixes #2175
|
2014-03-03 15:38:42 -08:00 |
sdl_image.c
|
make sdl_image.c work when REPORT_RESULT is not defined
|
2014-08-18 15:57:43 -07:00 |
sdl_image_prepare.c
|
…
|
|
sdl_image_prepare_data.c
|
…
|
|
sdl_joystick.c
|
…
|
|
sdl_key.c
|
Remove SDL_ttf from sdl_key{_proxy}
|
2014-06-25 20:20:10 -07:00 |
sdl_key_proxy.c
|
Remove SDL_ttf from sdl_key{_proxy}
|
2014-06-25 20:20:10 -07:00 |
sdl_key_test.c
|
…
|
|
sdl_maprgba.c
|
add tests for SDL_GetRGB and SDL_GetRGBA
|
2014-07-01 15:00:38 -07:00 |
sdl_maprgba.png
|
…
|
|
sdl_mouse.c
|
Remove sdl_ttf from sdl_mouse test
|
2014-06-26 19:26:51 -07:00 |
sdl_ogl.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
sdl_ogl_defaultMatrixMode.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
sdl_ogl_p.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
sdl_ogl_proc_alias.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
sdl_pumpevents.c
|
…
|
|
sdl_quit.c
|
…
|
|
sdl_resize.c
|
…
|
|
sdl_rotozoom.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
sdl_rotozoom.png
|
…
|
|
sdl_stb_image.c
|
…
|
|
sdl_stb_image_data.c
|
…
|
|
sdl_surface_refcount.c
|
…
|
|
sdl_swsurface.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
sdl_text.c
|
…
|
|
sdl_touch.c
|
Better standards-compliant fix for browser.test_sdl_touch that works on Chrome as well.
|
2014-04-16 15:15:47 +03:00 |
sdl_wm_togglefullscreen.c
|
Update test_sdl_wm_togglefullscreen to continuously render to queried canvas size.
|
2014-03-07 11:01:25 +02:00 |
sdlglshader.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
sdlglshader.png
|
…
|
|
sdlglshader2.c
|
prevent shader regex from mixing up lines
|
2014-06-20 18:38:49 -07:00 |
sha1.c
|
…
|
|
ship.dds
|
…
|
|
skinning_test_no_simd.cpp
|
…
|
|
test-fix-closure.js
|
…
|
|
test_benchmark.py
|
suppress unneeded benchmark notification
|
2014-08-20 11:10:37 -07:00 |
test_browser.py
|
Fix various issues with SDL mouse scrolling and add a test. Fixes #2643.
|
2014-08-27 14:59:18 +03:00 |
test_core.py
|
__cxa_increment_exception_refcount and decrement; fixes #2715
|
2014-08-26 17:13:27 -07:00 |
test_egl.c
|
Clean up code from prabindh's pull request.
|
2014-07-16 13:48:53 +02:00 |
test_egl_width_height.c
|
…
|
|
test_float_literals.cpp
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
test_float_literals.out
|
Add test for storing special float literals in source code. Currently fails in fastcomp.
|
2014-01-24 19:16:10 +02:00 |
test_html5.c
|
Add new fields to EmscriptenFullscreenChangeEvent structure that report the new pixel sizes of the fullscreen element, as well as the whole screen size. These can be used to read and adjust the rendering canvas size appropriately when transitioning between fullscreen modes. Thanks to Joel Croteau for the suggestion at https://groups.google.com/forum/#!topic/emscripten-discuss/qaTrOXWv1Oc .
|
2014-02-26 12:11:15 +02:00 |
test_html5_fullscreen.c
|
Register mouse callbacks in test_html5_fullscreen.c sample so that it can be tested on IE as well.
|
2014-03-12 11:15:08 +02:00 |
test_html5_mouse.c
|
Fix unregistering of event handlers (all params of removeEventListener must *exactly* match the signature used in registration, up to useCapture) and a closure name rename problem. Fixes #2230.
|
2014-03-16 08:46:51 -07:00 |
test_interactive.py
|
Fix various issues with SDL mouse scrolling and add a test. Fixes #2643.
|
2014-08-27 14:59:18 +03:00 |
test_locale.c
|
Formatting fix and add test
|
2014-02-19 23:18:31 -08:00 |
test_locale.out
|
Formatting fix and add test
|
2014-02-19 23:18:31 -08:00 |
test_minmax.c
|
Add test_minmax that checks different comparisons when nans and infs are related.
|
2014-02-04 11:38:58 -05:00 |
test_other.py
|
Merge pull request #2720 from juj/warn_dylibs
|
2014-08-27 11:54:35 +03:00 |
test_sanity.py
|
update sanity.test_emcc_caching
|
2014-08-07 14:18:12 -07:00 |
test_sdl_mousewheel.c
|
Fix various issues with SDL mouse scrolling and add a test. Fixes #2643.
|
2014-08-27 14:59:18 +03:00 |
test_sockets.py
|
Fix native OSX builds in test_sockets.py. For OSX, when our own-compiled fastcomp Clang is invoked to build a native executable, we must pass a command line parameter to it to tell which OSX SDK we are targeting.
|
2014-08-25 14:21:37 +03:00 |
test_webgl_context_attributes_common.c
|
…
|
|
test_webgl_context_attributes_glfw.c
|
…
|
|
test_webgl_context_attributes_glut.c
|
…
|
|
test_webgl_context_attributes_sdl.c
|
…
|
|
test_wget.c
|
implement emscripten_wget
|
2014-07-29 14:26:13 -07:00 |
tex_nonbyte.c
|
Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.
|
2014-02-25 11:58:53 -08:00 |
tex_nonbyte.png
|
…
|
|
twopart_main.cpp
|
move check for noExitRuntime into exit(), and fix up tests
|
2014-07-09 13:28:27 -07:00 |
twopart_side.cpp
|
…
|
|
utf32.cpp
|
enable and fix more tests for fastcomp
|
2014-01-20 17:21:40 -08:00 |
water.dds
|
…
|
|
webgl_create_context.cpp
|
Add test for HTML5 WebGL context creation.
|
2014-07-29 11:55:21 +03:00 |
whets.cpp
|
…
|
|
worker_api_2_main.cpp
|
fix bug in browser.test_worker_api_2
|
2014-08-06 14:59:31 -07:00 |
worker_api_2_worker.cpp
|
…
|
|
worker_api_3_main.cpp
|
Allow multiple worker responses (via messages) if desired.
|
2014-03-03 17:00:11 -05:00 |
worker_api_3_worker.cpp
|
Allow multiple worker responses (via messages) if desired.
|
2014-03-03 17:00:11 -05:00 |
worker_api_main.cpp
|
…
|
|
worker_api_worker.cpp
|
…
|
|