index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2011-07-29
add missing __deps
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
Fixed /dev/tty: was stdin+stderr, now stdin+stdout.
max99x
2011-07-30
Minor documentation and error message polish.
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
fixes for strict mode warnings in compiler
Alon Zakai
2011-07-29
updates for latest spidermonkey trunk
Alon Zakai
2011-07-29
Implemented support for environment variables.
max99x
2011-07-29
setValue/getValue for easy runtime set/get on heap
Alon Zakai
2011-07-29
Implemented sys/utsname.h.
max99x
2011-07-29
Made stime() set errno; style micro-polish.
max99x
2011-07-29
Added some missing math.h aliases and functions.
max99x
2011-07-29
Polish for ctype.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-28
Removed invalid null parameter from atexit callbacks;
max99x
Truncating unicode in intArray(To|From)String.
2011-07-28
Ignore duplicate struct member metadata.
max99x
2011-07-27
implement C++ function hiding in bindings generator
Alon Zakai
2011-07-26
fix bug with destructor arguments in bindings generator
Alon Zakai
2011-07-26
optimize bindings generator a little more
Alon Zakai
2011-07-26
optimize bindings generator a little
Alon Zakai
2011-07-25
improve function overloading in bindings generator
Alon Zakai
2011-07-24
improve bindings processor support to modify multi-line patterns
Alon Zakai
2011-07-24
fix for binding static functions
Alon Zakai
2011-07-23
support for binding static functions
Alon Zakai
2011-07-23
fixes for binding constructors with default arguments
Alon Zakai
2011-07-24
Made sure generateStructInfo() silently returns null on failure.
max99x
2011-07-24
Fixed unistd sleep test to be more flexible.
max99x
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
paper typos
Alon Zakai
2011-07-23
Fixed a silly global variable leakage in a test.
max99x
2011-07-23
Updated the Lua build with metadata.
max99x
2011-07-23
Removed some leftover unnecessary code from the struct layout parser;
max99x
Removed an extra define in emmaken.py, previously added by mistake.
2011-07-23
Added unistd tests; fixed a lot of unistd bugs and deficiencies.
max99x
2011-07-23
Resolved some old filesystem TODOs.
max99x
2011-07-22
Added FS.analyzePath() which will simplify some library functions.
max99x
2011-07-22
Fixed INCLUDE_FULL_LIBRARY including __deps and __postset fields.
max99x
2011-07-22
Initial implementation of <unistd.h>. Completely untested.
max99x
2011-07-22
Minor filesystem polish.
max99x
2011-07-22
Refactored the new struct layouter to work with QUANTUM_SIZE != 4.
max99x
2011-07-20
add basic support for binding functions with default values
Alon Zakai
2011-07-21
Fix for struct metadata parser; structs can reference preceding member arrays.
max99x
2011-07-21
Implemented <poll.h>.
max99x
2011-07-21
Implemented <fcntl.h>.
max99x
2011-07-20
Minor polish for FS; added isDevice to simplify device testing.
max99x
2011-07-20
Updated python.ll to a new 2.7.2 build with metadata.
max99x
[prev]
[next]