.. |
bullet
|
allow slightly different rounding results in bullet test
|
2011-12-07 15:36:35 -08:00 |
cases
|
legalize switch i64
|
2012-02-27 11:39:30 -08:00 |
ctype
|
fix test_ctype for newlib
|
2011-10-18 16:07:01 -07:00 |
cubescript
|
work towards QUANTUM_SIZE=1 (unused)
|
2011-04-22 07:53:31 -07:00 |
env
|
fix env test
|
2011-09-24 22:16:14 -07:00 |
exceptions
|
Polymorphic exception handling.
|
2012-02-20 08:50:04 +00:00 |
fcntl
|
parse C1|C2 in headers; properly fixes fcntl
|
2011-09-25 10:28:19 -07:00 |
fcntl-misc
|
Implemented <fcntl.h>.
|
2011-07-21 02:48:24 +03:00 |
fcntl-open
|
Implemented <fcntl.h>.
|
2011-07-21 02:48:24 +03:00 |
filesystem
|
Added FS.analyzePath() which will simplify some library functions.
|
2011-07-22 23:31:57 +03:00 |
freetype
|
integer rounding fixes and CORRECT_ROUNDINGS option
|
2011-03-04 20:02:31 -08:00 |
gl
|
gl comments
|
2011-12-10 17:13:29 -08:00 |
hyperbolic
|
Added hyperbolic math functions;
|
2011-07-08 11:46:20 +03:00 |
langinfo
|
Implemented nl_langinfo().
|
2011-08-17 07:44:30 +03:00 |
lua
|
Updated the Lua build with metadata.
|
2011-07-23 06:12:18 +03:00 |
openjpeg
|
Fix test_openjpeg
|
2012-02-08 18:52:18 -05:00 |
parseInt
|
fix some i64 printing rounding errors
|
2012-01-24 18:11:55 -08:00 |
poppler
|
fix poppler test
|
2011-12-17 12:07:44 -08:00 |
printf
|
test fixes
|
2011-12-08 14:02:09 -08:00 |
python
|
updated python build for automatic tests (now built with the bundled headers)
|
2012-01-31 14:07:22 -08:00 |
sqlite
|
correct sqlite benchmark numbers
|
2011-10-07 21:10:09 -07:00 |
stat
|
update test_stat and test_statvfs
|
2012-02-05 17:36:08 -08:00 |
systypes
|
Make sure that sys/types.h defines old-style C sized types
|
2012-01-30 20:21:04 -05:00 |
time
|
make test_time pass
|
2011-11-13 11:18:51 -08:00 |
unistd
|
fix unistd_dup test
|
2011-09-25 19:07:09 -07:00 |
zlib
|
line-specific CORRECT_OVERFLOWS and CORRECT_SIGNS
|
2011-02-19 15:45:17 -08:00 |
autoassemble.c
|
Polish for emscripten.py and its tests.
|
2011-07-09 20:14:00 +03:00 |
dlmalloc_test.c
|
fix dlmalloc with typed arrays
|
2011-10-08 13:28:01 -07:00 |
fannkuch.cpp
|
the code
|
2010-08-25 21:01:10 -07:00 |
fannkuch.js
|
the code
|
2010-08-25 21:01:10 -07:00 |
fasta.cpp
|
fix fasta bug that shows up in clang
|
2012-02-01 11:34:25 -08:00 |
fasta.js
|
the code
|
2010-08-25 21:01:10 -07:00 |
files.cpp
|
fix feof, plus test
|
2011-12-20 19:53:06 -08:00 |
hashtest.cpp
|
clean up libcxx test
|
2012-01-19 10:14:11 -08:00 |
hello_function.cpp
|
hello_function.cpp example
|
2012-02-23 14:48:00 -08:00 |
hello_libcxx.cpp
|
automatically use libcxx when needed
|
2012-01-18 11:35:00 -08:00 |
hello_malloc.cpp
|
completely automatic malloc inclusion in emcc
|
2011-12-16 14:55:17 -08:00 |
hello_world.c
|
refactor temp files handling code, and first passing compilation test for emcc
|
2011-12-11 15:24:04 -08:00 |
hello_world.cpp
|
refactor temp files handling code, and first passing compilation test for emcc
|
2011-12-11 15:24:04 -08:00 |
hello_world.js
|
override print() by default, to avoid errors when using the browser print() (print to printer) if it hasn't been overridden. Overriding is now possible through Module.print
|
2011-12-31 17:19:14 -08:00 |
hello_world.ll
|
add missing file
|
2011-12-17 11:47:01 -08:00 |
hello_world_error.c
|
missing test files
|
2011-12-20 11:06:42 -08:00 |
hello_world_error.cpp
|
missing test files
|
2011-12-20 11:06:42 -08:00 |
hello_world_gles.c
|
Disable the animation in the test to make it more robust
|
2012-01-27 18:04:11 -05:00 |
hello_world_gles_shell.html
|
Disable WebGL if typed arrays are not being used.
|
2012-02-06 11:08:04 -05:00 |
hello_world_loop.cpp
|
completely automatic malloc inclusion in emcc
|
2011-12-16 14:55:17 -08:00 |
hello_world_loop_malloc.cpp
|
completely automatic malloc inclusion in emcc
|
2011-12-16 14:55:17 -08:00 |
hello_world_sdl.cpp
|
fix SDL_MUSTLOCK
|
2011-12-17 12:04:00 -08:00 |
hello_world_worker.cpp
|
fixes to allow generated code to run in a web worker
|
2011-12-12 16:02:19 -08:00 |
lifetime.ll
|
remove variable eliminator in analyzer; we do that in the eliminator in -O1 and above anyhow
|
2012-02-11 14:54:56 -08:00 |
new.cpp
|
automatic malloc need detection for new
|
2012-01-07 18:01:09 -08:00 |
raytrace.cpp
|
fix raytrace test and benchmark
|
2011-11-05 14:21:25 -07:00 |
raytrace.ppm
|
fix raytrace test and benchmark
|
2011-11-05 14:21:25 -07:00 |
raytrace_7_256.ppm
|
fix raytrace test and benchmark
|
2011-11-05 14:21:25 -07:00 |
runner.py
|
--pre-js and --post-js options
|
2012-02-26 21:30:20 -08:00 |
skinning_test_no_simd.cpp
|
add skinning benchmark
|
2011-11-07 10:17:11 -08:00 |
test-fix-closure.js
|
fix fix_closure bug with newlines
|
2012-01-11 11:38:46 -08:00 |
twopart_main.cpp
|
emcc linking fixes and tests
|
2011-12-14 11:39:53 -08:00 |
twopart_side.cpp
|
emcc linking fixes and tests
|
2011-12-14 11:39:53 -08:00 |