Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-31 | Merge pull request #201 from ehsan/test_popplerpre-llvm-opts | Alon Zakai | |
Make test_poppler pass on Mac | |||
2012-01-31 | Merge pull request #200 from ehsan/openjpeg_test | Alon Zakai | |
Make test_openjpeg pass on Mac | |||
2012-01-31 | Merge pull request #198 from ehsan/import_shared_properly | Alon Zakai | |
Import shared.py properly | |||
2012-01-31 | Merge branch 'import_shared_properly' into test_poppler | Ehsan Akhgari | |
2012-01-31 | Merge branch 'import_shared_properly' into openjpeg_test | Ehsan Akhgari | |
2012-01-31 | Prevent the Settings object from pointing to two separate things | Ehsan 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-31 | Make test_poppler pass on Mac | Ehsan Akhgari | |
2012-01-30 | Use the correct shared library name on Mac | Ehsan Akhgari | |
2012-01-30 | Make sure that sys/types.h defines old-style C sized types | Ehsan Akhgari | |
2012-01-30 | Import shared.py properly | Ehsan Akhgari | |
2012-01-30 | fix test_test_direct_string_constant_usage | Alon Zakai | |
2012-01-30 | Merge pull request #197 from ehsan/sdl_initsubsystem | Alon Zakai | |
Stub implementation for SDL_InitSubSystem | |||
2012-01-30 | Merge pull request #193 from FishingCactus/string_table2 | Alon Zakai | |
Fix string global name when use as a function parameter | |||
2012-01-30 | Merge pull request #192 from ehsan/em_config | Alon Zakai | |
Enable the EM_CONFIG environment variable to override ~/.emscripten | |||
2012-01-30 | Stub implementation for SDL_InitSubSystem | Ehsan Akhgari | |
This fixes issue #196. | |||
2012-01-29 | Test string constant when passed as char(&)[] variable | julien.hamaide | |
2012-01-29 | Fix string global name when use as a function parameter | julien.hamaide | |
2012-01-28 | Merge pull request #191 from ehsan/glgears | Alon Zakai | |
Initial implementation of OpenGL ES and GLUT | |||
2012-01-28 | Enable the EM_CONFIG environment variable to override ~/.emscripten | Ehsan Akhgari | |
This commit fixes issue #180. | |||
2012-01-28 | Merge branch 'incoming' into glgears | Ehsan Akhgari | |
2012-01-28 | Merge branch 'master' into glgears | Ehsan Akhgari | |
2012-01-28 | Only define TypedArray_copy when typed arrays are enabled | Ehsan Akhgari | |
2012-01-28 | Use the freeglut header | Ehsan Akhgari | |
2012-01-27 | Disable the animation in the test to make it more robust | Ehsan Akhgari | |
2012-01-27 | Make the test automated! | Ehsan Akhgari | |
2012-01-27 | Add a human assisted test for the OpenGL ES implementation | Ehsan Akhgari | |
2012-01-27 | Merge branch 'support-html-template' into glgears | Ehsan Akhgari | |
2012-01-27 | Add a TODO message to add EMSCRIPTEN_ENVIRONMENT later | Ehsan Akhgari | |
2012-01-27 | Merge branch 'support-html-template' into glgears | Ehsan Akhgari | |
2012-01-27 | Merge pull request #189 from ehsan/webbrowser_mac | Alon Zakai | |
Pass the absolute file name to the web browser | |||
2012-01-27 | Add support for using a shell file except than the built-in one | Ehsan Akhgari | |
This adds a --shell-file compiler option which allows users to use a custom shell file. | |||
2012-01-27 | Merge branch 'glgears' of github.com:ehsan/emscripten into glgears | Ehsan Akhgari | |
2012-01-27 | Merge branch 'webbrowser_mac' into glgears | Ehsan Akhgari | |
2012-01-27 | Pass the absolute file name to the web browser | Ehsan Akhgari | |
This fixes the failure to launch files in a web browser on Mac. | |||
2012-01-27 | Merge branch 'handle_broken_lli' into glgears | Ehsan Akhgari | |
Conflicts: src/preamble.js | |||
2012-01-27 | remove autodebugger test concrete outputs, they differ on different machines | Alon Zakai | |
2012-01-27 | Merge pull request #187 from ehsan/handle_broken_lli | Alon Zakai | |
Make the test runner handle broken lli's correctly | |||
2012-01-27 | Remove the unneeded assertions | Ehsan Akhgari | |
2012-01-27 | Fix the copy-paste mess | Ehsan Akhgari | |
2012-01-27 | Use explicit output for test_autodebug | Ehsan Akhgari | |
2012-01-27 | Don't run lli at all, and run llvm-nm if needed instead of it | Ehsan Akhgari | |
2012-01-27 | Make the test runner handle broken lli's correctly | Ehsan 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-26 | ntohl etc. | Alon Zakai | |
2012-01-25 | update tests to look for .a instead of .a.bc | Alon Zakai | |
2012-01-25 | use llvm-link in emar instead of llvm-ld | Alon Zakai | |
2012-01-25 | headers | Alon Zakai | |
2012-01-25 | some headers | Alon Zakai | |
2012-01-25 | Use constants instead of symbolic names for events | Ehsan Akhgari | |
2012-01-25 | Use the keydown event | Ehsan Akhgari | |
2012-01-25 | fix some spacing stuff | Alon Zakai | |