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
2013-07-03
emit F_BASE
Alon Zakai
2013-07-03
refactor getIndex calls to include the signature
Alon Zakai
2013-07-03
mark internal globals as private as well
Alon Zakai
2013-07-03
fix relocation of global linkable variables, enable iostream module linking test
Alon Zakai
2013-07-03
add a naming to globals that can be linked and used across modules
Alon Zakai
2013-07-03
add various aborting stubs for libc stuff used in libc++
Alon Zakai
2013-07-03
coerce in cmpxchg
Alon Zakai
2013-07-03
include fastLong in FULL_LIBRARY
Alon Zakai
2013-07-03
clone aliased functions in shared modules
Alon Zakai
2013-07-03
standardize global initializers syntax
Alon Zakai
2013-07-03
begin work on memory relocation
Alon Zakai
2013-07-03
ifdef out gl emulation when disabled
Alon Zakai
2013-07-03
DISABLE_GL_EMULATION option
Alon Zakai
2013-07-03
initial setup
Alon Zakai
2013-07-01
Merge pull request #1335 from inolen/module_exports
Alon Zakai
2013-07-01
Merge branch 'master' of github.com:josephg/emscripten into incoming
Alon Zakai
2013-07-01
- Added MODULE_NAME setting to control global module export
Anthony Pesch
2013-06-30
Fixed emscripten_get_now in a shell
Joseph Gentle
2013-06-29
additional C header constants in JS
Mokhtar Naamani
2013-06-28
do not include externals in BSS
Alon Zakai
2013-06-28
disable BSS when SAFE_HEAP
Alon Zakai
2013-06-28
update C header constants in JS
Alon Zakai
2013-06-28
improve error message
Alon Zakai
2013-06-28
Merge pull request #1328 from amatus/push-upstream
Alon Zakai
2013-06-28
Merge branch 'relooper-improvements' of github.com:int3/emscripten into incoming
1.5.3
Alon Zakai
2013-06-28
fixed comment typos
Anthony Pesch
2013-06-28
don't explicitly initialize uninitialized globals
Anthony Pesch
2013-06-27
Remove unused code and rebump version number.
Jez Ng
2013-06-27
Make DefaultTarget a local variable.
Jez Ng
2013-06-27
A little preprocessor trick.
Jez Ng
2013-06-27
Remove unused macro.
Jez Ng
2013-06-27
Add a 'contains' helper function.
Jez Ng
2013-06-26
deprecate llvm opts in non-ta2 modes
Alon Zakai
2013-06-26
Merge branch 'source-maps' of github.com:int3/emscripten into int3-source-maps
Alon Zakai
2013-06-24
Merge pull request #1302 from Manny-MADE/glut_fixes
Alon Zakai
2013-06-24
Add some IPv6 stuff to netinet/in.h.
David Barksdale
2013-06-24
notice when a function call definitely does not have a return
Alon Zakai
2013-06-24
Merge pull request #1317 from michaeljbishop/sdl-mixer-sound-leak
Alon Zakai
2013-06-24
Removed unnecessary "audio.paused = " statements.
Michael J. Bishop
2013-06-24
IMPROVED: ensured proper indentation for entire document
manny/MADE
2013-06-22
Merge remote-tracking branch 'upstream/incoming' into source-maps
Jez Ng
2013-06-22
IMPROVED: fixed codestyle to match java/js
manny/MADE
2013-06-22
Fix line numbering for invoke instructions.
Jez Ng
2013-06-21
reduce indentation in relooper
1.5.1
Alon Zakai
2013-06-21
decrease indentation in jsifier
Alon Zakai
2013-06-20
Merge pull request #1312 from juj/win_test_statics_fix
Alon Zakai
2013-06-20
ensure a coercion on invoke calls
Alon Zakai
2013-06-19
fix CHECK_ALIGN
Alon Zakai
2013-06-19
update fastLong.js
Alon Zakai
2013-06-19
Fixed error where SDL_Mixer would run out of channels because sound
Michael J. Bishop
[next]