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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2014-01-31
make sure rand() returns values only up to RAND_MAX; #1855
1.10.1
Alon Zakai
2014-01-31
further fix for #1407
Alon Zakai
2014-01-30
headless fix
Alon Zakai
2014-01-30
Merge pull request #2080 from inolen/idbfs_updates
Alon Zakai
2014-01-30
asmify rand
Alon Zakai
2014-01-30
asmify rand_r
Alon Zakai
2014-01-30
use Math.imul in rand_r
Alon Zakai
2014-01-30
use all 32 bits in rand_r
Alon Zakai
2014-01-30
misc cleanups
Alon Zakai
2014-01-30
Merge branch 'rand' of github.com:coolwanglu/emscripten into incoming
Alon Zakai
2014-01-30
fix exceptions whitelist check on invoke using function pointer; fixes #2081
Alon Zakai
2014-01-30
don't leak streams in readFile and writeFile
Anthony Pesch
2014-01-29
remove obsolete sig param to sign/unSign
Alon Zakai
2014-01-29
Merge pull request #2065 from Daft-Freak/al
Alon Zakai
2014-01-29
fix locale-removing aliases that break because they then have the wrong sig; ...
Alon Zakai
2014-01-28
rely on js opts to do safe heap for asm, to avoid duplicating logic for prope...
Alon Zakai
2014-01-28
add alGetBufferi
Charlie Birks
2014-01-28
alcGetIntegerv fixes
Charlie Birks
2014-01-28
improve alcGetString
Charlie Birks
2014-01-28
alGetString fixes from review
Charlie Birks
2014-01-27
fix some safeHeap errors with the new exceptions code; fixes #2068
Alon Zakai
2014-01-27
improve alGetString
Charlie Birks
2014-01-27
add alcGetIntegerv
Charlie Birks
2014-01-27
add alIsSource
Charlie Birks
2014-01-26
Merge pull request #2061 from inolen/openal_fix
Alon Zakai
2014-01-26
fix variable name in alListenerfv
Anthony Pesch
2014-01-26
Merge pull request #2042 from waywardmonkeys/exception-fixes
Alon Zakai
2014-01-26
do not include library i64 stuff in side modules, it is in the parent; fixes ...
Alon Zakai
2014-01-26
Merge pull request #2056 from jamesu/openal_t2d_fixes
juj
2014-01-25
Add get&set for source direction and cone values
James Urquhart
2014-01-25
Use correct index for alIsBuffer
James Urquhart
2014-01-25
Use correct error handling for new OpenAL functions
James Urquhart
2014-01-25
Fix inconsistent linkage warnings from Visual Studio caused by mismatched dll...
Jukka Jylänki
2014-01-24
spinner during startup; #2050
Alon Zakai
2014-01-24
Implement alGetSourcefv
James Urquhart
2014-01-24
Implement basic stub for alEnable & alDisable
James Urquhart
2014-01-24
Implement alIsBuffer
James Urquhart
2014-01-24
Implement listener gain & get functions for OpenAL
James Urquhart
2014-01-24
Merge pull request #2035 from juj/html5_events
1.9.4
Alon Zakai
2014-01-24
Rename library_events to library_html5 and other suggested renamings. Add bet...
Jukka Jylänki
2014-01-24
Improve C++ exception handling.
Bruce Mitchener
2014-01-23
use correct bufferData method when passing a NULL pointer
Anthony Pesch
2014-01-23
export the runtime; fixes #2041
Alon Zakai
2014-01-23
better error reporting on errors in js libraries; fixes #2033
Alon Zakai
2014-01-22
Merge pull request #1905 from juj/glGetTexEnv
Alon Zakai
2014-01-22
fix some sdl typos that error on safe heap in asm mode, and add test coverage...
Alon Zakai
2014-01-22
some headless additions
Alon Zakai
2014-01-22
eliminate llvm_prefetch; fixes #2043
Alon Zakai
2014-01-22
fastcomp updates and a test for fptosi|ui on floats and doubles
Alon Zakai
2014-01-22
avoid unresolved symbol warnings on misc funcs in fastcomp
Alon Zakai
[next]