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-03-16
preload/embed file compression option in emcc
Alon Zakai
2012-03-16
source code compression option in emcc
Alon Zakai
2012-03-16
updated lzma.js
Alon Zakai
2012-03-16
add lzma.js in thirdparty
Alon Zakai
2012-03-16
rename --compress to --minify in emcc
Alon Zakai
2012-03-16
allow preloading/embedding of entire directories using emcc
Alon Zakai
2012-03-16
tweak building of libcxx to work around windows failure
Alon Zakai
2012-03-15
various files
Alon Zakai
2012-03-15
remove unneeded SDL deps
Alon Zakai
2012-03-15
preload images for SDL
Alon Zakai
2012-03-15
comment
Alon Zakai
2012-03-15
almost working SDL_image test, just need async decoding
Alon Zakai
2012-03-15
support files in directories in --embed-file and --preload-file
Alon Zakai
2012-03-15
html tests refactoring
Alon Zakai
2012-03-15
allow monitoring of run dependencies
Alon Zakai
2012-03-15
add file preloading in browsers
Alon Zakai
2012-03-15
improve test runner http server to handle timeouts
Alon Zakai
2012-03-15
refactor html tests
Alon Zakai
2012-03-15
add some networking headers
Alon Zakai
2012-03-15
add conftest.c workaround in emcc
Alon Zakai
2012-03-15
make nativizer tool executable
Alon Zakai
2012-03-15
bindings generator fix
Alon Zakai
2012-03-14
support c strings as parameters in bindings generator
Alon Zakai
2012-03-11
Merge pull request #263 from FishingCactus/opengles_wip2
Alon Zakai
Opengles fixes + glut functions
2012-03-11
add llvm function size scanner
Alon Zakai
2012-03-11
helpful comment about necessary suffixes for emcc
Alon Zakai
2012-03-11
fix test_files_m for s_x_x
Alon Zakai
2012-03-11
update test_time
Alon Zakai
2012-03-10
fix test_unistd_isatty
Alon Zakai
2012-03-10
fix test_iostream
Alon Zakai
2012-03-10
don't flush terminals, it adds spurious newlines
Alon Zakai
2012-03-10
better handling of detection of scriptArgs and arguments
Alon Zakai
2012-03-10
be careful when flushing streams that may have been closed, during shutdown
Alon Zakai
2012-03-10
start filesystem descriptors at 1, since we intermix them with pointers, so ↵
Alon Zakai
keep 0 free as null
2012-03-10
properly implement isatty
Alon Zakai
2012-03-10
allow Module.stdin,out,err to provide defaults for streams
Alon Zakai
2012-03-10
export malloc and free by default, many libraries need that
Alon Zakai
2012-03-10
add HEAPF64, useful sometimes for manually optimized code
Alon Zakai
2012-03-08
default closure compiler in a way that doesn't require EMSCRIPTEN_ROOT
Alon Zakai
2012-03-08
Merge pull request #300 from nathanhammond/incoming
Alon Zakai
Include Closure Compiler
2012-03-07
Merge with @richardassar's changes.
Nathan Hammond
2012-03-07
improve emcc input finding so that it ignores -MT x
Alon Zakai
2012-03-06
add sign correction to llvmswitch test, needed for s_x_x
Alon Zakai
2012-03-06
Make requested changes: fix include, add myself to authors.
Nathan Hammond
2012-03-06
Merge pull request #301 from richardassar/array-prealloc
Alon Zakai
Optimisation of FS.createDataFile
2012-03-06
Merge branch 'master' into incoming
Alon Zakai
2012-03-06
standardize switch comparisons on signed values
Alon Zakai
2012-03-06
escape & in html
Alon Zakai
2012-03-06
Include Closure Compiler by default.
Nathan Hammond
2012-03-06
Merge pull request #298 from richardassar/authors
Alon Zakai
Adding myself to authors
[next]