.. |
Module-exports
|
…
|
|
box2d
|
…
|
|
bullet
|
add bullet output for musl, with tiny rounding differences compared to previously
|
2015-06-02 15:11:19 -07:00 |
cases
|
more alias fixes in tests/cases/
|
2015-11-04 13:19:08 -08:00 |
cmake
|
Treat js-libraries as libraries in cmake
|
2015-10-21 18:25:09 +02:00 |
core
|
implement round/roundf ourselves, which is more optimized than musl and also lets it work without PRECISE_F32 #3876
|
2015-11-10 15:33:28 -08:00 |
ctype
|
fix some core test warnings
|
2015-09-22 15:43:30 -07:00 |
cube2hash
|
…
|
|
cubescript
|
…
|
|
dirent
|
more test_readdir fixes for musl
|
2015-05-25 19:32:35 -07:00 |
embind
|
[embind] Fix unused variable warning in tests.
|
2015-07-21 11:36:15 +07:00 |
emscripten_log
|
fix double alignment issue in formatString and emscripten_log #3647
|
2015-07-29 14:02:41 -07:00 |
enet
|
…
|
|
env
|
update test_env output
|
2015-05-28 13:05:57 -07:00 |
fcntl
|
musl adds O_LARGEFILE to all open()s, make test_fcntl more careful what it tests
|
2015-05-27 13:13:15 -07:00 |
fcntl-misc
|
add assert to test_fcntl_misc
|
2015-05-27 13:38:38 -07:00 |
fcntl-open
|
…
|
|
filesystem
|
update test_fs_base expected output
|
2015-05-29 13:11:07 -07:00 |
freealut
|
…
|
|
freetype
|
fix some core test warnings
|
2015-09-22 15:43:30 -07:00 |
fs
|
Ignore O_CLOEXEC flag on NODEFS
|
2015-10-20 21:01:01 +03:00 |
fuzz
|
update fuzzer to not allow memory growth together with shared modules
|
2015-11-04 14:48:44 -08:00 |
glbook
|
…
|
|
hyperbolic
|
…
|
|
include_test
|
fix #3777: make `-l SDL` do the same thing as `-lSDL` like Clang
|
2015-10-03 23:13:33 -04:00 |
langinfo
|
update test_langinfo for musl output (which seems overall ok or better, although it does return NULL for CRNCYSTR)
|
2015-05-24 15:22:33 -07:00 |
lua
|
…
|
|
math
|
…
|
|
module
|
…
|
|
msvc10
|
…
|
|
nbody-java
|
…
|
|
netinet
|
…
|
|
openjpeg
|
…
|
|
optimizer
|
Merge branch 'incoming' into split_memory
|
2015-10-05 10:31:37 -07:00 |
parseInt
|
test_parseInt: Store string literal in const char*.
|
2015-09-22 15:36:26 +07:00 |
poppler
|
…
|
|
printf
|
update test_printf for musl output and limitations
|
2015-05-24 14:39:00 -07:00 |
pthread
|
Fix asm.js validation issues with -s USE_PTHREADS=1. Add new build mode -s USE_PTHREADS=2 to mean 'build with threads enabled in a backwards compatible fashion.' Closes #3719.
|
2015-09-20 21:34:23 +03:00 |
python
|
…
|
|
qsort
|
…
|
|
return64bit
|
…
|
|
scons
|
…
|
|
sockets
|
Clean up warning spam in sockets tests.
|
2015-09-23 19:34:12 +03:00 |
sounds
|
…
|
|
sqlite
|
…
|
|
stat
|
update test_stat_chmod to expect lchmod to fail, which linux and musl do
|
2015-05-26 18:13:37 -07:00 |
stdio
|
note that test_fgetc_ungetc has been confirmed as an upstream musl bug
|
2015-05-28 19:35:14 -07:00 |
systypes
|
…
|
|
termios
|
…
|
|
time
|
…
|
|
unistd
|
test_unistd_misc: Don't need _GNU_SOURCE.
|
2015-09-22 16:19:02 +07:00 |
utime
|
…
|
|
uuid
|
…
|
|
webidl
|
fix some core test warnings
|
2015-09-22 15:43:30 -07:00 |
zlib
|
…
|
|
799.cpp
|
…
|
|
aniso.c
|
…
|
|
aniso.png
|
…
|
|
asm_swap.cpp
|
…
|
|
asm_swap2.cpp
|
…
|
|
asmjs-unknown-emscripten.c
|
…
|
|
autoassemble.c
|
…
|
|
benchmark_sse.h
|
Add synthetic benchmark for SSE2.
|
2015-08-17 23:34:05 +03:00 |
benchmark_sse1.cpp
|
Add synthetic benchmark for SSE2.
|
2015-08-17 23:34:05 +03:00 |
benchmark_sse1.py
|
Add new function get_clang_native_env() which finds the required Visual Studio environment for Clang to locate the Visual Studio linker when building a native Windows executable. This fixes running test_sse1_full and test_sse2_full without needing to manually open up Visual Studio Command Prompt to run those tests. Add get_clang_native_env() and get_clang_native_args() to always be present in pairs to be idiomatic, even though the other locations don't strictly need it (since just building .bc and not linking).
|
2015-10-13 16:23:23 +03:00 |
benchmark_sse2.cpp
|
Add synthetic benchmark for SSE2.
|
2015-08-17 23:34:05 +03:00 |
bigswitch.cpp
|
…
|
|
bloom.dds
|
…
|
|
browser_gc.cpp
|
…
|
|
browser_harness.html
|
…
|
|
browser_main.cpp
|
…
|
|
browser_module.cpp
|
…
|
|
browser_test_hello_world.c
|
…
|
|
bullet_hello_world.cpp
|
Add Bullet physics to ports
|
2015-08-10 12:37:13 -07:00 |
canvas_size_proxy.c
|
Add test to ensure canvas css size is available when main() is called
|
2015-07-21 12:14:54 -07:00 |
canvas_style_proxy.c
|
Add test for proxying canvas style
|
2015-07-21 10:15:59 -07:00 |
canvas_style_proxy_pre.js
|
Add test for proxying canvas style
|
2015-07-21 10:15:59 -07:00 |
canvas_style_proxy_shell.html
|
Add test for proxying canvas style
|
2015-07-21 10:15:59 -07:00 |
checksummer.c
|
…
|
|
codemods.cpp
|
…
|
|
cube2md5.cpp
|
…
|
|
cube2md5.ok
|
…
|
|
cube2md5.txt
|
…
|
|
cube_explosion.c
|
…
|
|
cube_explosion.png
|
…
|
|
cubegeom.c
|
…
|
|
cubegeom.png
|
…
|
|
cubegeom_color.c
|
…
|
|
cubegeom_color.png
|
…
|
|
cubegeom_color2.c
|
…
|
|
cubegeom_color2.png
|
…
|
|
cubegeom_fog.c
|
…
|
|
cubegeom_fog.png
|
…
|
|
cubegeom_glew.c
|
…
|
|
cubegeom_mt.c
|
…
|
|
cubegeom_mt.png
|
…
|
|
cubegeom_normal.c
|
…
|
|
cubegeom_normal.png
|
…
|
|
cubegeom_normal_dap.c
|
…
|
|
cubegeom_normal_dap_far.c
|
…
|
|
cubegeom_normal_dap_far_glda.c
|
…
|
|
cubegeom_normal_dap_far_glda.png
|
…
|
|
cubegeom_normal_dap_far_glda_quad.c
|
…
|
|
cubegeom_normal_dap_far_glda_quad.png
|
…
|
|
cubegeom_normal_dap_far_range.c
|
…
|
|
cubegeom_normal_dap_far_range.png
|
…
|
|
cubegeom_pre.c
|
…
|
|
cubegeom_pre.png
|
…
|
|
cubegeom_pre2.c
|
…
|
|
cubegeom_pre2.png
|
…
|
|
cubegeom_pre2_vao.c
|
…
|
|
cubegeom_pre2_vao2.c
|
…
|
|
cubegeom_pre2_vao2.png
|
…
|
|
cubegeom_pre3.c
|
…
|
|
cubegeom_pre_vao.c
|
…
|
|
cubegeom_pre_vao.png
|
…
|
|
cubegeom_proc.c
|
…
|
|
cubegeom_texturematrix.c
|
…
|
|
cubegeom_texturematrix.png
|
…
|
|
cubegeom_u4fv_2.c
|
update tests/cubegeom_u4fv_2.c for new clang strictness
|
2015-11-04 15:44:13 -08:00 |
cubegeom_u4fv_2.png
|
add missing tests/cubegeom_u4fv_2.png
|
2015-09-21 12:53:33 -07:00 |
dlmalloc_proxy.c
|
…
|
|
dlmalloc_test.c
|
…
|
|
doublestart.c
|
…
|
|
emscripten_api_browser.cpp
|
…
|
|
emscripten_api_browser2.cpp
|
…
|
|
emscripten_api_browser_infloop.cpp
|
do not restore stack when simulating an infinite loop - conceptually, the stack was not unwound
|
2015-09-22 17:04:55 -07:00 |
emscripten_fs_api_browser.cpp
|
…
|
|
emscripten_fs_api_browser2.cpp
|
overwrite a file if it exists in emscripten_async_wget #3469
|
2015-05-26 14:48:12 -07:00 |
emscripten_get_now.cpp
|
fix some core test warnings
|
2015-09-22 15:43:30 -07:00 |
emscripten_main_loop.cpp
|
…
|
|
emterpreter_advise.cpp
|
avoid stdio stuff in other.test_emterpreter_advise
|
2015-05-28 21:07:16 -07:00 |
emterpreter_advise_funcptr.cpp
|
avoid stdio stuff in other.test_emterpreter_advise
|
2015-05-28 21:07:16 -07:00 |
emterpreter_async.cpp
|
…
|
|
emterpreter_async_2.cpp
|
…
|
|
emterpreter_async_bad.cpp
|
…
|
|
emterpreter_async_iostream.cpp
|
add memory/string methods to OK_TO_CALL_WHILE_ASYNC, as they can be called from iostream code during yield
|
2015-08-27 11:12:02 -07:00 |
emterpreter_async_mainloop.cpp
|
…
|
|
emterpreter_async_sleep2.cpp
|
…
|
|
emterpreter_async_virtual.cpp
|
…
|
|
emterpreter_async_virtual_2.cpp
|
…
|
|
emterpreter_async_with_manual.cpp
|
…
|
|
fannkuch.cpp
|
…
|
|
fannkuch.js
|
…
|
|
fasta.cpp
|
…
|
|
fasta.js
|
…
|
|
file_db.cpp
|
…
|
|
files.cpp
|
update test_files to the fact that musl emits temp files with slightly different names than we used to
|
2015-05-24 15:48:23 -07:00 |
float+.c
|
…
|
|
float_tex.cpp
|
Properly handle nulls instead of strings also in other shader functions.
|
2015-06-01 20:46:21 +02:00 |
float_tex.png
|
…
|
|
force_exit.c
|
…
|
|
freetype_test.c
|
add freetype 2.6 to ports
|
2015-08-14 22:26:28 +02:00 |
full_es2_sdlproc.c
|
…
|
|
gears.png
|
…
|
|
gen_large_switchcase.py
|
Improve test_biggerswitch to test what it outputs is valid.
|
2015-06-18 23:58:11 +03:00 |
gl_matrix_identity.c
|
…
|
|
gl_ps.c
|
…
|
|
gl_ps.png
|
…
|
|
gl_ps_packed.c
|
…
|
|
gl_ps_strides.c
|
…
|
|
gl_ps_strides.png
|
…
|
|
gl_ps_worker.c
|
support binding a null texture #3569
|
2015-06-30 14:21:01 -07:00 |
gl_renderers.c
|
…
|
|
gl_renderers.png
|
…
|
|
gl_stride.c
|
…
|
|
gl_stride.png
|
…
|
|
gl_subdata.cpp
|
…
|
|
gl_teximage.c
|
…
|
|
gl_textures.cpp
|
…
|
|
gl_vertex_buffer.c
|
…
|
|
gl_vertex_buffer.png
|
…
|
|
gl_vertex_buffer_pre.c
|
…
|
|
gl_vertex_buffer_pre.png
|
…
|
|
glbegin_points.c
|
…
|
|
glbegin_points.png
|
…
|
|
gles2_conformance.cpp
|
…
|
|
gles2_uniform_arrays.cpp
|
…
|
|
glew.c
|
…
|
|
glfw.c
|
…
|
|
glfw3.c
|
…
|
|
glfw3_events.c
|
…
|
|
glfw_minimal.c
|
add missing GL dependency for GLFW #3530
|
2015-06-10 14:05:41 -07:00 |
glgetattachedshaders.c
|
…
|
|
glgettexenv.c
|
…
|
|
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_malloc.cpp
|
…
|
|
hello_world.c
|
…
|
|
hello_world.cpp
|
…
|
|
hello_world.ll
|
update tests
|
2015-05-13 14:43:29 -07:00 |
hello_world_em_asm.c
|
do not use printf in other.test_no_nuthin, as it uses the filesystem
|
2015-05-28 17:51:38 -07:00 |
hello_world_error.c
|
…
|
|
hello_world_error.cpp
|
…
|
|
hello_world_exit.c
|
…
|
|
hello_world_file.cpp
|
…
|
|
hello_world_file.txt
|
…
|
|
hello_world_gles.c
|
Add testing for --cpuprofiler and --memoryprofiler.
|
2015-09-23 00:25:41 +03:00 |
hello_world_gles_deriv.c
|
…
|
|
hello_world_gles_full.c
|
…
|
|
hello_world_gles_full_944.c
|
…
|
|
hello_world_gles_proxy.c
|
…
|
|
hello_world_gles_shell.html
|
…
|
|
hello_world_loop.cpp
|
…
|
|
hello_world_loop_malloc.cpp
|
…
|
|
hello_world_sdl.cpp
|
…
|
|
hello_world_worker.cpp
|
fix browser.test_worker
|
2015-06-02 16:46:55 -07:00 |
htmltest.png
|
…
|
|
http.cpp
|
…
|
|
http.h
|
…
|
|
i64_precise.txt
|
…
|
|
idbstore.c
|
…
|
|
idbstore_sync.c
|
…
|
|
idbstore_sync_worker.c
|
…
|
|
in_flight_memfile_request.c
|
add missing test file
|
2015-08-27 15:36:10 -07:00 |
lib_include_flags.c
|
fix #3777: make `-l SDL` do the same thing as `-lSDL` like Clang
|
2015-10-03 23:13:33 -04:00 |
life.c
|
…
|
|
lifetime.ll
|
test ll fixes
|
2015-05-13 17:40:39 -07:00 |
linpack.c
|
…
|
|
mainloop_infloop.cpp
|
add proper test for simulateInfiniteLoop + emterpreter
|
2015-09-25 12:16:54 -07:00 |
mainloop_reschedule.cpp
|
…
|
|
mem_init.cpp
|
…
|
|
mem_init_request.cpp
|
…
|
|
meminit_pairs.c
|
Incorporate suggestions from code review
|
2015-06-15 22:46:10 +02:00 |
mmap_file.c
|
fix test_mmap_file for musl, which accepts mmap only on linuxey multiples of 4096
|
2015-05-28 13:25:08 -07:00 |
new.cpp
|
…
|
|
openal_buffers.c
|
…
|
|
openal_playback.cpp
|
…
|
|
parallel_test_core.py
|
Require that embuilder.py successfully finishes in parallel_test_core.py
|
2015-09-28 18:25:21 +03:00 |
perspective.c
|
…
|
|
perspective.png
|
…
|
|
pngtest.c
|
add libpng to ports (with tests)
|
2015-05-12 17:45:35 +02:00 |
pngtest.png
|
add libpng to ports (with tests)
|
2015-05-12 17:45:35 +02:00 |
pre_run_deps.cpp
|
…
|
|
primes.cpp
|
…
|
|
print_args.js
|
…
|
|
raytrace.cpp
|
…
|
|
raytrace.ppm
|
…
|
|
raytrace_7_256.ppm
|
…
|
|
runner.py
|
error on shared modules+memory growth #3893
|
2015-11-03 09:49:43 -08:00 |
runtime_misuse.cpp
|
remove free() hack in browser.test_runtime_misuse
|
2015-06-12 11:15:18 -07:00 |
runtime_misuse_2.cpp
|
remove free() hack in browser.test_runtime_misuse
|
2015-06-12 11:15:18 -07:00 |
s3tc.c
|
…
|
|
s3tc.png
|
…
|
|
s3tc_crunch.c
|
…
|
|
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
|
…
|
|
sdl2_audio_beep.cpp
|
…
|
|
sdl2_canvas.png
|
…
|
|
sdl2_canvas_blank.c
|
…
|
|
sdl2_canvas_palette.c
|
…
|
|
sdl2_canvas_palette_2.c
|
…
|
|
sdl2_canvas_proxy.c
|
…
|
|
sdl2_canvas_size.c
|
…
|
|
sdl2_canvas_twice.c
|
…
|
|
sdl2_canvas_write.cpp
|
…
|
|
sdl2_fog_density.c
|
…
|
|
sdl2_fog_exp2.c
|
…
|
|
sdl2_fog_linear.c
|
…
|
|
sdl2_fog_negative.c
|
…
|
|
sdl2_fog_simple.c
|
…
|
|
sdl2_gfx_primitives.c
|
…
|
|
sdl2_gl_frames_swap.c
|
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 |
sdl2_gl_frames_swap.png
|
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 |
sdl2_gl_read.c
|
…
|
|
sdl2_image.c
|
add option for specifing image formats to support with SDL2_image and add test
|
2015-10-08 19:46:30 +01:00 |
sdl2_image_prepare.c
|
rename 'prepare' methods to the better 'preload plugins' terminology
|
2015-10-02 14:33:23 -07:00 |
sdl2_key.c
|
keep the keydown case for 'a'
|
2015-08-18 12:48:15 +01:00 |
sdl2_mouse.c
|
…
|
|
sdl2_pumpevents.c
|
…
|
|
sdl2_swsurface.c
|
…
|
|
sdl2_text.c
|
…
|
|
sdl2_ttf.c
|
make browser.test_sdl2_ttf not use hardware acceleration, which should give a more consistent result
|
2015-10-15 11:09:59 -07:00 |
sdl2_ttf.png
|
make browser.test_sdl2_ttf not use hardware acceleration, which should give a more consistent result
|
2015-10-15 11:09:59 -07:00 |
sdl2_unwasteful.cpp
|
…
|
|
sdl2glshader.c
|
…
|
|
sdl_alloctext.c
|
…
|
|
sdl_audio.c
|
Fix Mix_LoadWAV with SDL2 RWops
|
2015-05-28 19:47:25 +01:00 |
sdl_audio_beep.cpp
|
…
|
|
sdl_audio_beep_sleep.cpp
|
…
|
|
sdl_audio_mix.c
|
…
|
|
sdl_audio_mix_channels.c
|
…
|
|
sdl_audio_panning.c
|
…
|
|
sdl_canvas.c
|
…
|
|
sdl_canvas_alpha.c
|
…
|
|
sdl_canvas_alpha.png
|
…
|
|
sdl_canvas_alpha_flag_0.png
|
…
|
|
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
|
…
|
|
sdl_canvas_size.html
|
…
|
|
sdl_canvas_twice.c
|
…
|
|
sdl_canvas_twice.png
|
…
|
|
sdl_create_rgb_surface_from.c
|
…
|
|
sdl_create_rgb_surface_from.png
|
…
|
|
sdl_fog_density.c
|
…
|
|
sdl_fog_exp2.c
|
…
|
|
sdl_fog_linear.c
|
…
|
|
sdl_fog_negative.c
|
…
|
|
sdl_fog_simple.c
|
…
|
|
sdl_free_screen.cpp
|
…
|
|
sdl_gfx_primitives.c
|
…
|
|
sdl_gfx_primitives.png
|
…
|
|
sdl_gl_mapbuffers.c
|
…
|
|
sdl_gl_read.c
|
…
|
|
sdl_headless.c
|
…
|
|
sdl_image.c
|
…
|
|
sdl_image_must_prepare.c
|
add test for preload plugins being necessary
|
2015-10-05 10:54:01 -07:00 |
sdl_image_prepare.c
|
rename 'prepare' methods to the better 'preload plugins' terminology
|
2015-10-02 14:33:23 -07:00 |
sdl_image_prepare_data.c
|
rename 'prepare' methods to the better 'preload plugins' terminology
|
2015-10-02 14:33:23 -07:00 |
sdl_joystick.c
|
…
|
|
sdl_key.c
|
…
|
|
sdl_key_proxy.c
|
…
|
|
sdl_key_test.c
|
…
|
|
sdl_maprgba.c
|
…
|
|
sdl_maprgba.png
|
…
|
|
sdl_mouse.c
|
…
|
|
sdl_ogl.c
|
…
|
|
sdl_ogl_defaultMatrixMode.c
|
…
|
|
sdl_ogl_p.c
|
…
|
|
sdl_ogl_proc_alias.c
|
…
|
|
sdl_pumpevents.c
|
…
|
|
sdl_quit.c
|
…
|
|
sdl_resize.c
|
…
|
|
sdl_rotozoom.c
|
…
|
|
sdl_rotozoom.png
|
…
|
|
sdl_set_clip_rect.c
|
…
|
|
sdl_set_clip_rect.png
|
…
|
|
sdl_stb_image.c
|
…
|
|
sdl_stb_image_data.c
|
…
|
|
sdl_surface_refcount.c
|
…
|
|
sdl_swsurface.c
|
…
|
|
sdl_text.c
|
…
|
|
sdl_togglefullscreen.c
|
…
|
|
sdl_touch.c
|
…
|
|
sdl_wm_togglefullscreen.c
|
…
|
|
sdlglshader.c
|
Fix exception being thrown on empty glBegin()-glEnd() blocks. Closes #3693.
|
2015-08-17 23:16:54 +03:00 |
sdlglshader.png
|
…
|
|
sdlglshader2.c
|
…
|
|
sha1.c
|
…
|
|
ship.dds
|
…
|
|
sigalrm.cpp
|
Add primitive support for alarm() signal.
|
2015-06-01 15:09:53 +03:00 |
skinning_test_no_simd.cpp
|
…
|
|
split_memory_large_file.cpp
|
improve browser.test_split_memory_large_file
|
2015-09-15 18:04:12 -07:00 |
test-fix-closure.js
|
…
|
|
test_benchmark.py
|
Adieu, adieu, adieu, CORRECT_SIGNS!
|
2015-04-25 07:12:53 +07:00 |
test_browser.py
|
make browser.test_sdl2_ttf not use hardware acceleration, which should give a more consistent result
|
2015-10-15 11:09:59 -07:00 |
test_core.py
|
implement round/roundf ourselves, which is more optimized than musl and also lets it work without PRECISE_F32 #3876
|
2015-11-10 15:33:28 -08:00 |
test_egl.c
|
…
|
|
test_egl_width_height.c
|
…
|
|
test_emrun.c
|
Match url encoding with emrun url decoding in src/emrun_postjs.js. Fixes #3394. Add test.
|
2015-04-23 11:41:52 +03:00 |
test_fflush.cpp
|
…
|
|
test_fflush.html
|
…
|
|
test_float_literals.cpp
|
…
|
|
test_float_literals.out
|
update test_float_literals for musl's more correct float output
|
2015-05-28 13:35:29 -07:00 |
test_glfw_fullscreen.c
|
Fixed problem with "Resize Canvas" not working on GLFW.
|
2015-06-17 21:58:07 +02:00 |
test_glfw_pointerlock.c
|
Add test_glfw_pointerlock and fix indentation
|
2015-11-10 15:33:27 -08:00 |
test_html5.c
|
…
|
|
test_html5_fullscreen.c
|
…
|
|
test_html5_fullscreen.html
|
…
|
|
test_html5_mouse.c
|
…
|
|
test_interactive.py
|
Add test_glfw_pointerlock and fix indentation
|
2015-11-10 15:33:27 -08:00 |
test_locale.c
|
…
|
|
test_locale.out
|
…
|
|
test_minmax.c
|
…
|
|
test_other.py
|
fix realpath on directories
|
2015-11-10 11:55:24 -08:00 |
test_sanity.py
|
update embuilder for js optimizer now being optimized by default
|
2015-11-03 15:25:38 -08:00 |
test_sdl_mousewheel.c
|
…
|
|
test_sockets.py
|
Add new function get_clang_native_env() which finds the required Visual Studio environment for Clang to locate the Visual Studio linker when building a native Windows executable. This fixes running test_sse1_full and test_sse2_full without needing to manually open up Visual Studio Command Prompt to run those tests. Add get_clang_native_env() and get_clang_native_args() to always be present in pairs to be idiomatic, even though the other locations don't strictly need it (since just building .bc and not linking).
|
2015-10-13 16:23:23 +03:00 |
test_sse1.cpp
|
Re-enable NaN-related cmp tests in test_sse1, which has been fixed, and the test is not run in node.js. Closes #3048.
|
2015-09-03 17:19:04 +03:00 |
test_sse1_full.cpp
|
Mark down urls to bug reports in SIMD tests.
|
2015-09-18 17:56:44 +03:00 |
test_sse2_full.cpp
|
Mark down urls to bug reports in SIMD tests.
|
2015-09-18 17:56:44 +03:00 |
test_sse_full.h
|
Fix long long vs int64_t cast issue that affected native linux clang compilation of test_sse1_full.
|
2015-08-26 16:46:32 +03:00 |
test_vr.c
|
WebVR: add some more debug output to the tests
|
2015-07-23 09:50:24 +02: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
|
…
|
|
test_wget_data.c
|
…
|
|
tex_nonbyte.c
|
…
|
|
tex_nonbyte.png
|
…
|
|
twopart_main.cpp
|
…
|
|
twopart_side.cpp
|
…
|
|
unicode_library.js
|
…
|
|
utf8.cpp
|
…
|
|
utf32.cpp
|
…
|
|
vorbis_test.c
|
Add vorbis, ogg to ports; Added automated port dependencies
|
2015-08-10 12:37:13 -07:00 |
water.dds
|
…
|
|
webgl2.cpp
|
Implement glGetStringi() for GLES3 compatibility and add a test. Closes #3472.
|
2015-09-02 16:47:37 +03:00 |
webgl_create_context.cpp
|
…
|
|
webgl_destroy_context.cpp
|
…
|
|
webgl_destroy_context_shell.html
|
…
|
|
whets.cpp
|
test_whets: Pass string literal as const char[].
|
2015-09-22 15:51:24 +07:00 |
worker_api_2_main.cpp
|
…
|
|
worker_api_2_worker.cpp
|
…
|
|
worker_api_3_main.cpp
|
…
|
|
worker_api_3_worker.cpp
|
…
|
|
worker_api_main.cpp
|
…
|
|
worker_api_worker.cpp
|
…
|
|
worker_api_worker_sleep.cpp
|
…
|
|