aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-07-03initial setupAlon Zakai
2013-07-01Merge pull request #1335 from inolen/module_exportsAlon Zakai
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
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
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
2013-06-24Merge pull request #1302 from Manny-MADE/glut_fixesAlon Zakai
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
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
2013-06-22IMPROVED: fixed codestyle to match java/jsmanny/MADE
2013-06-22Fix line numbering for invoke instructions.Jez Ng
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
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
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 Windo...Jukka Jylänki
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
2013-06-18Merge pull request #1304 from int3/sdlAlon Zakai
2013-06-18Merge pull request #1301 from Manny-MADE/va_lists_fixAlon Zakai
2013-06-18do not do full Browser.init() in workers, just the minimum we needAlon Zakai