aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-30look for python2 before python for default .emscriptenRobert Bragg
2013-04-30Merge pull request #1116 from waywardmonkeys/use-isfiniteAlon Zakai
2013-04-30Use isfinite() instead of finite().Bruce Mitchener
2013-04-29add glew test and some degree of supportAlon Zakai
2013-04-29Merge pull request #1114 from waywardmonkeys/wrong-int64-typeAlon Zakai
2013-04-29Merge pull request #1113 from waywardmonkeys/missing-stdint-includesAlon Zakai
2013-04-29Merge pull request #1111 from waywardmonkeys/use_va_copyAlon Zakai
2013-04-29Merge pull request #1110 from waywardmonkeys/fix_test_799_include_pathAlon Zakai
2013-04-29Merge pull request #1109 from waywardmonkeys/implement-wctypeAlon Zakai
2013-04-29ERROR_ON_UNRESOLVED_SYMBOLS optionAlon Zakai
2013-04-29only show landingpad warnings in VERBOSE modeAlon Zakai
2013-04-29update benchmarksAlon Zakai
2013-04-29Use the standard int64_t rather than __int64_t.Bruce Mitchener
2013-04-29Include <stdint.h> to use int64_t.Bruce Mitchener
2013-04-29Use va_copy (C99) instead of __va_copy (GNU ext).Bruce Mitchener
2013-04-29This header is <arpa/inet.h>, not <net/arpa/...>Bruce Mitchener
2013-04-29Bump version.1.3.8Bruce Mitchener
2013-04-29[libcextra] Add wcwidth, wcswidth.Bruce Mitchener
2013-04-29[libcextra] wctrans and friends.Bruce Mitchener
2013-04-29[libcextra] add isw* classification functions.Bruce Mitchener
2013-04-28do not swallow exceptions in invoke_* that are not C++ exceptions or longjmpAlon Zakai
2013-04-26update benchmarks to have 0 be just start upAlon Zakai
2013-04-26refer to wiki for function pointer cast issuesAlon Zakai
2013-04-26Merge pull request #1092 from waywardmonkeys/dlmalloc-weak-exportAlon Zakai
2013-04-27Flag malloc_usable_size as weak.Bruce Mitchener
2013-04-26update test_emccAlon Zakai
2013-04-26fix test_llvm_nativizerAlon Zakai
2013-04-26fix test_runtimelink_multiAlon Zakai
2013-04-26refactor missing symbol testsAlon Zakai
2013-04-26fix test_warn_undefinedAlon Zakai
2013-04-26fix test_lifeAlon Zakai
2013-04-26improve isFunctionTypeAlon Zakai
2013-04-26check bitcasts in eatLLVMIdent, so that call-bitcast is checkedAlon Zakai
2013-04-26fix auto-returns after aborts in float-returning functions, and enable popple...Alon Zakai
2013-04-26fix glGetShaderSource string truncationAlon Zakai
2013-04-26Merge pull request #1104 from azmeuk/freetype_asmAlon Zakai
2013-04-26* Added comments on edited code.Éloi Rivard
2013-04-26* Removed some freetype ASM_JS warnings.Éloi Rivard
2013-04-25standardize benchmark inputsAlon Zakai
2013-04-25informative error on bad function pointer call with ASSERTIONS=1Alon Zakai
2013-04-25test for dangerous function pointer casts in asmAlon Zakai
2013-04-25fix test_lifeAlon Zakai
2013-04-25fix llvm_uadd_with_overflow_i64 in the case of 0 higher bitsAlon Zakai
2013-04-25more docs for function pointer castsAlon Zakai
2013-04-25emit missing function warnings only in verbose modeAlon Zakai
2013-04-25clearer warnings on incompatible function pointer castsAlon Zakai
2013-04-25fix test_runtimelinkAlon Zakai
2013-04-25Merge branch 'idb-preload-cache' of github.com:modeswitch/emscripten into mod...Alon Zakai
2013-04-25clean up meminit detectionAlon Zakai
2013-04-25debugging text cleanupAlon Zakai