aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-31Merge pull request #201 from ehsan/test_popplerpre-llvm-optsAlon Zakai
Make test_poppler pass on Mac
2012-01-31Merge pull request #200 from ehsan/openjpeg_testAlon Zakai
Make test_openjpeg pass on Mac
2012-01-31Merge pull request #198 from ehsan/import_shared_properlyAlon Zakai
Import shared.py properly
2012-01-31Merge branch 'import_shared_properly' into test_popplerEhsan Akhgari
2012-01-31Merge branch 'import_shared_properly' into openjpeg_testEhsan Akhgari
2012-01-31Prevent the Settings object from pointing to two separate thingsEhsan Akhgari
We need to do this dance because shared.py reassigns the global Settings object to point to a new class, but because Python is lexically scoped, the Settings global name in tests/runner.py would not get updated to point to the new name, which would cause changes to Settings.FOO_BAR in runner.py not be reflected in Settings.serialize() and therefore not being passed down to emcc.
2012-01-31Make test_poppler pass on MacEhsan Akhgari
2012-01-30Use the correct shared library name on MacEhsan Akhgari
2012-01-30Make sure that sys/types.h defines old-style C sized typesEhsan Akhgari
2012-01-30Import shared.py properlyEhsan Akhgari
2012-01-30fix test_test_direct_string_constant_usageAlon Zakai
2012-01-30Merge pull request #197 from ehsan/sdl_initsubsystemAlon Zakai
Stub implementation for SDL_InitSubSystem
2012-01-30Merge pull request #193 from FishingCactus/string_table2Alon Zakai
Fix string global name when use as a function parameter
2012-01-30Merge pull request #192 from ehsan/em_configAlon Zakai
Enable the EM_CONFIG environment variable to override ~/.emscripten
2012-01-30Stub implementation for SDL_InitSubSystemEhsan Akhgari
This fixes issue #196.
2012-01-29Test string constant when passed as char(&)[] variablejulien.hamaide
2012-01-29Fix string global name when use as a function parameterjulien.hamaide
2012-01-28Merge pull request #191 from ehsan/glgearsAlon Zakai
Initial implementation of OpenGL ES and GLUT
2012-01-28Enable the EM_CONFIG environment variable to override ~/.emscriptenEhsan Akhgari
This commit fixes issue #180.
2012-01-28Merge branch 'incoming' into glgearsEhsan Akhgari
2012-01-28Merge branch 'master' into glgearsEhsan Akhgari
2012-01-28Only define TypedArray_copy when typed arrays are enabledEhsan Akhgari
2012-01-28Use the freeglut headerEhsan Akhgari
2012-01-27Disable the animation in the test to make it more robustEhsan Akhgari
2012-01-27Make the test automated!Ehsan Akhgari
2012-01-27Add a human assisted test for the OpenGL ES implementationEhsan Akhgari
2012-01-27Merge branch 'support-html-template' into glgearsEhsan Akhgari
2012-01-27Add a TODO message to add EMSCRIPTEN_ENVIRONMENT laterEhsan Akhgari
2012-01-27Merge branch 'support-html-template' into glgearsEhsan Akhgari
2012-01-27Merge pull request #189 from ehsan/webbrowser_macAlon Zakai
Pass the absolute file name to the web browser
2012-01-27Add support for using a shell file except than the built-in oneEhsan Akhgari
This adds a --shell-file compiler option which allows users to use a custom shell file.
2012-01-27Merge branch 'glgears' of github.com:ehsan/emscripten into glgearsEhsan Akhgari
2012-01-27Merge branch 'webbrowser_mac' into glgearsEhsan Akhgari
2012-01-27Pass the absolute file name to the web browserEhsan Akhgari
This fixes the failure to launch files in a web browser on Mac.
2012-01-27Merge branch 'handle_broken_lli' into glgearsEhsan Akhgari
Conflicts: src/preamble.js
2012-01-27remove autodebugger test concrete outputs, they differ on different machinesAlon Zakai
2012-01-27Merge pull request #187 from ehsan/handle_broken_lliAlon Zakai
Make the test runner handle broken lli's correctly
2012-01-27Remove the unneeded assertionsEhsan Akhgari
2012-01-27Fix the copy-paste messEhsan Akhgari
2012-01-27Use explicit output for test_autodebugEhsan Akhgari
2012-01-27Don't run lli at all, and run llvm-nm if needed instead of itEhsan Akhgari
2012-01-27Make the test runner handle broken lli's correctlyEhsan Akhgari
lli on platforms such as Linux64 or Mac is broken, so it's best not to rely on it for running our tests on those platforms.
2012-01-26ntohl etc.Alon Zakai
2012-01-25update tests to look for .a instead of .a.bcAlon Zakai
2012-01-25use llvm-link in emar instead of llvm-ldAlon Zakai
2012-01-25headersAlon Zakai
2012-01-25some headersAlon Zakai
2012-01-25Use constants instead of symbolic names for eventsEhsan Akhgari
2012-01-25Use the keydown eventEhsan Akhgari
2012-01-25fix some spacing stuffAlon Zakai