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-03-31
almost working first glbook test
Alon Zakai
2012-03-31
add glbook files
Alon Zakai
2012-03-31
library additions in preparation for glbook tests
Alon Zakai
2012-03-31
add X headers
Alon Zakai
2012-03-31
test cleanup
Alon Zakai
2012-03-31
separate browser tests into separately-runnable browser set
Alon Zakai
2012-03-31
update test_emcc
Alon Zakai
2012-03-31
remove unneeded gl tests
Alon Zakai
2012-03-31
fix -M -MM to add emcc compiler flags
Alon Zakai
2012-03-31
add additional testcase from issue 324
Alon Zakai
2012-03-31
do not consider division safe for |0 removal, and add testcase 2 from issue 324
Alon Zakai
2012-03-31
fix test_isdigit_l
Alon Zakai
2012-03-30
test runner message about non-main parts
Alon Zakai
2012-03-30
todo
Alon Zakai
2012-03-30
Merge pull request #328 from ehsan/ogre_upstream
Alon Zakai
2012-03-29
Merge branch 'incoming' of github.com:kripken/emscripten into incoming
Alon Zakai
2012-03-29
remove unneeded -MF workaround code
Alon Zakai
2012-03-29
Add Behdad Esfahbod to the AUTHORS file
Ehsan Akhgari
2012-03-29
comment
Alon Zakai
2012-03-29
basic support for -M and -MM
Alon Zakai
2012-03-29
windows fixes
Alon Zakai
2012-03-29
some TODO stuff in gl code
Alon Zakai
2012-03-29
properly detect windows in eliminator
Alon Zakai
2012-03-29
add deleteFile to FS
Alon Zakai
2012-03-29
bundle preloaded files also when not compressing them
Alon Zakai
2012-03-29
update test_emcc
Alon Zakai
2012-03-28
add testcase for issue 324
Alon Zakai
2012-03-28
properly implement llvm_uadd|mul_with_overflow_i32
Alon Zakai
2012-03-28
do not js-optimize away rounding corrections
Alon Zakai
2012-03-28
do not use impure stuff for stdin etc, it makes comparing to native builds ha...
Alon Zakai
2012-03-28
Add a script to strip the contents of functions in llvm assembly
Ehsan Akhgari
2012-03-28
Implement SDL_WasInit
Ehsan Akhgari
2012-03-28
Use numerical constants instead of symbolic names
Ehsan Akhgari
2012-03-28
Implement isdigit_l and isxdigit_l
Ehsan Akhgari
2012-03-28
Add some porper null checks
Ehsan Akhgari
2012-03-28
Implement the remaining shader and program functions
Ehsan Akhgari
2012-03-28
Implement GL texture functions
Ehsan Akhgari
2012-03-28
Implement glIsBuffer
Ehsan Akhgari
2012-03-28
Implement glBufferSubData
Ehsan Akhgari
2012-03-28
Implement renderbuffer functions
Ehsan Akhgari
2012-03-28
Implement glGet functions
Ehsan Akhgari
2012-03-28
Enable logging of filesystem operations
Ehsan Akhgari
2012-03-28
read stdin differently in windows in eliminator
Alon Zakai
2012-03-28
rename alloca/stack tests
Alon Zakai
2012-03-27
revert red-blue flip, it fixed some stuff but broke others, need to investigate
Alon Zakai
2012-03-27
sdl music fixes
Alon Zakai
2012-03-27
SDL music stuff
Alon Zakai
2012-03-27
fix two bugs with rendering pixel data to SDL: flip R and B to match native b...
Alon Zakai
2012-03-27
do not use blob constructor if not present, and closure workaround
Alon Zakai
2012-03-27
audio comment
Alon Zakai
[next]