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-10-31
fix sendmsg return value
Alon Zakai
2012-10-31
fix sendmsg and recvmsg handling of iov
Alon Zakai
2012-10-31
improve enet test c files
Alon Zakai
2012-10-31
fix uio.h
Alon Zakai
2012-10-31
include uio.h in socket.h so iovec is defined
Alon Zakai
2012-10-31
emscripten_cancel_main_loop in native
Alon Zakai
2012-10-31
send ArrayBuffers, not ArrayBufferViews, in socket code, to handle older ↵
Alon Zakai
browsers
2012-10-31
comment on debugging in test runner
Alon Zakai
2012-10-31
Merge pull request #665 from caiiiycuk/sscanf
Alon Zakai
Fix sscanf white space bug
2012-10-31
rename worker_t to worker_handle
Alon Zakai
2012-10-31
clear error message when browser createObjectURL does not return a string as ↵
Alon Zakai
the spec says it should
2012-10-31
warn in SDL_CreateThread about the problem with SDL threads
Alon Zakai
2012-10-31
Fix sscanf whitespace bug
Aleksander Guryanov
Add test for sscanf
2012-10-30
refactor DEFAULT_LIBRARY_FUNCS_TO_INCLUDE
Alon Zakai
2012-10-30
tell closure its input is ECMASCRIPT5
Alon Zakai
2012-10-30
support growing the socket data buffer, and enable working bigdata socket test
Alon Zakai
2012-10-30
use binary data in websockets
Alon Zakai
2012-10-30
update websockify to latest trunk
Alon Zakai
2012-10-30
fix test text
Alon Zakai
2012-10-29
more non-clang configure fixes for configure tests
Alon Zakai
2012-10-29
more non-clang configure work and debugging tools
Alon Zakai
2012-10-29
configure debugging tools
Alon Zakai
2012-10-29
define LDSHARED, useful in zlib configure
Alon Zakai
2012-10-29
eliminate variables that have no uses but their definition has side effects
Alon Zakai
2012-10-29
fix bug with locking an sdl surface not reading the canvas pixel data ↵
Alon Zakai
properly; fixes #664
2012-10-29
only fire sdl unload event if there is a main loop
Alon Zakai
2012-10-29
adjust memory size in tests
Alon Zakai
2012-10-29
disable jansson test because it fails
Alon Zakai
2012-10-29
re-enable parallelization of js optimizer on windows
Alon Zakai
2012-10-29
add empty emcc.py to work around issue 663
Alon Zakai
2012-10-29
do not use process pool for js optimizer when not enough cores or on windows ↵
Alon Zakai
(issue 663)
2012-10-28
make js optimizer detection of generated functions marker more robust
Alon Zakai
2012-10-28
remove unneeded import
Alon Zakai
2012-10-28
split out js_optimizer python portion into an independent module
Alon Zakai
2012-10-28
add experimental and non-enabled non-clang configure mode
Alon Zakai
2012-10-28
refactor js optimizer caller a little
Alon Zakai
2012-10-28
Merge pull request #651 from larsxschneider/json_parser
Alon Zakai
Fix -O1 warning and use proper pointers for Jansson library.
2012-10-27
memory growth must be manually enabled with ALLOW_MEMORY_GROWTH, in which ↵
Alon Zakai
case the eliminator runs in safe mode
2012-10-27
add memory-growth safe eliminator mode
Alon Zakai
2012-10-27
flip associative binaries when safe to do so for elimination purposes
Alon Zakai
2012-10-27
eliminate into returns
Alon Zakai
2012-10-27
update eliminator test to latest optimizations
Alon Zakai
2012-10-27
eliminator docs
Alon Zakai
2012-10-27
eliminate into one-time do-while loops
Alon Zakai
2012-10-27
add eliminator testcase
Alon Zakai
2012-10-27
note function arguments as locals
Alon Zakai
2012-10-27
add more aborting nodes in eliminator
Alon Zakai
2012-10-27
abort scanning on unfamiliar eliminator nodes
Alon Zakai
2012-10-27
do not scan into while
Alon Zakai
2012-10-27
handle more nodes in eliminator scanning
Alon Zakai
[next]