aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-06-05INCOMING_QUEUE_LENGTH was not found by CircularBuffer constructor.Alan Kligman
2013-06-05Missed closing parenthesis.Alan Kligman
2013-06-05Merge branch 'commonjs' of github.com:jazzzz/emscripten into incomingAlon Zakai
2013-06-05return the best we can from SDL_OpenAudio, fixes #1253Alon Zakai
2013-06-04Merge branch 'master' of github.com:feeley/emscripten into incomingAlon Zakai
2013-06-04Add basic support for nonblocking readMarc Feeley
2013-06-04Merge pull request #1244 from onnoj/incomingAlon Zakai
Fixed Issue #1241: _scanString not supporting upper case format specifie...
2013-06-04check more carefully if a stream is a socketAlon Zakai
2013-06-04leave low fds for socketsAlon Zakai
2013-06-04Merge branch 'incoming' of github.com:kanaka/emscripten into incomingAlon Zakai
2013-06-04Merge pull request #1225 from inolen/errnoAlon Zakai
synced library.js errno codes with sys/errno.h
2013-06-04Updated tests to reflect new error valuesAnthony Pesch
2013-06-04Merge branch 'incoming-merge' of github.com:modeswitch/emscripten into incomingAlon Zakai
2013-06-04Check that module is an object instead of exportsJazz
2013-06-04Fixed Issue #1241: _scanString not supporting upper case format specifiers ↵Onno
A, E, F, G, X.
2013-06-03show stub malloc/free warnings only in ASSERTIONS==2Alon Zakai
2013-06-03Fix frexp does not accept negative numbersFrits Talbot
Add frexp unit tests
2013-06-02create /dev/null; issue #1226Alon Zakai
2013-06-02fix typo in glGenVertexArrays__depsAlon Zakai
2013-06-02* some SDL functions from SDL1.x and SDL2.xMartin Gerhardy
2013-06-01syncd library.js errno codes with sys/errno.hAnthony Pesch
2013-06-01limit a warning messageAlon Zakai
2013-06-01remove more unneeded break and continue statements in relooper1.4.7Alon Zakai
2013-06-01improve RemoveUnneededFlows to handle flows into loops with a single entry1.4.6Alon Zakai
2013-06-01improve relooper debuggingAlon Zakai
2013-06-01do not leak split blocks1.4.5Alon Zakai
2013-05-31more relooper work towards arbitrary splittingAlon Zakai
2013-05-31remove unneeded Branch info on incoming branches in relooper1.4.4Alon Zakai
2013-05-31point relooper fuzzer to non-absolute pathAlon Zakai
2013-05-31add testcase for annoying relooper pattern that generates many control flow ↵Alon Zakai
overheads
2013-05-31prepare for option to split arbitrary nodes in relooperAlon Zakai
2013-05-30License info for webrtc p2p library.Alan Kligman
2013-05-30Fixed formatting.Alan Kligman
2013-05-30fix relooper test, needs bashAlon Zakai
2013-05-30do not use gl emulation code in es2 emulation mode, to avoid confusing lack ↵Alon Zakai
of a bound buffer between them
2013-05-30remove unnecessary GL.currArrayBufferObjAlon Zakai
2013-05-30indentationAlon Zakai
2013-05-30Merge branch 'texenv' of github.com:jdashg/emscripten into incomingAlon Zakai
2013-05-30Merge pull request #1220 from inolen/free_surfaceAlon Zakai
SDL_SetVideoMode: Free old surface before creating new one
2013-05-30handle illegal mathops in processMathop; valid for <64 bits in some casesAlon Zakai
2013-05-30export PGOMonitorAlon Zakai
2013-05-30handle phi loops properlyAlon Zakai
2013-05-30heap hash debugging functionAlon Zakai
2013-05-30Don't include webrtc-specific code for websockets builds.Alan Kligman
2013-05-30Fix style issues.Alan Kligman
2013-05-29Free old surface before creating new oneAnthony Pesch
2013-05-29This fixes various strtoll/strtol issues, including testsSoeren Balko
2013-05-28initialize errnoAlon Zakai
2013-05-27make sure emscripten_run_script_int returns an intAlon Zakai
2013-05-27emscripten_exit_with_live_runtimeAlon Zakai