aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-21add libcxxabi headers to include pathAlon Zakai
2012-09-21move pthreads defines earlierAlon Zakai
2012-09-21allow more pthreads headerAlon Zakai
2012-09-21add getrlimitAlon Zakai
2012-09-21add freebsd spawn.hAlon Zakai
2012-09-21add bogus TIOCG* constsAlon Zakai
2012-09-21add dladdrAlon Zakai
2012-09-21add some more pthread constantsAlon Zakai
2012-09-21show warning about absolute paths only onceAlon Zakai
2012-09-21-s docs in emccAlon Zakai
2012-09-21file packager docsAlon Zakai
2012-09-21Merge pull request #577 from LCID-Fire/scons_environment_pathAlon Zakai
Make EMSCRIPTEN_ROOT path available in Environment
2012-09-21workaround in file packager for silly antivirus programsAlon Zakai
2012-09-21use createPath in file packager to allow separate asset bundles to play ↵Alon Zakai
nicely with shared folders
2012-09-21allow loading multiple asset bundles / outputs of file packagerAlon Zakai
2012-09-21closurize file packager outputAlon Zakai
2012-09-21Make EMSCRIPTEN_ROOT path available in EnvironmentLCID Fire
2012-09-21add import os to settings.pyAlon Zakai
2012-09-21Merge pull request #570 from ysangkok/for-upstreamAlon Zakai
don't pass EMCC specific flags on when configuring using clang
2012-09-20mntent.h headerAlon Zakai
2012-09-20add more slack in test_s3tc_crunchAlon Zakai
2012-09-20fix gl tests for intel hd gpusAlon Zakai
2012-09-20proper exception throwing when sync xhrs are attempted to be used in the browserAlon Zakai
2012-09-20add conftest.c flag passing test and use right indentingJanus
2012-09-19optimize reftestsAlon Zakai
2012-09-19fix test_sdl_mouseAlon Zakai
2012-09-19fix test_gcAlon Zakai
2012-09-18don't pass EMCC specific flags on when configuring using clangJanus
2012-09-18indentation fixAlon Zakai
2012-09-18Merge pull request #569 from xrmx/llvmversionAlon Zakai
Add ability to use versioned llvm binaries
2012-09-18fix pnow replay bugAlon Zakai
2012-09-18Add ability to use versioned llvm binariesRiccardo Magliocchetti
Some distributions in order to have multiple version of the same tool add the version to the binary. Teach emscripten about an environment variable called LLVM_ADD_VERSION that add the version to the binary when building its path. This let me use emscripten on debian sid.
2012-09-18note on browser replayAlon Zakai
2012-09-17warning about allocate()Alon Zakai
2012-09-17allocate() docsAlon Zakai
2012-09-17add lineWidth to shell replayAlon Zakai
2012-09-17fix fullscreen/pointer lock events in shell replayAlon Zakai
2012-09-17adjust fake shell screen sizesAlon Zakai
2012-09-17add some shell replay shimsAlon Zakai
2012-09-17add void* argument to emscripten_async_call and ↵Alon Zakai
emscripten_push_main_loop_blocker
2012-09-17Merge pull request #568 from LCID-Fire/egl_header_-x11_depsAlon Zakai
Make EGLNative* typedefs work without need for X11 headers.
2012-09-16Make EGLNative* typedefs work without need for X11 headers.LCID Fire
2012-09-15reproduceriter is now 'stable'Alon Zakai
2012-09-15reproduceriter docsAlon Zakai
2012-09-14implement performance.now more carefully in the shell replayAlon Zakai
2012-09-14refactor reproduceriterAlon Zakai
2012-09-14split out reproducerwriter shellAlon Zakai
2012-09-14navigator typoAlon Zakai
2012-09-14remove some shell replay debug outputAlon Zakai
2012-09-14split out reproduceriter jsAlon Zakai