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
/
runner.py
Age
Commit message (
Collapse
)
Author
2011-07-31
fix rounding issue with getloadavg test and ta2
Alon Zakai
2011-07-31
Merge remote-tracking branch 'upstream/master'
max99x
2011-07-31
Fixed ctype to force testing of __ctype_b_loc.
max99x
2011-07-30
workarounds for js engine bugs
Alon Zakai
2011-07-30
Added various library functions, mostly as stubs, aliases or TODOs;
max99x
Now every function used by CPython is implemented or marked with a TODO.
2011-07-30
Fixed ctype.h implementation; added test for it.
max99x
2011-07-30
Merge remote-tracking branch 'upstream/master'
max99x
2011-07-29
make sure we have one test without -g
Alon Zakai
2011-07-29
Merge pull request #57 from max99x/master
kripken
Filesystem, unistd, and others
2011-07-30
Merge remote-tracking branch 'upstream/master'
max99x
2011-07-30
Merge branch 'master' of github.com:max99x/emscripten
max99x
2011-07-30
Minor polish in response to review comments.
max99x
2011-07-29
js engine and emmaken fixes
Alon Zakai
2011-07-29
updates for latest spidermonkey trunk
Alon Zakai
2011-07-29
Implemented support for environment variables.
max99x
2011-07-29
Implemented sys/utsname.h.
max99x
2011-07-28
Implemented most of stdio.h and updated all references.
max99x
2011-07-28
Added a --disable-cms argument to the poppler test to avoid using lcms.
max99x
2011-07-25
improve function overloading in bindings generator
Alon Zakai
2011-07-23
support for binding static functions
Alon Zakai
2011-07-24
Added _formatString() special-case for null values (similar to glibc).
max99x
2011-07-23
support for default arguments in bindings
Alon Zakai
2011-07-23
Fixed a silly global variable leakage in a test.
max99x
2011-07-23
Added unistd tests; fixed a lot of unistd bugs and deficiencies.
max99x
2011-07-22
Added FS.analyzePath() which will simplify some library functions.
max99x
2011-07-21
Implemented <poll.h>.
max99x
2011-07-21
Implemented <fcntl.h>.
max99x
2011-07-20
Fixed various metadata parsing error and activated -g by default in settings ↵
max99x
and emmaken.
2011-07-19
Implemented <sys/statvfs.h>.
max99x
2011-07-18
Merge remote-tracking branch 'upstream/master'
max99x
2011-07-17
let generateStructInfo process nested structs
Alon Zakai
2011-07-18
Added tests for <sys/stat.h>.
max99x
2011-07-16
Implemented utime.h.
max99x
2011-07-16
Implemented dirname() and basename() from libgen.h.
max99x
2011-07-16
Initial part of the filesystem implementation. Basic folder access done.
max99x
2011-07-15
option to provide type info at run time
Alon Zakai
2011-07-14
Removed errno global since it's implemented via __errno_location().
max99x
2011-07-14
Added errno and glibc-defined error codes; implemented strerror().
max99x
2011-07-13
Making the infinity test sign-agnostic (clang compatibility).
max99x
2011-07-13
Micro-improvement for the infinity test.
max99x
2011-07-13
Fixed finite() and isinf(), added tests for it.
max99x
2011-07-13
Switched from argparse to optparse in emscripten.py, for older Python.
max99x
2011-07-13
Merge branch 'master' of github.com:max99x/emscripten
max99x
2011-07-12
fscanf
Alon Zakai
2011-07-11
clear errors for exceptions inside emscripten.py from test runner
Alon Zakai
2011-07-09
bindings generator cleanup
Alon Zakai
2011-07-09
Merge pull request #47 from max99x/master
kripken
Emscripten.py rewrite
2011-07-09
Polish for emscripten.py and its tests.
max99x
2011-07-08
Merge remote-tracking branch 'upstream/master'
max99x
2011-07-08
Added hyperbolic math functions;
max99x
Fixed trailing zero stripping in formatString().
[prev]
[next]