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
Age
Commit message (
Collapse
)
Author
2012-08-30
support for SDL_QUIT event
Alon Zakai
2012-08-29
fix key event test framework
Alon Zakai
2012-08-29
fix Module.canvas usage
Alon Zakai
2012-08-29
remove unneeded preventDefault - we return false anyhow
Alon Zakai
2012-08-29
support mousewheel event
Alon Zakai
2012-08-29
fix extension of non-i32s to >i32s
Alon Zakai
2012-08-29
handle a runtime failure in blob constructor in audio
Alon Zakai
2012-08-29
full capture keyboard events in sdl, to prevent default actions entirely
Alon Zakai
2012-08-28
further workaround for chrome bug 124926
Alon Zakai
2012-08-28
log out unfulfilled run dependencies every few seconds
Alon Zakai
2012-08-27
clean up atoX a little and add testing
Alon Zakai
2012-08-27
Merge pull request #548 from andreabedini/gh-141
Alon Zakai
Use strto{l,l,ll,d} for ato{i,l,ll,f} repectively (take two)
2012-08-28
Add myself to AUTHORS
Andrea Bedini
2012-08-28
Fix missing return in atof()
Andrea Bedini
2012-08-25
disable test_rand
Alon Zakai
2012-08-25
disable precise i32 multiplication even in -O0: too slow
Alon Zakai
2012-08-25
PRECISE_I32_MUL option for full precision in 32-bit multiply
Alon Zakai
2012-08-25
Use strto{l,l,ll,d} for ato{i,l,ll,d} repectively, as does glibc (see gh-141).
Andrea Bedini
2012-08-24
check for additional stack allocations and varargs in the whole function, ↵
Alon Zakai
not just the first block. fixes #544
2012-08-24
comment in AUTHORS
Alon Zakai
2012-08-22
remove mentions of obsolete emld
Alon Zakai
2012-08-22
use Math.random() in rand(). This gives properly random results, unlike ↵
Alon Zakai
before, but we now ignore the seed sadly
2012-08-22
fix bug with blobbuilder fallback
Alon Zakai
2012-08-20
PROFILE_MAIN_LOOP option
Alon Zakai
2012-08-18
warn on -I and -L to absolute paths, which may be to local system ↵
Alon Zakai
headers/libraries that are not portable
2012-08-14
add TCP and UDP to net/netinet/in.h
Alon Zakai
2012-08-14
fix sign checks in strncasecmp and memcmp
Alon Zakai
2012-08-13
compare unsigned values in str[n]cmp
Alon Zakai
2012-08-11
if blob constructor fails, use blob builder
Alon Zakai
2012-08-10
Module.preInit
Alon Zakai
2012-08-09
allow customizing the status message in updateStatus (shown when blockers ↵
Alon Zakai
are run)
2012-08-09
change download message
Alon Zakai
2012-08-09
show progress on datafile download
Alon Zakai
2012-08-08
make dataFile contents easier to understand
Alon Zakai
2012-08-08
only create new Uint8Arrays during preloading when actually necessary
Alon Zakai
2012-08-08
test for llvm.expect.i32 being defined
Alon Zakai
2012-08-08
labs
Alon Zakai
2012-08-05
optimize rendererCache lookups
Alon Zakai
2012-08-05
keep rendererComponents dense
Alon Zakai
2012-08-05
fix glEnd rendererComponents bug
Alon Zakai
2012-08-05
ensure all renderer cache items are dense, except for program
Alon Zakai
2012-08-05
experimental renderer cache hash diff
Alon Zakai
2012-08-05
refactor to always access attributes quickly by their id
Alon Zakai
2012-08-05
optimize byteSizeByType
Alon Zakai
2012-08-05
keep GL lookup tables dense
Alon Zakai
2012-08-04
make test_unaligned more robust
Alon Zakai
2012-08-03
optimize pread inner loop
Alon Zakai
2012-08-03
add FS.checkStreams and fix some minor misuses
Alon Zakai
2012-08-03
properly account for the difference between dup2 and fcntl/F_DUPFD
Alon Zakai
2012-08-03
fix handling of null-holes in FS.streams
Alon Zakai
[next]