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 (
Expand
)
Author
2013-05-21
fix test_sdl_audio
Alon Zakai
2013-05-21
allocate using NORMAL in FS.init, to avoid races with data packages arriving ...
Alon Zakai
2013-05-21
disable closure in some non-asm tests where it fails to properly minify Math....
Alon Zakai
2013-05-21
Conform to coding conventions.
tingyuan
2013-05-21
Make a temporary variable local.
tingyuan
2013-05-21
Unleash the 4k alignment of mmap() in the test_mmap().
tingyuan
2013-05-21
mmap(): Align to malloc's default alignment instead of pages.
tingyuan
2013-05-21
Assert that MAP_SHARED is only specified with files backed by HEAP.
tingyuan
2013-05-21
1. mmap(): Make use of files that is backed by HEAP.
tingyuan
2013-05-21
Specialize Array/TypedArray in allocate() to avoid unnecessary array construc...
tingyuan
2013-05-21
Put preloaded files on HEAP instead of another ArrayBuffers.
tingyuan
2013-05-21
fix crash when no exitPointerLock, see #1074
Alon Zakai
2013-05-21
Merge pull request #1105 from azmeuk/symlink
Alon Zakai
2013-05-21
fix invokes of abort
Alon Zakai
2013-05-21
Merge pull request #1197 from LCID-Fire/emscons
Alon Zakai
2013-05-21
fix asm.js coercion
Alon Zakai
2013-05-21
Merge pull request #1195 from inolen/longjmp_signed
Alon Zakai
2013-05-21
Merge pull request #1199 from j4m3z0r/sdl-fixes
Alon Zakai
2013-05-21
Convert threwValue check to boolean expression
Anthony Pesch
2013-05-21
fix __errno_location
Alon Zakai
2013-05-21
Merge branch 'incoming' of github.com:hyperlogic/emscripten into incoming
Alon Zakai
2013-05-21
Merge pull request #1187 from imvu/scons-embind-build-system
Alon Zakai
2013-05-21
Merge pull request #1186 from imvu/errno-runtime-leak-detection-fix
Alon Zakai
2013-05-21
Merge pull request #1185 from imvu/embind-performance-and-code-size-improvements
Alon Zakai
2013-05-20
Make looping behavior on effects match background music.
James Gregory
2013-05-20
According to http://www.libsdl.org/projects/SDL_mixer/docs/SDL_mixer.pdf, 0 i...
James Gregory
2013-05-20
legalize i64 return types properly
Alon Zakai
2013-05-20
correctly count the number of normal vars even when there are i64s before a v...
Alon Zakai
2013-05-20
Remove obsolete (and partly wrong) setup information for CMake and SCons. Use...
Andreas Bergmeier
2013-05-20
Add new wrapper emscons, which sets EMSCRIPTEN_TOOL_PATH in environment.
Andreas Bergmeier
2013-05-19
Updated test_longjmp to test against negative values
Anthony Pesch
2013-05-19
export imul through closure
Alon Zakai
2013-05-19
lua debugging stuff
Alon Zakai
2013-05-19
trigger setjmp on negative values
Anthony Pesch
2013-05-19
fix and clean up benchmark suite
Alon Zakai
2013-05-19
export callMain through closure
Alon Zakai
2013-05-19
Issue #1172: fix for fscanf
Anthony Thibault
2013-05-19
Issue #1172: added test_fscanf to runner.py
Anthony Thibault
2013-05-18
separate lua benchmarks when saved
Alon Zakai
2013-05-18
make test runner library building more robust and enable library reloading in...
Alon Zakai
2013-05-18
reorder benchmarks
Alon Zakai
2013-05-18
add lua-binarytrees benchmark
Alon Zakai
2013-05-17
run benchmarks longer with fewer reps
Alon Zakai
2013-05-17
update lua test
Alon Zakai
2013-05-17
enable lua benchmark
Alon Zakai
2013-05-17
add lua scimark
Alon Zakai
2013-05-17
prepare for lua benchmark
Alon Zakai
2013-05-17
fix lua for native builds
Alon Zakai
2013-05-17
Add a demo that showcases using scons to build an embind library you can load...
Chad Austin
2013-05-17
Move emscripten SCons tools into emscripten/scons-tools/
Chad Austin
[next]