aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-02move file packager logging into debug-onlyAlon Zakai
2013-08-01add tools to split and merge asm modules from the surrounding codeAlon Zakai
2013-08-01refactor asm module parsing code into separate fileAlon Zakai
2013-08-01optimize bsearchAlon Zakai
2013-08-01Merge branch 'qsort_reduce_callchain' of github.com:PinZhang/emscripten into ↵Alon Zakai
incoming
2013-08-01do not use -nostdinc++ with le32 target at all, it does not need it, and add ↵Alon Zakai
testing for no system c++ headers showing up in our path
2013-08-01Merge pull request #1452 from inolen/onprerunAlon Zakai
added addOnPreRun and addOnPostRun
2013-08-01Merge pull request #1455 from j4m3z0r/fast_isspaceAlon Zakai
Use switch statement for isspace implementation. Results in huge speed i...
2013-08-01Use switch statement for isspace implementation. Results in huge speed ↵James Gregory
increase on Chrome Android at least, avoiding a hot path in common tasks like XML parsing, etc.
2013-08-01only emit -nostdinc++ when calling clang to build a file ending in a ↵Alon Zakai
cpp-style suffix
2013-08-01do not emit -m32 when using le32 targetAlon Zakai
2013-07-31added addOnPreRun and addOnPostRunAnthony Pesch
2013-07-31absolutize and verify paths in the file packagerAlon Zakai
2013-07-31fix test_intentional_faultAlon Zakai
2013-07-31fix test_gmtimeAlon Zakai
2013-07-31add some closure aliasesAlon Zakai
2013-07-31support for stb-imageAlon Zakai
2013-07-31Reduce call chain of qsortpzhang
This will considerably improve the performance of qsort-heavily-used projects like Android-Pinyin-IME, more discussion: https://groups.google.com/forum/#!topic/emscripten-discuss/Ah2CNfQ8ra4 https://github.com/kripken/emscripten/pull/1437
2013-07-30Merge pull request #1136 from inolen/incomingAlon Zakai
OpenAL: buffer queuing and more
2013-07-30updated test_openal_buffers to use btestAnthony Pesch
2013-07-30 - fixed AudioBufferSourceNode start call, pass it an asbsolute time, not ↵Anthony Pesch
relative - call updateSource when calling alGetSourcei
2013-07-30- Added debugging infoAnthony Pesch
- Changed source validation conditionals.
2013-07-30First pass at buffer queueingAnthony Pesch
2013-07-30show exit status if exit() is called within main(); fixes test_exit_statusAlon Zakai
2013-07-30fix gmtime; closes #1366Alon Zakai
2013-07-30disable asm in embind mode, and add a test for what embind cannot do in asm ↵Alon Zakai
mode yet; issue #1447
2013-07-30add more non-asm embind testingAlon Zakai
2013-07-30Merge pull request #1449 from inolen/postrun_fixesAlon Zakai
update test_ccall to not use a postrun hook
2013-07-30Merge pull request #1444 from inolen/async_mainAlon Zakai
don't expect an exit status to be returned from run or callMain
2013-07-30Merge pull request #1448 from waywardmonkeys/fix-buildAlon Zakai
Fix build
2013-07-30fix and test for multiple static linkingAlon Zakai
2013-07-30add asm sending for missing symbolsAlon Zakai
2013-07-30Update test_ccall to not use a postrun hookAnthony Pesch
2013-07-30Fix the build, missing comma.Bruce Mitchener
2013-07-29 - remove code that attempts to propogate _main's exit status through ↵Anthony Pesch
returns. we can't rely on that, the status must be signaled through an event to support both sync / async applications. - consolidate exit functionality - moved exitRuntime to callMain
2013-07-29Merge pull request #1445 from waywardmonkeys/c-definesAlon Zakai
C defines
2013-07-30Missing word in comment in src/settings.js.Bruce Mitchener
2013-07-30Organize C_DEFINES alphabetically.Bruce Mitchener
This makes it easier to deal with subsequent changes that will be coming.
2013-07-29use fgetc/ungetc in fscanf; properly fixes #1436Alon Zakai
2013-07-29Merge pull request #1443 from yukoba/isinff_isnanfAlon Zakai
Add isinff and isnanf
2013-07-29make i24_mem test ta2 onlyAlon Zakai
2013-07-30Added isinff and isnanfYu Kobayashi
2013-07-29Merge pull request #1442 from yukoba/mincoreAlon Zakai
Third argument of mincore is unsigned char
2013-07-30Third argument of mincore is unsigned charYu Kobayashi
2013-07-29Merge pull request #1441 from yukoba/bcopyAlon Zakai
Add bcopy implementation
2013-07-30Add bcopy implementationYu Kobayashi
2013-07-29Merge pull request #1440 from yukoba/statvfs_doc_urlAlon Zakai
Fix statvfs document URL
2013-07-30Add Yu Kobayashi to AUTHORSYu Kobayashi
2013-07-29Merge pull request #1439 from michaeljbishop/replace-eval-in-janssonAlon Zakai
Replace eval in jansson
2013-07-30Fix statvfs document URLYu Kobayashi