aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-07-03ifdef out gl emulation when disabledAlon Zakai
2013-07-03DISABLE_GL_EMULATION optionAlon Zakai
2013-07-03initial setupAlon Zakai
2013-07-01Merge pull request #1335 from inolen/module_exportsAlon Zakai
Module export improvements
2013-07-01Merge branch 'master' of github.com:josephg/emscripten into incomingAlon Zakai
2013-07-01 - Added MODULE_NAME setting to control global module exportAnthony Pesch
2013-06-30Fixed emscripten_get_now in a shellJoseph Gentle
2013-06-29additional C header constants in JSMokhtar Naamani
2013-06-28do not include externals in BSSAlon Zakai
2013-06-28disable BSS when SAFE_HEAPAlon Zakai
2013-06-28update C header constants in JSAlon Zakai
2013-06-28improve error messageAlon Zakai
2013-06-28Merge pull request #1328 from amatus/push-upstreamAlon Zakai
Fixes for GNUnet compile.
2013-06-28Merge branch 'relooper-improvements' of github.com:int3/emscripten into incoming1.5.3Alon Zakai
2013-06-28fixed comment typosAnthony Pesch
2013-06-28don't explicitly initialize uninitialized globalsAnthony Pesch
2013-06-27Remove unused code and rebump version number.Jez Ng
2013-06-27Make DefaultTarget a local variable.Jez Ng
2013-06-27A little preprocessor trick.Jez Ng
Fake method lookups, in a way.
2013-06-27Remove unused macro.Jez Ng
2013-06-27Add a 'contains' helper function.Jez Ng
2013-06-26deprecate llvm opts in non-ta2 modesAlon Zakai
2013-06-26Merge branch 'source-maps' of github.com:int3/emscripten into int3-source-mapsAlon Zakai
Conflicts: tools/js-optimizer.js
2013-06-24Merge pull request #1302 from Manny-MADE/glut_fixesAlon Zakai
Several GLUT library improvements
2013-06-24Add some IPv6 stuff to netinet/in.h.David Barksdale
2013-06-24notice when a function call definitely does not have a returnAlon Zakai
2013-06-24Merge pull request #1317 from michaeljbishop/sdl-mixer-sound-leakAlon Zakai
SDL mixer sound leak
2013-06-24Removed unnecessary "audio.paused = " statements.Michael J. Bishop
2013-06-24IMPROVED: ensured proper indentation for entire documentmanny/MADE
2013-06-22Merge remote-tracking branch 'upstream/incoming' into source-mapsJez Ng
Conflicts: emcc tools/js-optimizer.js tools/js_optimizer.py
2013-06-22IMPROVED: fixed codestyle to match java/jsmanny/MADE
IMPROVED: handling mouse position when pointer is locked
2013-06-22Fix line numbering for invoke instructions.Jez Ng
Line numbering of exceptions now work (better) in optimized mode.
2013-06-21reduce indentation in relooper1.5.1Alon Zakai
2013-06-21decrease indentation in jsifierAlon Zakai
2013-06-20Merge pull request #1312 from juj/win_test_statics_fixAlon Zakai
In metadata, store paths parsed from .ll files using forward slashes on Windows.
2013-06-20ensure a coercion on invoke callsAlon Zakai
2013-06-19fix CHECK_ALIGNAlon Zakai
2013-06-19update fastLong.jsAlon Zakai
2013-06-19Fixed error where SDL_Mixer would run out of channels because soundMichael J. Bishop
instances weren't removed when they were finished playing.
2013-06-19fix memmoveAlon Zakai
2013-06-19properly coerce imprecise i64 math callsAlon Zakai
2013-06-19keep |0 on function calls, allow other bitwise ops on heap accesses etc.Alon Zakai
2013-06-20In metadata, store paths parsed from .ll files using forward slashes on ↵Jukka Jylänki
Windows. Fixes safe heap line detection on Windows (the code splits on '/' only as path delimiter), closes issue #1233.
2013-06-19IMPROVED: removed empty line and white-space at EOLmanny/MADE
2013-06-19CHANGED: removed "MADE"-tag from commentsmanny/MADE
2013-06-19ADDED: GLUT_SCREEN_WIDTH + GLUT_SCREEN_HEIGHT in glutGetmanny/MADE
2013-06-19BUGFIX: several SDL related bugfixesmanny/MADE
2013-06-19IMPROVED: ADDED resizeListener that invokes the GLUT.reshapeFunc if specifiedmanny/MADE
2013-06-19Ensure line numbers are the same in HTML.Jez Ng
Chrome and FF seem to be able to handle the extra empty lines, but no harm making things more accurate. One thing less to worry about when debugging.
2013-06-18Merge pull request #1304 from int3/sdlAlon Zakai
Fix SDL color encoding