aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-02convert test_cubegeom_pre to reftestAlon Zakai
2013-08-02improve testcaseAlon Zakai
2013-08-02accept phi subItems that are parsable LLVM functionsAlon Zakai
2013-08-02infer relative paths in file packager only when not told explicit src and des...Alon Zakai
2013-08-02Merge pull request #1457 from inolen/fs_init_splitAlon Zakai
2013-08-02Merge pull request #1453 from yukoba/flock-mprotect-msyncAlon Zakai
2013-08-02also use LLVM_ROOT to detect when we need to clear the cacheAlon Zakai
2013-08-02properly deprecate all arguments to --minify except for 0Alon Zakai
2013-08-02add default extra arguments to beginning of commandline arguments, so that us...Alon Zakai
2013-08-02move file packager logging into debug-onlyAlon Zakai
2013-08-02split up FS.initAnthony Pesch
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
2013-08-01do not use -nostdinc++ with le32 target at all, it does not need it, and add ...Alon Zakai
2013-08-01Merge pull request #1452 from inolen/onprerunAlon Zakai
2013-08-01Merge pull request #1455 from j4m3z0r/fast_isspaceAlon Zakai
2013-08-01Use switch statement for isspace implementation. Results in huge speed increa...James Gregory
2013-08-01only emit -nostdinc++ when calling clang to build a file ending in a cpp-styl...Alon Zakai
2013-08-01do not emit -m32 when using le32 targetAlon Zakai
2013-08-01Empty implmentations of flock, mprotect and msyncYu Kobayashi
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
2013-07-30Merge pull request #1136 from inolen/incomingAlon Zakai
2013-07-30updated test_openal_buffers to use btestAnthony Pesch
2013-07-30 - fixed AudioBufferSourceNode start call, pass it an asbsolute time, not rel...Anthony Pesch
2013-07-30- Added debugging infoAnthony Pesch
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 m...Alon Zakai
2013-07-30add more non-asm embind testingAlon Zakai
2013-07-30Merge pull request #1449 from inolen/postrun_fixesAlon Zakai
2013-07-30Merge pull request #1444 from inolen/async_mainAlon Zakai
2013-07-30Merge pull request #1448 from waywardmonkeys/fix-buildAlon Zakai
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 returns...Anthony Pesch
2013-07-29Merge pull request #1445 from waywardmonkeys/c-definesAlon Zakai
2013-07-30Missing word in comment in src/settings.js.Bruce Mitchener
2013-07-30Organize C_DEFINES alphabetically.Bruce Mitchener
2013-07-29use fgetc/ungetc in fscanf; properly fixes #1436Alon Zakai