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-11-17
Adjust split.py tool logic for generating output filenames to not generate th...
Jukka Jylänki
2013-11-16
Relax emcc --compression cmdline parameter on Windows to autodetect encoder a...
Jukka Jylänki
2013-11-16
Fix HTTP server in browser harness to serve files with appropriate header and...
Jukka Jylänki
2013-11-15
precise clock_gettime when not using CLOCK_REALTIME; fixes #1795
1.7.7
Alon Zakai
2013-11-15
remove obsolete demos folder
Alon Zakai
2013-11-15
ignore llvm ir fast-math notation; fixes #1762
Alon Zakai
2013-11-15
Merge pull request #1806 from juj/sdl_audio_queueing
juj
2013-11-16
Add a configuration option Module.SDL_numSimultaneouslyQueuedBuffers to allow...
Jukka Jylänki
2013-11-15
Merge pull request #1816 from juj/fix_test_other_warn_undefined
Alon Zakai
2013-11-15
Never throw uncaught exceptions out from compiler.js, but just report the exc...
Jukka Jylänki
2013-11-15
mention inline asm() syntax in EM_ASM comment
Alon Zakai
2013-11-15
do not kill asm library functions with DEAD_FUNCTIONS, as they perform fundam...
Alon Zakai
2013-11-15
fix asm2g.test_the_bullet
Alon Zakai
2013-11-15
option to hoist dead ends into loops
Alon Zakai
2013-11-15
Merge pull request #1814 from juj/fix_test_static_link
Alon Zakai
2013-11-15
Fix other.test_static_link on Windows by using CMake instead of configure to ...
Jukka Jylänki
2013-11-15
Move bullet library build code to runner.py so that it can be shared between ...
Jukka Jylänki
2013-11-15
Make emlink.py import-safe. Fixes an issue where python multiprocessing.py en...
Jukka Jylänki
2013-11-15
Fix other.test_preprocess on Linux after regressing it in the previous commit...
Jukka Jylänki
2013-11-14
emit ll from llvm opt directly, to skip writing and reading all the bitcode
Alon Zakai
2013-11-14
don't evaluate function table aliases containing relocation offsets; fixes #1807
Alon Zakai
2013-11-14
Merge branch 'regex-impl' of github.com:waywardmonkeys/emscripten into incoming
1.7.6
Alon Zakai
2013-11-14
Merge pull request #1809 from juj/gles2_gets
Alon Zakai
2013-11-14
simplify other.test_emcc check for micro-opts, to not be so finicky
Alon Zakai
2013-11-14
fix bug with linking bullet without any metadata whatsoever; fixes other.test...
Alon Zakai
2013-11-14
disable asm2x86.test_sqlite due to legalization error on llvm 3.3
Alon Zakai
2013-11-14
ensure a >>> coercion on unsigned comparisons, even if the input is an i29 wh...
Alon Zakai
2013-11-14
handle odd types like i24 in makeSignOp, fixes asm1.test_fuzz on llvm 3.3
Alon Zakai
2013-11-14
update test_pgo
Alon Zakai
2013-11-14
Merge pull request #1802 from Daft-Freak/patch-2
juj
2013-11-14
Implement more complete glGetXXv() for GLES2 binary shader format and shader ...
Jukka Jylänki
2013-11-14
CMake: only append to LINK_FLAGS if they exist
Daft-Freak
2013-11-14
Adjust other.test_preprocess to not include a path delimiter in the string th...
Jukka Jylänki
2013-11-13
don't show both errors and warnings on undefined symbols
Alon Zakai
2013-11-13
test for multiple undefined symbols
Alon Zakai
2013-11-13
tidy up case of first letter in error/warning
Alon Zakai
2013-11-13
warn on missing symbols by default; fixes #1794
Alon Zakai
2013-11-13
Merge pull request #1798 from juj/gles2_max_program_lengths
juj
2013-11-14
Implement support for glGetProgramiv(GL_ACTIVE_UNIFORM_MAX_LENGTH) and glGetP...
Jukka Jylänki
2013-11-13
Merge pull request #1800 from juj/fix_test_outline
Alon Zakai
2013-11-13
Merge pull request #1797 from juj/egl_context_state
Alon Zakai
2013-11-13
set TOTAL_MEMORY to default to powers of two, for now
Alon Zakai
2013-11-13
note on linpack
Alon Zakai
2013-11-13
Use CMake to build zlib in test other.test_outline on Windows. This test did ...
Jukka Jylänki
2013-11-13
Delete tests/zlib/zconf.h file from the zlib source tree, since it is an auto...
Jukka Jylänki
2013-11-13
Add CMakeLists.txt from https://github.com/madler/zlib/releases/tag/v1.2.5 to...
Jukka Jylänki
2013-11-13
Write src.cpp in unit test in binary mode so that line endings are stored as ...
Jukka Jylänki
2013-11-13
Add unit test for EGL context creation and confirming that #1775 and #1793 work.
Jukka Jylänki
2013-11-13
Add concepts of current context, and current draw and read surfaces on that c...
Jukka Jylänki
2013-11-13
Rename redundant wording EGL.eglErrorCode to just EGL.errorCode.
Jukka Jylänki
[next]