aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-21Put preloaded files on HEAP instead of another ArrayBuffers.tingyuan
2013-05-21fix crash when no exitPointerLock, see #1074Alon Zakai
2013-05-21Merge pull request #1105 from azmeuk/symlinkAlon Zakai
Symlink support
2013-05-21fix invokes of abortAlon Zakai
2013-05-21Merge pull request #1197 from LCID-Fire/emsconsAlon Zakai
emscons
2013-05-21fix asm.js coercionAlon Zakai
2013-05-21Merge pull request #1195 from inolen/longjmp_signedAlon Zakai
trigger setjmp on negative values
2013-05-21Merge pull request #1199 from j4m3z0r/sdl-fixesAlon Zakai
Fix Mix_PlayMusic's handling of loop argument in SDL
2013-05-21Convert threwValue check to boolean expressionAnthony Pesch
2013-05-21fix __errno_locationAlon Zakai
2013-05-21Merge branch 'incoming' of github.com:hyperlogic/emscripten into incomingAlon Zakai
2013-05-21Merge pull request #1187 from imvu/scons-embind-build-systemAlon Zakai
SCons/embind build system
2013-05-21Merge pull request #1186 from imvu/errno-runtime-leak-detection-fixAlon Zakai
Prevent runtime leak detection from tripping on __setErrNo
2013-05-21Merge pull request #1185 from imvu/embind-performance-and-code-size-improvementsAlon Zakai
Embind performance and code size improvements
2013-05-20Make looping behavior on effects match background music.James Gregory
2013-05-20According to http://www.libsdl.org/projects/SDL_mixer/docs/SDL_mixer.pdf, 0 ↵James Gregory
is the only value for the loop argument that does not cause looping on Mix_PlayMusic. Update Emscripten's implementation to respect this.
2013-05-20legalize i64 return types properlyAlon Zakai
2013-05-20correctly count the number of normal vars even when there are i64s before a ↵Alon Zakai
varargs
2013-05-20Remove obsolete (and partly wrong) setup information for CMake and SCons. ↵Andreas Bergmeier
Use wrappers instead.
2013-05-20Add new wrapper emscons, which sets EMSCRIPTEN_TOOL_PATH in environment.Andreas Bergmeier
This way the Emscripten Tool no longer has to be copied to root build directory.
2013-05-19Updated test_longjmp to test against negative valuesAnthony Pesch
2013-05-19export imul through closureAlon Zakai
2013-05-19lua debugging stuffAlon Zakai
2013-05-19trigger setjmp on negative valuesAnthony Pesch
2013-05-19fix and clean up benchmark suiteAlon Zakai
2013-05-19export callMain through closureAlon Zakai
2013-05-19Issue #1172: fix for fscanfAnthony Thibault
2013-05-19Issue #1172: added test_fscanf to runner.pyAnthony Thibault
2013-05-18separate lua benchmarks when savedAlon Zakai
2013-05-18make test runner library building more robust and enable library reloading ↵Alon Zakai
in benchmark suite
2013-05-18reorder benchmarksAlon Zakai
2013-05-18add lua-binarytrees benchmarkAlon Zakai
2013-05-17run benchmarks longer with fewer repsAlon Zakai
2013-05-17update lua testAlon Zakai
2013-05-17enable lua benchmarkAlon Zakai
2013-05-17add lua scimarkAlon Zakai
2013-05-17prepare for lua benchmarkAlon Zakai
2013-05-17fix lua for native buildsAlon Zakai
2013-05-17Add a demo that showcases using scons to build an embind library you can ↵Chad Austin
load from JavaScript.
2013-05-17Move emscripten SCons tools into emscripten/scons-tools/Chad Austin
2013-05-17Fix a race condition if two emscripten.py instances run at the same timeChad Austin
2013-05-17Prevent leak detection from tripping on __setErrNoChad Austin
2013-05-17embind should predeclare Module in case it's included before a shell in the ↵Chad Austin
custom SCons change
2013-05-17Add support for multiple overloaded smart pointer constructors.Chad Austin
2013-05-17Workaround a bug in LLVM? Emscripten? that causes it to generate terrible ↵Chad Austin
code when registering class methods and properties.
2013-05-17Allow implicit conversion from booleans to ints/floats (for WebGL)Chad Austin
2013-05-17Make jslint happy.Jukka Jylanki
2013-05-17Optimize __emval_new and __emval_decref.Jukka Jylänki
2013-05-17Add new benchmark for emscripten::val handling.Jukka Jylänki
2013-05-17Implement an autorelease pool in embind.Chad Austin