https://github.com/kripken/emscripten

sort by:
Revision Author Date Message Commit Date
deadc26 1.30.1 24 March 2015, 21:48:54 UTC
43c353e Merge remote-tracking branch 'origin/incoming' into merge-mar-13-2015 24 March 2015, 21:46:38 UTC
ba81347 1.30.0 24 March 2015, 21:40:39 UTC
c6994f5 remove --profiling in benchmarks 24 March 2015, 21:29:52 UTC
25a69e1 remove obsolete FAST_MEMORY mention in test_sqlite 24 March 2015, 19:13:57 UTC
eaedf00 use a specific revision in doc links to code, so it doesn't get out of date; #3287 23 March 2015, 23:35:05 UTC
6d7cd58 Merge remote-tracking branch 'origin/incoming' into merge-mar-13-2015 23 March 2015, 22:09:09 UTC
bd3f4f8 assert on proper preprocessor usage 23 March 2015, 20:01:50 UTC
836f040 remove obsolete FAST_MEMORY option 23 March 2015, 20:01:26 UTC
3ce8640 remove bad #endif 23 March 2015, 20:00:50 UTC
897d38a Merge pull request #3284 from juj/test_glgears_animation_race test_glgears_animation_race 23 March 2015, 18:22:45 UTC
101789d When running under EM_BUILD_VERBOSE >= 3, print out external browser spawn command line for debugging purposes. 23 March 2015, 14:32:18 UTC
3d37033 Attempt to fix browser.test_glgears_animation by applying a delay to keyboard event and result report. With timeout 0, there seems to be a race condition between the report result set timeout, and re-rendering event of the page, and depending on which one fires first, the test either passes or fails. Delaying the report result should guarantee that the canvas is repainted with changed contents. 23 March 2015, 14:10:39 UTC
247b728 Also remove sh.exe from PATH when invoking mingw32-make.exe, or otherwise mingw32-make.exe might crash with an error "C:\MinGW\bin\mingw32-make.exe: Interrupt/Exception caught (code = 0xc0000005, addr = 0x74ab296c)". Fixes test_lua on Windows buildslave after previous commit. 23 March 2015, 09:26:08 UTC
5b79e5c Reuse the sh.exe autoremoval for test other.test_cmake when cmake is invoked directly. This lets the Windows build slave retain git.exe in PATH, which is required by other.test_emcc_nonfastcomp_fails. 22 March 2015, 19:13:40 UTC
ed501ac proxy polyfill additions necessary for latest sdl2 20 March 2015, 23:25:02 UTC
de7edde make EMTERPRETIFY_ADVISE helpful regarding the yield list 20 March 2015, 23:13:22 UTC
03a1ad4 use version 6 in sdl2 port 20 March 2015, 22:20:14 UTC
2ef7502 Merge branch 'fix_test_stat' of https://github.com/janjongboom/emscripten into incoming 20 March 2015, 21:17:14 UTC
27f63a4 run safeLabelSetting in -O0 emterpreter as well, and ensure we run all js opt passes before emterpretify 20 March 2015, 21:02:51 UTC
b0d16d6 Merge pull request #3274 from juj/test_fixes_windows Test fixes windows 20 March 2015, 14:36:33 UTC
ea04360 Remove redundant print when exception is thrown in test tearDown. 20 March 2015, 14:35:28 UTC
f3612fc readlink should normalize against parent, not against root 20 March 2015, 12:20:31 UTC
1edf19d remove worker api assertion so that sleep and other emterpreter-sync calls work in workers; #3211 20 March 2015, 00:59:10 UTC
685152e Merge pull request #3276 from dtc/pointer-masking-test-other Update the js-optimizer pointer masking test and re-enabled it. 20 March 2015, 00:31:07 UTC
01ed845 Update the js-optimizer pointer masking test and re-enabled it. 20 March 2015, 00:09:14 UTC
f4bf8ba fix safeLabelSetting pass 19 March 2015, 23:14:21 UTC
eff3e77 disable broken pointer masking test for now; #3240 19 March 2015, 23:11:03 UTC
e9d7a10 no need for semicolons in python 19 March 2015, 19:16:17 UTC
a1cb494 Merge pull request #3240 from dtc/pointer-masking Pointer masking update 19 March 2015, 19:15:23 UTC
01560fc Fix test_zlib on Windows by using cmake to configure instead of attempting to call nonexisting "sh ./configure". 19 March 2015, 13:02:10 UTC
e8082e1 Reuse EM_BUILD_VERBOSE environment variable to extend to more subprocess spawns. Create EM_BUILD_VERBOSE_LEVEL variable in tools/shared.py to control it. 19 March 2015, 12:54:41 UTC
bd94806 Improve compatibility with "emcmake cmake" on Windows by automatically removing from PATH any entries that contain sh.exe when configuring for MinGW Makefiles, since CMake does not work properly when that happens (http://www.cmake.org/Wiki/CMake_MinGW_Compiler_Issues) 19 March 2015, 12:45:15 UTC
ce60a1d Fix test runner test tearDown to always clean up the set environment variables, even though the individual test tear down throws an exception. Fixes the error message "AssertionError: EMCC_NATIVE_OPTIMIZER should not be in environment" when running the test in asm2nn suite when asm2nn.test_unistd_unlink fails in tearDown stage with error "WindowsError: [Error 5] Access is denied: 'c:/users/clb/appdata/local/temp\\emscripten_test_asm2nn_dw2lk1\\dir-readonly'". 19 March 2015, 12:08:31 UTC
e4b148f Fix invocation of node in other.test_stdin on Windows. Partially fixes the test. 19 March 2015, 12:05:41 UTC
bfcd5a6 Improve tests/module/test_stdin.c to report the error code it receives upon error. 19 March 2015, 06:46:24 UTC
8410708 Adjust tools/shared.py make() to run its argument via shell on Windows, so that the lookup will perform PATH search and executable suffix expansion of the command to execute. Add batch scripts for sdl-config and sdl2-config in system/bin. Fixes other.test_sdl2_config on Windows. 19 March 2015, 06:32:31 UTC
0824bd0 Update the POINTER_MASKING feature. The POINTER_MASKING argument is now a boolean rather than the mask and indicates whether pointers can be masked to a power-of-two heap length. A POINTER_MASKING_OVERFLOW setting has been added to specify the length added to the TOTAL_MEMORY to allow the compiler to derive that accesses are within bounds even when adding small constant offsets. A POINTER_MASKING_DYNAMIC setting has been added, disabled by default. When disabled, the masking and heap length are baked in at compile time. When enabled, the masking and heap length are set at runtime and the POINTER_MASKING_DEFAULT_ENABLED setting sets the default in this mode. A heap length declaration function is now emitted for the benefit of Odin. The masks are emitted using a 'const' rather than a 'var' for the benefit of Odin. 19 March 2015, 01:28:18 UTC
c3f175d update other.test_emterpreter to llvm 3.6, which generates worse code on fannkuch; #3263 19 March 2015, 01:03:29 UTC
d42709e Merge branch 'bug3222' of https://github.com/janjongboom/emscripten into incoming Conflicts: AUTHORS 18 March 2015, 23:46:25 UTC
dfa7995 Merge branch 'incoming' into merge-mar-13-2015 18 March 2015, 23:19:47 UTC
cabb144 remove zeroInit logic, now that we explicitly set label for the emterpreter 18 March 2015, 23:14:47 UTC
e145592 run safeLabelSetting in all optimization modes in emterpreter 18 March 2015, 23:14:47 UTC
6d9c3a1 update other.test_emterpreter 18 March 2015, 22:27:33 UTC
8e1d6c5 make sure to set label if label is used in the emterpreter, as we will run aggressiveVariableElimination after it is no longer identifiable 18 March 2015, 22:19:53 UTC
dabd95d update other.test_emcc_c_multi 18 March 2015, 22:18:58 UTC
321d281 Merge branch 'incoming' into merge-mar-13-2015 18 March 2015, 21:54:18 UTC
919d74e make sure to set label if label is used in the emterpreter, as we will run aggressiveVariableElimination after it is no longer identifiable 18 March 2015, 21:46:35 UTC
ae103c9 Merge branch 'sdl_fullscreen_test' of https://github.com/dreamlayers/emscripten into incoming 18 March 2015, 17:47:18 UTC
d248435 Merge pull request #3249 from AlexPerrot/incoming Handling unsigned integers with bitshift unsigned operator 18 March 2015, 17:44:22 UTC
b56900d Add reciprocalApproximation and reciprocalSqrtApproximation intrinsics 18 March 2015, 16:50:49 UTC
078660c Update ecmascript_simd.js to latest upstream 18 March 2015, 16:32:52 UTC
03b0b2c NODEFS readlink should take current mountpoint into account 18 March 2015, 14:46:34 UTC
bb533a3 Add benchmarks for _mm_loadh_pi and _mm_loadl_pi to SSE1 benchmark. 18 March 2015, 14:29:10 UTC
673a0e8 Make sure tests/benchmark_sse1.cpp aligns memory when running under Emscripten. 18 March 2015, 14:21:38 UTC
a3273b0 Enable _mm_cmp* runs in tests/benchmark_sse1.cpp after #2841 has been fixed. 18 March 2015, 14:16:19 UTC
ff5e97f Enable _mm_storeu_ps when building tests/benchmark_sse1.cpp. 18 March 2015, 14:14:24 UTC
75caeb8 Fix tests/benchmark_sse1.py run on Windows. 18 March 2015, 14:11:50 UTC
14d8bf0 Fix aligned_alloc() in SSE1 test on Windows native builds. 18 March 2015, 13:59:56 UTC
bbc39ba Improve tests/benchmark_sse1.cpp to build on Visual Studio on Windows. 18 March 2015, 13:56:38 UTC
650b878 Make tests/benchmark_sse1.cpp compile natively on Windows. 18 March 2015, 13:53:13 UTC
fe5c02c Add support to tools/shared.py get_clang_native_args() to find Windows flags as well. 18 March 2015, 12:59:42 UTC
272e5ee Update ChangeLog for v1.29.9. 18 March 2015, 10:35:35 UTC
4256e54 Update ChangeLog to latest. 18 March 2015, 10:24:00 UTC
60daf49 add a watcher to parallel_test_core.py #3245 18 March 2015, 00:36:57 UTC
b89f32d use llvm 3.6 commandline arguments to disable vectorization 18 March 2015, 00:06:35 UTC
3aca0fe fix webidl enum code to run only when main is ready; fixes #3258 17 March 2015, 23:48:15 UTC
94ff4e5 Merge pull request #3264 from waywardmonkeys/no-auto-lto-for-embind No auto LTO for embind 17 March 2015, 21:50:58 UTC
31e3625 make malloc fallible in ALLOW_MEMORY_GROWTH; #3253 17 March 2015, 21:10:31 UTC
5aeb793 update alias notations and other in tests/cases*.ll for llvm 3.6 17 March 2015, 20:10:40 UTC
70b9889 update varargs to new rules 17 March 2015, 18:00:01 UTC
3689e43 Add SDL 2 full screen test. Code can be used with SDL 1 or SDL 2, but is only used for SDL 2 now because sdl_wm_togglefullscreen is used for SDL 1. Use of mouse callback hopefully ensures that browsers will allow entry into full screen. 17 March 2015, 16:44:41 UTC
037dd53 Skip asm.js validation check in test browser.test_asm_swapping if the system does not have SpiderMonkey configured. 17 March 2015, 14:53:20 UTC
1334306 Merge pull request #3254 from philippwiesemann/fix-library-handler-removal Fix removing handlers when destroying GL context 17 March 2015, 14:29:27 UTC
59a01c0 Don't run the test browser.test_html5_webgl_destroy_context with closure enabled, since closure has no visibility inside EM_ASM blocks. 17 March 2015, 14:27:47 UTC
4db4e8c Add test for WebGL context destroy functionality. 17 March 2015, 14:22:35 UTC
1c39998 Fix an issue where GL.initExtensions() would throw an exception if it was called on a GL context that is in a lost state, in which case GLctx.getSupportedExtensions() would return null. 17 March 2015, 13:29:26 UTC
cd76c6d Add missing dependency from emscripten_webgl_create_context() to the JS GL object. 17 March 2015, 13:27:44 UTC
7cfe872 [embind] embind no longer needs LLVM LTO enabled. This was previously enabled by default to fix "pointer issues", but that hasn't been an issue for a long time. (IMVU hasn't been running LLVM LTO and makes heavy use of embind.) The previous commit that this is reverting is 681ab3e9157f15c8276695413648b2ba9775894b. 17 March 2015, 09:48:30 UTC
6e8a302 [test_embind_2] Test with ints instead of floats. A follow up change stops running LLVM LTO on all embind usages which changes the nature of the floating point math here depending on optimization level (as optimizations are not always being run now). 17 March 2015, 09:46:55 UTC
a14f67a [test_embind_2] Including SDL/SDL.h is not needed. 17 March 2015, 09:46:55 UTC
b7e908b Unsigned values should be converted to unsigned before exiting embind 17 March 2015, 08:54:12 UTC
fb3bdb5 Fix browser.test_emrun to pass cmdline args to emrun in proper order. 17 March 2015, 08:46:07 UTC
005de7d Upgrade emrun to latest: https://github.com/juj/emrun/commit/e698275433692a67ffbaf4db619c1e3007fd0a3c 17 March 2015, 08:45:45 UTC
4d05e76 alloc memory growth above 1GB, and close to 2GB; #3253 17 March 2015, 00:34:50 UTC
62f2407 partially revert the changes to emcc in 44fb04635892e62bbc17a7b2d9c0f13217a64b41 , so that emcc with no arguments still runs sanity checks 16 March 2015, 22:31:57 UTC
bcb08ba Merge pull request #3248 from aidanhs/aphs-prevent-non-fastcomp Exit with error when trying to use non-fastcomp mode 16 March 2015, 22:01:29 UTC
66f390f update other.test_simplify_ifs for llvm 3.6; sadly, 3.6 does clever range analysis that causes a regression here (argc > 5, which means later it can avoid an argc > 0 at the loop header); this complicates the code enough so that we can't simplify all ifs. We can still simplify 1 though, so the test remains useful 16 March 2015, 21:25:12 UTC
fb9f1b9 partially update other.test_emterpreter; #3263 16 March 2015, 21:23:02 UTC
6fd3fc9 remove -disable-internalize workaround during lto, which was removed from llvm, and appears no longer needed 16 March 2015, 20:10:08 UTC
59586f3 updates for pnacl merge; bump LLVM version to 3.6 16 March 2015, 19:57:10 UTC
e9a21c0 use a precise log2 operation, fixes #3250 16 March 2015, 03:47:02 UTC
44fb046 Error on fastcomp=0 in key places where EMCC_FAST_COMPILER is checked 16 March 2015, 02:19:45 UTC
d9f5282 Merge pull request #3260 from juj/optimizer_cleanup Optimizer cleanup 16 March 2015, 01:03:21 UTC
8bd951e Clean up Visual Studio 2013 analyzer warning C6308: 'realloc' might return null pointer: assigning null pointer to 'storage', which is passed as an argument to 'realloc', will cause the original memory block to be leaked. 16 March 2015, 01:02:12 UTC
174ce4b Update Firefox prefs list for emrun to include a pref that suppresses the first time welcome dialog if switching regularly between running in different Firefox release channels like stable and nightly. 16 March 2015, 00:55:50 UTC
46921ae make other.test_simplify_ifs more robust on -g2 output, where things are not guaranteed to be as optimal as --profiling #3257 16 March 2015, 00:31:08 UTC
faf40ac Clean up Visual Studio 2013 build warning C4146: unary minus operator applied to unsigned type, result still unsigned. 16 March 2015, 00:00:46 UTC
89877e5 Avoid ./configure step on test test_the_bullet from attempting to execute a compiled .js file natively on OSX. Fixes #3256. 15 March 2015, 11:56:39 UTC
2d97236 Fix invocation of EMCC in tools/gen_struct_info.py for Windows. 15 March 2015, 10:25:22 UTC
back to top