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
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2013-07-15
implement llrint properly; fixes #1380
Alon Zakai
2013-07-15
Implement strptime
Soeren Balko
2013-07-14
Merge pull request #1381 from inolen/tty_fixes
Alon Zakai
2013-07-14
- moved std stream isTerminal property to object so all streams can see
Anthony Pesch
2013-07-13
open should not set EISDIR when opening an existing directory with O_CREAT
Anthony Pesch
2013-07-13
Merge pull request #1374 from inolen/posix_fallocate_fix
Alon Zakai
2013-07-13
Merge pull request #1372 from inolen/dirent_fixes
Alon Zakai
2013-07-13
Merge pull request #1376 from inolen/utime_fixes
Alon Zakai
2013-07-13
don't check write permissions in utime
Anthony Pesch
2013-07-12
check write permission in posix_fallocate
Anthony Pesch
2013-07-12
minor fixes to return codes of closedir, telldir
Anthony Pesch
2013-07-10
Merge pull request #1365 from int3/syobon
Alon Zakai
2013-07-10
Add sdl_gfx_primitives.c to git.
Jez Ng
2013-07-10
Merge pull request #1364 from int3/syobon
Alon Zakai
2013-07-10
Cast signedness in library_SDL functions.
Jez Ng
2013-07-10
Add (failing) test for gfx primitives.
Jez Ng
2013-07-10
Fix negative surface zooming.
Jez Ng
2013-07-09
Merge branch 'lint' of github.com:int3/emscripten into incoming
Alon Zakai
2013-07-09
only remove unneeded arguments based on library sigs for llvm intrinsics (whi...
Alon Zakai
2013-07-08
outline test does not pass yet, disable it
Alon Zakai
2013-07-08
Avoid using exec where possible.
Jez Ng
2013-07-08
begin work on outliner pass to break up large functions. part 1: aggressive v...
Alon Zakai
2013-07-03
fix test_static_link for the case where spidermonkey shell is not in JS_ENGINES
Alon Zakai
2013-07-03
add working bullet static linking test
Alon Zakai
2013-07-03
enable working zlib static linking test
Alon Zakai
2013-07-03
fix test_source_map
Alon Zakai
2013-07-03
fix test_openjpeg
Alon Zakai
2013-07-03
add function pointers test
Alon Zakai
2013-07-03
fix test harness
Alon Zakai
2013-07-03
refactor static link test and add todo
Alon Zakai
2013-07-03
fix relocation of global linkable variables, enable iostream module linking test
Alon Zakai
2013-07-03
refactor linking of imports
Alon Zakai
2013-07-03
testing for using libc in a side module, and forcing inclusion of libc making...
Alon Zakai
2013-07-03
finalize floats during relocation in side modules
Alon Zakai
2013-07-03
testing for linking with malloc
Alon Zakai
2013-07-03
simplify heap initializer merging
Alon Zakai
2013-07-03
prepare for libc++ linking test
Alon Zakai
2013-07-03
finish function table merging and enable testing
Alon Zakai
2013-07-03
wip test for merging function tables
Alon Zakai
2013-07-03
apply replacements to module defs, and add testing for merging of overlapping...
Alon Zakai
2013-07-03
merge global initializers
Alon Zakai
2013-07-03
add optional header to test_static_link
Alon Zakai
2013-07-03
fix memory initializer counting and add test for merging of two of them
Alon Zakai
2013-07-03
fix heap merging, add padding and offset adjustment, basic test passes in rev...
Alon Zakai
2013-07-03
begin work on memory relocation
Alon Zakai
2013-07-03
refactor test
Alon Zakai
2013-07-03
first working static linking test
Alon Zakai
2013-07-03
cleanup
Alon Zakai
2013-07-03
test improvements
Alon Zakai
2013-07-03
refactor and calculate new imports
Alon Zakai
[next]