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
2013-03-18
v1.3.1
1.3.1
Alon Zakai
2013-03-18
process in chunks in fast path in Pointer_stringify
Alon Zakai
2013-03-18
fix bullet benchmark
Alon Zakai
2013-03-18
check for utf and avoid the overhead if not necessary; remove UTF_STRING_SUPPORT
Alon Zakai
2013-03-18
add option to turn all unresolved references into dead functions (i.e., no co...
Alon Zakai
2013-03-18
switchify the main formatString loop
Alon Zakai
2013-03-18
add more vsnprintf testing
Alon Zakai
2013-03-18
fix printing of %llx very small and very large values
Alon Zakai
2013-03-18
make Pointer_stringify argument handling consistent
Alon Zakai
2013-03-18
mark undefined symbol as dead in bullet
Alon Zakai
2013-03-18
do not warn/error on unresolved symbols that have been declared dead
Alon Zakai
2013-03-18
fix asm*.test_cases
Alon Zakai
2013-03-17
add test for pull #956
Alon Zakai
2013-03-17
Merge pull request #956 from michaeljbishop/fix-stride-discrepancy-in-rendere...
Alon Zakai
2013-03-17
add OPENAL_DEBUG to settings.js
Alon Zakai
2013-03-17
Merge pull request #962 from ehsan/openal
Alon Zakai
2013-03-17
optimize SDL.offsets
Alon Zakai
2013-03-17
Merge pull request #958 from caiiiycuk/offsets
Alon Zakai
2013-03-17
improve error message on memory growth in asm.js
Alon Zakai
2013-03-17
mention DEAD_FUNCTIONS in unresolved symbol abort in asm.js mode
Alon Zakai
2013-03-17
abort compilation in asm.js when we see setjmp
Alon Zakai
2013-03-17
Hide all of the console.* stuff behind a compile time flag
Ehsan Akhgari
2013-03-17
Fix offsets for canvas
Aleksander Guryanov
2013-03-16
error on undefined symbols in asm.js mode, since it breaks validation and mus...
Alon Zakai
2013-03-16
When finding renderers in the cache, the stride of the current vertex
Michael J. Bishop
2013-03-16
enable second test
Alon Zakai
2013-03-16
get bindings generator to work in asm.js (except for customizeVTable)
Alon Zakai
2013-03-15
optimize away the allocation in glUniformMatrix?fv with count == 1
Alon Zakai
2013-03-15
remove leading zeros in %llx
Alon Zakai
2013-03-15
optimize away the allocation in glUniform?fv with count == 1
Alon Zakai
2013-03-15
mark UTF_STRING_SUPPORT as an unsafe but useful opt, in -O3
Alon Zakai
2013-03-15
add option to disable utf support, and test that in asm2g
Alon Zakai
2013-03-15
remove unused Array_stringify
Alon Zakai
2013-03-15
fix strncasecmp comparison signedness
Alon Zakai
2013-03-15
Replace OpenAL headers with our own
Ehsan Akhgari
2013-03-15
Fix a typo
Ehsan Akhgari
2013-03-15
Implement alDeleteSources
Ehsan Akhgari
2013-03-15
Implement alDeleteBuffers
Ehsan Akhgari
2013-03-15
Implement alSourceUnqueueBuffers
Ehsan Akhgari
2013-03-15
Add tests for playback states
Ehsan Akhgari
2013-03-15
Implement alGetSourcei
Ehsan Akhgari
2013-03-15
Implement proper pause/replay support
Ehsan Akhgari
2013-03-15
Use the correct function name
Ehsan Akhgari
2013-03-15
Rework the playback infrastructure to be able to support stopping
Ehsan Akhgari
2013-03-15
Remove the unneeded struct
Ehsan Akhgari
2013-03-15
Fix another off-by-one bug
Ehsan Akhgari
2013-03-15
Add a testcase for simple OpenAL playback
Ehsan Akhgari
2013-03-15
Work around two Firefox bugs
Ehsan Akhgari
2013-03-15
Fix the pointer math and floating point conversion in alBufferData
Ehsan Akhgari
2013-03-15
Avoid the local data variable mask the data argument
Ehsan Akhgari
[next]