aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-23support relative paths in -s KEY=@pathAlon Zakai
2013-05-23handle ./ in file packagingAlon Zakai
2013-05-23Merge pull request #1204 from sunfishcode/incomingAlon Zakai
2013-05-23Add myself to the AUTHORS file.Dan Gohman
2013-05-23add linpack benchmarkAlon Zakai
2013-05-23actually implement clock_gettime()Alon Zakai
2013-05-23fix argument counting regression from 5efd506 ; fixes #1202Alon Zakai
2013-05-23Allowed Emscripten to recognize and compile .m and .mm filesMichael J. Bishop
2013-05-23add 2011 splash slidesAlon Zakai
2013-05-22handle dynamic indexes properly, even out of bounds, for array gep lookups; f...Alon Zakai
2013-05-22Browser.safeCallbackAlon Zakai
2013-05-22do not call code-running callbacks if ABORTing; fixes #1191Alon Zakai
2013-05-22Optimize (x&A)<<B>>B.Dan Gohman
2013-05-21remove warningAlon Zakai
2013-05-21show awaited run dependencies only in ASSERTIONS buildsAlon Zakai
2013-05-21fix test_sdl_audioAlon Zakai
2013-05-21allocate using NORMAL in FS.init, to avoid races with data packages arriving ...Alon Zakai
2013-05-21disable closure in some non-asm tests where it fails to properly minify Math....Alon Zakai
2013-05-21Conform to coding conventions.tingyuan
2013-05-21Make a temporary variable local.tingyuan
2013-05-21Unleash the 4k alignment of mmap() in the test_mmap().tingyuan
2013-05-21mmap(): Align to malloc's default alignment instead of pages.tingyuan
2013-05-21Assert that MAP_SHARED is only specified with files backed by HEAP.tingyuan
2013-05-211. mmap(): Make use of files that is backed by HEAP.tingyuan
2013-05-21Specialize Array/TypedArray in allocate() to avoid unnecessary array construc...tingyuan
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
2013-05-21fix invokes of abortAlon Zakai
2013-05-21Merge pull request #1197 from LCID-Fire/emsconsAlon Zakai
2013-05-21fix asm.js coercionAlon Zakai
2013-05-21Merge pull request #1195 from inolen/longjmp_signedAlon Zakai
2013-05-21Merge pull request #1199 from j4m3z0r/sdl-fixesAlon Zakai
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
2013-05-21Merge pull request #1186 from imvu/errno-runtime-leak-detection-fixAlon Zakai
2013-05-21Merge pull request #1185 from imvu/embind-performance-and-code-size-improvementsAlon Zakai
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 i...James Gregory
2013-05-20legalize i64 return types properlyAlon Zakai
2013-05-20correctly count the number of normal vars even when there are i64s before a v...Alon Zakai
2013-05-20coding conventionsAlon Zakai
2013-05-20clean up unneeded loggingAlon Zakai
2013-05-20Remove now-invalid tests.Jeff Gilbert
2013-05-20Revert more changes to get back to passing tests.Jeff Gilbert
2013-05-20Revert client array packing changes.Jeff Gilbert
2013-05-20coding conventionsAlon Zakai
2013-05-20PR fixes, part 2, take 3.Jeff Gilbert