index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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-28
Merge pull request #191 from ehsan/glgears
Alon Zakai
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
2012-01-27
Add support for using a shell file except than the built-in one
Ehsan Akhgari
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
2012-01-27
Merge branch 'handle_broken_lli' into glgears
Ehsan Akhgari
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
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
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
2012-01-25
Merge pull request #184 from FishingCactus/_string_table
Alon Zakai
2012-01-25
Work around a bug in Chromium
Ehsan Akhgari
2012-01-25
String constants are store in a table to limit variable count
julien.hamaide
2012-01-25
Add tests for div() and sincos(), and also implement and test sincosf
Ehsan Akhgari
2012-01-25
Adopt the black canvas background for SDL WebGL canvas as well
Ehsan Akhgari
2012-01-25
Fix the mouse coordinates with the Closure compiler
Ehsan Akhgari
2012-01-25
Fix the keyboard handling with the Closure compiler
Ehsan Akhgari
2012-01-24
Make the requestAnimationFrame checks compatible with Closure
Ehsan Akhgari
2012-01-24
Fix the closure compilation
Ehsan Akhgari
2012-01-24
Make the background of the canvas black
Ehsan Akhgari
2012-01-24
Correct some arguments
Ehsan Akhgari
2012-01-24
Switch over everything to TypedArray_copy
Ehsan Akhgari
2012-01-24
Switch over glBufferData to use TypedArray_copy
Ehsan Akhgari
2012-01-24
Add a copy helper for typed arrays
Ehsan Akhgari
2012-01-24
Pass the correct values to the reshape function
Ehsan Akhgari
2012-01-23
Implement glutReshapeFunc()
Ehsan Akhgari
[next]