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

10789 Коммитов

Автор SHA1 Сообщение Дата
Jukka Jylänki f3cb551046 Remove ".dll" from DYNAMICLIB_ENDINGS, since on Windows one never links to a .dll file directly (e.g. via a command line -lFile -> libFile.dll) either, but instead separate import libraries with suffix .lib are used. Note that for crosscompiling, it is _not_ recommended to generate Emscripten static bitcode libraries with suffix .lib, but instead generating files with suffixes .bc (or .a) is better form. 2014-07-08 17:02:37 +03:00
Jukka Jylänki 2f048a4e45 Fix up the change in previous commit to abort libc build if nonzero return code is received during build. 2014-07-08 16:56:06 +03:00
Jukka Jylänki 1b2badd84b Fix Python process spawn deadlock issues when building system libc. 2014-07-08 14:23:56 +03:00
Alon Zakai dfae95bffd add helper script to build libcxx natively 2014-07-07 17:47:32 -07:00
Alon Zakai f7c5bc2c24 Merge pull request #2488 from sronsse/sdl_quit
add SDL_AudioQuit and SDL_VideoQuit
2014-07-06 12:08:09 -07:00
Alon Zakai cbd3ec6a32 fix bug in resurrected optimizeShifts not popping the stack; fixes slow2.test_python 2014-07-06 11:16:45 -07:00
Alon Zakai b3e6e8077a 1.21.2 2014-07-05 19:19:27 -07:00
Alon Zakai 9438df5d6d Merge pull request #2487 from sronsse/ffs
add support for ffs libc function.
2014-07-05 19:17:39 -07:00
Alon Zakai 33404d7fdb Merge pull request #2485 from sronsse/sdl
add RGBA8888 pixel format check in various SDL APIs
2014-07-05 19:17:32 -07:00
Sebastien Ronsse 2350329046 add SDL_AudioQuit and SDL_VideoQuit 2014-07-05 17:08:26 -07:00
Alon Zakai 1703048fc6 re-enable optimizeShifts in non-asm builds; fixes #2481 2014-07-05 15:56:26 -07:00
Alon Zakai b912cd9ae7 ressurect optimizeShifts (just in js optimizer and tests), with a fix for ensuring at most one value with unknown lower bits; #2481 2014-07-05 14:00:00 -07:00
Sebastien Ronsse 70c41ff817 add support for ffs libc function. 2014-07-05 11:40:45 -07:00
Sebastien Ronsse 109a1596a2 add RGBA8888 pixel format check in various SDL APIs 2014-07-05 07:29:01 -07:00
Alon Zakai 0b7912b0cf Merge branch 'patch-1' of github.com:eXon/emscripten into incoming 2014-07-04 19:46:25 -07:00
Alon Zakai d0412cd561 fully fix other.test_module_exports_with_closure 2014-07-04 15:37:57 -07:00
Alon Zakai 9fc6a5450c Merge pull request #2484 from waywardmonkeys/fix-math-function-aliases
Fix math function aliases
2014-07-04 15:25:45 -07:00
Jukka Jylänki 3501e3a61a Updated ChangeLog to latest. 2014-07-04 18:19:31 +03:00
Bruce Mitchener 1c29e7a151 Remove unnecessary continue statement. 2014-07-04 14:06:52 +07:00
Bruce Mitchener 424e394785 Let math functions get lowered to Math.* as they were before. 2014-07-04 14:06:26 +07:00
Alon Zakai 0d6921869e Merge pull request #2479 from waywardmonkeys/fix-inlining-llvm-memcpy-aliases
Fix error that broke inlining of aliases of asm functions like llvm_memcpy_*
2014-07-03 21:31:56 -07:00
Bruce Mitchener 254aa7aec2 Fix error that broke inlining of aliases of asm functions like llvm_memcpy_* 2014-07-04 11:27:41 +07:00
Alon Zakai 895c04c35f fix test runner checking for mem init file, when it is empty 2014-07-03 20:32:45 -07:00
Benoit Tremblay d6b4f539df Updated my e-mail address 2014-07-03 20:35:36 -04:00
Alon Zakai 6b0ad07d8c fix other.test_module_exports_with_closure 2014-07-03 15:39:32 -07:00
Alon Zakai a7e73f6479 fix browser.test_uuid to use the temp test dir normally 2014-07-03 15:07:40 -07:00
Alon Zakai e6811d0e2d emit memory initialization file by default in -O2+ 2014-07-03 14:48:19 -07:00
Alon Zakai b82c5cffeb improve assert text 2014-07-03 14:26:59 -07:00
Alon Zakai 0f8e6d992c more comprehensive testing for runtime misuse (either before initialized or after exited) 2014-07-03 13:56:58 -07:00
Alon Zakai 82b259c130 fix typo 2014-07-03 13:37:26 -07:00
Alon Zakai 1ab7e0c742 move aborting check around doRun 2014-07-03 13:11:04 -07:00
Alon Zakai 5aec00b0cb guard against code execution before runtime is initialized and after it is exited 2014-07-03 13:10:39 -07:00
Alon Zakai 4d6bfe38b7 remove obsolete 'simple' mode in emscript_fast 2014-07-03 11:42:11 -07:00
Alon Zakai 3ae665914c disable test_math_lgamma in non-fastcomp 2014-07-03 11:30:15 -07:00
Alon Zakai 9d7748ba81 fix sanity.test_emcc_caching 2014-07-03 11:16:57 -07:00
Alon Zakai 3140dbb82b update sanity.test_firstrun 2014-07-03 11:01:03 -07:00
Alon Zakai f96447d4bb update musl from 0.9.13 to 1.0.3 2014-07-02 18:02:23 -07:00
Alon Zakai 4d33d8c730 check return codes when building system libs 2014-07-02 18:02:23 -07:00
Alon Zakai 7607ee10c2 Merge pull request #2469 from chadaustin/use-sys-executable
clean up how PYTHON is specified.  it is not specified in .emscripten by default
2014-07-02 16:04:44 -07:00
Alon Zakai 630a21e4d8 Merge pull request #2470 from sronsse/sdl
add tests for SDL_GetRGB and SDL_GetRGBA
2014-07-02 16:03:08 -07:00
Alon Zakai e70413657a cherry-pick musl 1.1.3 wcsxfrm.c, fixes #2473 2014-07-02 15:29:03 -07:00
Jukka Jylänki d3612d7578 Add a note to clarify requirements placed by DOM Level 3 spec on the browser resize event. 2014-07-03 01:19:44 +03:00
Alon Zakai 06961a0ef6 1.21.0 2014-07-02 11:32:38 -07:00
Chad Austin da306d06e9 clean up how PYTHON is specified. it is not specified in .emscripten by default 2014-07-01 20:54:15 -07:00
Sebastien Ronsse ff1af0c92c add tests for SDL_GetRGB and SDL_GetRGBA 2014-07-01 15:00:38 -07:00
Alon Zakai be586a8435 fix browser.test_mem_init 2014-07-01 11:05:47 -07:00
Alon Zakai 349be82108 Merge branch 'sdl' of github.com:sronsse/emscripten into incoming
Conflicts:
	AUTHORS
2014-07-01 10:55:12 -07:00
Alon Zakai b9d8ce812f add COMPRESSED_TEXTURE_FORMATS to prefetched gl parameters 2014-07-01 10:40:26 -07:00
juj 514d039dcf Merge pull request #2467 from jonessen96/fix-cmake
Add CMAKE_FIND_ROOT_PATH test
2014-07-01 11:22:12 +03:00
Jonas Platte 4f06dacd09 Added CMAKE_FIND_ROOT_PATH test 2014-06-30 23:52:00 +02:00