Граф коммитов

15257 Коммитов

Автор SHA1 Сообщение Дата
Alon Zakai 426b7299e3 still support -Wno-warn-absolute-paths #3833 2015-10-26 10:38:46 -07:00
juj 15d592f78c Merge pull request #3840 from mhenschel/mhenschel-jslibs-as-libs-1
Treat js-libraries as libraries in cmake
2015-10-22 21:58:49 +03:00
Alon Zakai 2414ad898a test build version mismatch reporting 2015-10-21 14:38:29 -07:00
Alon Zakai a0e522b044 improve Debugging docs 2015-10-21 14:04:23 -07:00
Alon Zakai 86d81c3a16 ignore quotes in emscripten version in site docs 2015-10-21 14:04:13 -07:00
Alon Zakai 1f802d8240 receive emscripten llvm and clang build versions, and verify them 2015-10-21 13:55:50 -07:00
Alon Zakai 0f9ccbb6af check expected llvm version in other.test_emcc 2015-10-21 13:03:20 -07:00
mhenschel b2661be003 Treat js-libraries as libraries in cmake 2015-10-21 18:25:09 +02:00
juj 58aebef6b4 Merge pull request #3841 from mhenschel/mhenschel-fix-cmake-test-1
Fix race condition under windows for cmake tests
2015-10-21 16:21:03 +03:00
juj faf9b4b206 Merge pull request #3865 from yjroot/api_reference
Fix wrong description of HEAPU8 in site
2015-10-21 16:19:15 +03:00
juj 2f80706f4e Merge pull request #3864 from Kagami/fix-nodefs-cloexec
Ignore O_CLOEXEC flag on NODEFS
2015-10-21 16:16:22 +03:00
mhenschel 64892788e3 Fix race condition under windows for cmake tests 2015-10-21 13:56:14 +02:00
Yeonjun Lim 6c1a93d312 Update AUTHORS 2015-10-21 10:21:14 +09:00
Yeonjun Lim 78367b606c Fix wrong description of HEAPU8 in site 2015-10-21 10:04:00 +09:00
Alon Zakai d47ce4937f 1.35.2 2015-10-20 17:36:36 -07:00
Alon Zakai f31d9a6e08 Merge branch 'back-to-llvm' into incoming 2015-10-20 17:35:15 -07:00
Alon Zakai 9ba452a290 1.35.1 2015-10-20 17:34:57 -07:00
Alon Zakai 3a738fe10e call stop(0) in WebAudio as a workaround for a WebKit bug #3861 2015-10-20 14:11:09 -07:00
Kagami Hiiragi 849f52d416 Ignore O_CLOEXEC flag on NODEFS
Fixes #3862
2015-10-20 21:01:01 +03:00
Alon Zakai 56c5055612 reduce -s linker warning to debug 2015-10-19 12:14:06 -07:00
Alon Zakai 12706b0bd3 fix -s bug with a new -compiler param starting on the next arg 2015-10-19 12:14:06 -07:00
Alon Zakai 5d89a5daec do not force stderr to STDOUT in check_execute 2015-10-19 12:14:06 -07:00
Alon Zakai 42fb486c53 1.35.0 2015-10-19 10:11:20 -07:00
Alon Zakai 28dab92185 update other.test_emterpreter 2015-10-15 15:15:15 -07:00
Alon Zakai e55cdf4abc update test_stack_overflow for new llvm, which is much harder to trick into hitting a stack overflow 2015-10-15 14:08:41 -07:00
Alon Zakai 4129850af0 move personality funcs to funcs, per new llvm ir rules 2015-10-15 13:10:18 -07:00
Alon Zakai 60031eaeba update llvm version to 3.8 2015-10-15 13:03:15 -07:00
Alon Zakai 1d798fffde make browser.test_sdl2_ttf not use hardware acceleration, which should give a more consistent result 2015-10-15 11:09:59 -07:00
Jukka Jylänki fad7fb2204 Update ChangeLog.markdown to 1.34.12. 2015-10-15 20:50:30 +03:00
Jukka Jylänki 3388b798d0 Fix test browser.test_fs_lz4fs_package on Windows. (It would fail due to mismatch in expected file sizes caused by ascii vs binary file writes). 2015-10-15 15:21:11 +03:00
Alon Zakai 266e8d0c41 update test_aaa_normal 2015-10-14 15:16:58 -07:00
Alon Zakai d1bd35dadc fix out of memory abort message 2015-10-14 15:16:12 -07:00
Alon Zakai fd78e15f32 increase timeout in browser.test_zzz_pthread_gcc_atomic_fetch_and_op 2015-10-14 11:02:25 -07:00
Alon Zakai 5c9b90806c make other.test_crunch less strict 2015-10-14 11:01:54 -07:00
juj a3895e8f6d Merge pull request #3848 from juj/get_clang_native_env
get_clang_native_env
2015-10-13 21:52:15 +03:00
Alon Zakai 45c1871515 1.34.12 2015-10-13 11:25:07 -07:00
Alon Zakai c8816d9f85 fix scons breakage from a2c00e8cad in finding ~/.emscripten when no EM_CONFIG 2015-10-13 11:23:40 -07:00
Alon Zakai 3026b4555d add testing for deterministic builds 2015-10-13 10:53:41 -07:00
Alon Zakai a6f8710d5a fix some nondeterministic behavior in registerizeHarder 2015-10-13 10:52:00 -07:00
Jukka Jylänki 78aa504672 Add new function get_clang_native_env() which finds the required Visual Studio environment for Clang to locate the Visual Studio linker when building a native Windows executable. This fixes running test_sse1_full and test_sse2_full without needing to manually open up Visual Studio Command Prompt to run those tests. Add get_clang_native_env() and get_clang_native_args() to always be present in pairs to be idiomatic, even though the other locations don't strictly need it (since just building .bc and not linking). 2015-10-13 16:23:23 +03:00
Jukka Jylänki bb52d6310a Fix broken links in downloads.rst. Closes #3847. 2015-10-13 14:57:05 +03:00
Alon Zakai d7039f82c1 remove temporary debug code for test_wasm_polyfill_prototype 2015-10-11 19:20:29 -07:00
Jukka Jylänki eb2ad40996 Don't attempt to run test_sse2_full when native system is 32-bit, since the test requires access to SSE2 intrinsics that only exist in 64-bit mode. 2015-10-11 22:32:32 +03:00
Alon Zakai a05a7982aa debugging adjustments for wasm test 2015-10-09 20:52:11 -07:00
Alon Zakai 373af75ab8 Merge branch 'libArgsFix' of https://github.com/pimlu/emscripten into incoming 2015-10-09 12:08:36 -07:00
Alon Zakai f67235fbf4 temporary code to debug wasm error on ubuntu bot 2015-10-09 12:04:15 -07:00
Alon Zakai 4d92a4e523 add more timeout to browser.test_split_memory_large_file 2015-10-09 10:14:43 -07:00
pimlu 9eed0f46a2 test js built w/ extra POSIX compliant linking syntax
also refactored `other.test_l_link`.
2015-10-09 00:59:46 -04:00
pimlu b8857653e3 update build arguments to new abs path flag 2015-10-09 00:59:46 -04:00
pimlu 61cabfa051 update/build documentation for abs path warnings 2015-10-09 00:59:26 -04:00