index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
AUTHORS
8
-rwxr-xr-x
em++
4
-rwxr-xr-x
emar
4
-rwxr-xr-x
emcc
519
-rwxr-xr-x
emld
4
-rwxr-xr-x
emscripten.py
13
-rw-r--r--
settings.py
2
-rw-r--r--
src/compiler.js
16
-rw-r--r--
src/gl-matrix.js
1952
-rw-r--r--
src/intertyper.js
39
-rw-r--r--
src/jsifier.js
52
-rw-r--r--
src/library.js
228
-rw-r--r--
src/library_browser.js
134
-rw-r--r--
src/library_egl.js
20
-rw-r--r--
src/library_gl.js
1662
-rw-r--r--
src/library_glut.js
444
-rw-r--r--
src/library_sdl.js
716
-rw-r--r--
src/library_xlib.js
24
-rw-r--r--
src/long.js
1633
-rw-r--r--
src/modules.js
5
-rw-r--r--
src/parseTools.js
122
-rw-r--r--
src/postamble.js
35
-rw-r--r--
src/preamble.js
167
-rw-r--r--
src/runtime.js
7
-rw-r--r--
src/settings.js
12
-rw-r--r--
src/shell.html
35
-rw-r--r--
src/shell.js
107
-rw-r--r--
src/utility.js
18
-rw-r--r--
system/include/SDL/SDL_gfxPrimitives.h
246
-rw-r--r--
system/include/SDL/SDL_image.h
138
-rw-r--r--
system/include/SDL/SDL_keycode.h
4
-rw-r--r--
system/include/SDL/SDL_mixer.h
634
-rw-r--r--
system/include/SDL/SDL_ttf.h
249
-rw-r--r--
system/include/X11/X.h
717
-rw-r--r--
system/include/X11/Xatom.h
79
-rw-r--r--
system/include/X11/Xfuncproto.h
127
-rw-r--r--
system/include/X11/Xlib.h
4023
-rw-r--r--
system/include/X11/Xosdefs.h
116
-rw-r--r--
system/include/X11/Xutil.h
826
-rw-r--r--
system/include/X11/keysym.h
73
-rw-r--r--
system/include/X11/keysymdef.h
2389
-rw-r--r--
system/include/emscripten.h
24
-rw-r--r--
system/include/libc/stdio.h
9
-rw-r--r--
system/include/libc/sys/types.h
7
-rw-r--r--
system/include/libc/sys/unistd.h
7
-rw-r--r--
system/include/libcxx/ios
14
-rw-r--r--
system/include/net/arpa/nameser.h
535
-rw-r--r--
system/include/net/arpa/nameser_compat.h
187
-rw-r--r--
system/include/net/if.h
61
-rw-r--r--
system/include/net/resolv.h
389
-rw-r--r--
system/include/netdb.h
55
-rw-r--r--
system/include/pty.h
6
-rw-r--r--
system/include/sys/bitypes.h
3
-rw-r--r--
system/include/sys/ioctl.h
20
-rw-r--r--
system/include/sys/socket.h
9
-rw-r--r--
tests/browser_harness.html
29
-rw-r--r--
tests/cases/aliasbitcastdollar.ll
27
-rw-r--r--
tests/cases/complexphi.ll
4
-rw-r--r--
tests/cases/emptystruct.ll
21
-rw-r--r--
tests/cases/frem.ll
13
-rw-r--r--
tests/cases/frem.txt
1
-rw-r--r--
tests/cases/quotedlabel.ll
19
-rw-r--r--
tests/cases/uadd_overflow.ll
25
-rw-r--r--
tests/cases/uadd_overflow.txt
1
-rw-r--r--
tests/cube2hash/Makefile
14
-rw-r--r--
tests/cube2hash/cube2crypto.c
23
-rw-r--r--
tests/cube2hash/cube2crypto.h
9
-rw-r--r--
tests/cube2hash/hashstring.cpp
28
-rw-r--r--
tests/cube2hash/readme.txt
27
-rw-r--r--
tests/cube2hash/tiger.c
175
-rw-r--r--
tests/cube2hash/tiger.h
12
-rw-r--r--
tests/cube2hash/util.h
22
-rw-r--r--
tests/emscripten_api_browser.cpp
38
-rw-r--r--
tests/env/output.txt
2
-rw-r--r--
tests/filesystem/src.js
22
-rw-r--r--
tests/freetype/main_2.c
135
-rw-r--r--
tests/freetype/main_3.c
184
-rw-r--r--
tests/freetype/ref_2.txt
33
-rw-r--r--
tests/freetype/ref_3.txt
33
-rw-r--r--
tests/freetype/ref_4.txt
32
-rw-r--r--
tests/gears.png
bin
0 -> 7832 bytes
-rw-r--r--
tests/gl/LICENSE.TXT
11
-rw-r--r--
tests/gl/sdl_ogl.c
202
-rw-r--r--
tests/gl/tutorial2.frag
11
-rw-r--r--
tests/gl/tutorial2.vert
19
-rw-r--r--
tests/glbook/CH02_HelloTriangle.png
bin
0 -> 1009 bytes
-rw-r--r--
tests/glbook/CH08_SimpleVertexShader.png
bin
0 -> 1600 bytes
-rw-r--r--
tests/glbook/CH09_SimpleTexture2D.png
bin
0 -> 1943 bytes
-rw-r--r--
tests/glbook/CH09_TextureCubemap.png
bin
0 -> 3209 bytes
-rw-r--r--
tests/glbook/CH09_TextureWrap.png
bin
0 -> 1812 bytes
-rw-r--r--
tests/glbook/CH10_MultiTexture.png
bin
0 -> 59495 bytes
-rw-r--r--
tests/glbook/CH13_ParticleSystem.png
bin
0 -> 11936 bytes
-rw-r--r--
tests/glbook/Chapter_10/MultiTexture/MultiTexture.c
227
-rw-r--r--
tests/glbook/Chapter_10/MultiTexture/MultiTexture_orig.c
213
-rw-r--r--
tests/glbook/Chapter_10/MultiTexture/basemap.tga
bin
0 -> 786476 bytes
-rw-r--r--
tests/glbook/Chapter_10/MultiTexture/lightmap.tga
bin
0 -> 196626 bytes
-rw-r--r--
tests/glbook/Chapter_11/Multisample/Multisample.c
302
-rw-r--r--
tests/glbook/Chapter_11/Stencil_Test/Stencil_Test.c
273
-rw-r--r--
tests/glbook/Chapter_13/ParticleSystem/ParticleSystem.c
310
-rw-r--r--
tests/glbook/Chapter_13/ParticleSystem/ParticleSystem_orig.c
294
-rw-r--r--
tests/glbook/Chapter_13/ParticleSystem/smoke.tga
bin
0 -> 49170 bytes
-rw-r--r--
tests/glbook/Chapter_15/Hello_Triangle_KD/Hello_Triangle_KD.c
306
-rw-r--r--
tests/glbook/Chapter_2/Hello_Triangle/Hello_Triangle.c
200
-rw-r--r--
tests/glbook/Chapter_2/Hello_Triangle/Hello_Triangle_orig.c
193
-rw-r--r--
tests/glbook/Chapter_8/Simple_VertexShader/Simple_VertexShader.c
209
-rw-r--r--
tests/glbook/Chapter_8/Simple_VertexShader/Simple_VertexShader_orig.c
196
-rw-r--r--
tests/glbook/Chapter_9/MipMap2D/MipMap2D.c
348
-rw-r--r--
tests/glbook/Chapter_9/Simple_Texture2D/Simple_Texture2D.c
213
-rw-r--r--
tests/glbook/Chapter_9/Simple_Texture2D/Simple_Texture2D_orig.c
199
-rw-r--r--
tests/glbook/Chapter_9/Simple_TextureCubemap/Simple_TextureCubemap.c
244
-rw-r--r--
tests/glbook/Chapter_9/Simple_TextureCubemap/Simple_TextureCubemap_orig.c
227
-rw-r--r--
tests/glbook/Chapter_9/TextureWrap/TextureWrap.c
275
-rw-r--r--
tests/glbook/Chapter_9/TextureWrap/TextureWrap_orig.c
257
-rw-r--r--
tests/glbook/Common/esShader.c
155
-rw-r--r--
tests/glbook/Common/esShapes.c
280
-rw-r--r--
tests/glbook/Common/esTransform.c
213
-rw-r--r--
tests/glbook/Common/esUtil.c
420
-rw-r--r--
tests/glbook/Common/esUtil.h
281
-rw-r--r--
tests/glbook/Makefile
60
-rw-r--r--
tests/glbook/README.linux
32
-rw-r--r--
tests/hello_world.js
4
-rw-r--r--
tests/hello_world_file.cpp
13
-rw-r--r--
tests/hello_world_file.txt
4
-rw-r--r--
tests/hello_world_gles.c
19
-rw-r--r--
tests/hello_world_gles_deriv.c
730
-rw-r--r--
tests/hello_world_gles_shell.html
2
-rw-r--r--
tests/hello_world_sdl.cpp
5
-rw-r--r--
tests/htmltest.png
bin
0 -> 743 bytes
-rw-r--r--
tests/i64_precise.txt
128
-rw-r--r--
tests/python/ccproxy.py
2
-rwxr-xr-x
tests/runner.py
1500
-rw-r--r--
tests/screenshot-gray.png
bin
0 -> 203336 bytes
-rw-r--r--
tests/screenshot.jpg
bin
0 -> 50759 bytes
-rw-r--r--
tests/screenshot.png
bin
0 -> 329895 bytes
-rw-r--r--
tests/screenshot2.png
bin
0 -> 203164 bytes
-rw-r--r--
tests/sdl_audio.c
50
-rw-r--r--
tests/sdl_canvas.c
50
-rw-r--r--
tests/sdl_gl_read.c
155
-rw-r--r--
tests/sdl_image.c
35
-rw-r--r--
tests/sdl_key.c
55
-rw-r--r--
tests/sdl_mouse.c
62
-rw-r--r--
tests/sdl_ogl.c
155
-rw-r--r--
tests/sdl_ogl_p.c
164
-rw-r--r--
tests/sounds/LICENSE.txt
19
-rw-r--r--
tests/sounds/alarmcreatemiltaryfoot_1.wav
bin
0 -> 443856 bytes
-rw-r--r--
tests/sounds/alarmvictory_1.ogg