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

410 Коммитов

Автор SHA1 Сообщение Дата
Alon Zakai 39ea986557 enable asm.js in embind, with extra reserved function pointers by default 2013-05-25 10:15:36 -07:00
Alon Zakai 5f76d8e64e Merge pull request #1203 from michaeljbishop/objc-support
Allow Emscripten to recognize and compile .m and .mm files
2013-05-24 13:32:27 -07:00
Michael Bishop 1fa15abb03 Simplified code by using a tuple in combination with `endsWith`. 2013-05-24 14:48:33 -04:00
Alon Zakai c526e8e8ac show --help in emcc even if there are other args 2013-05-24 11:27:46 -07:00
Alon Zakai 41ea37201c support relative paths in -s KEY=@path 2013-05-23 18:11:40 -07:00
Michael J. Bishop c5fb79f031 Allowed Emscripten to recognize and compile .m and .mm files
(Objective-C and Objective-C++, respectively)
2013-05-23 11:51:25 -04:00
Alon Zakai 0d4f492e4d remove warning 2013-05-21 20:24:20 -07:00
Alon Zakai 10b69ba439 Merge pull request #1105 from azmeuk/symlink
Symlink support
2013-05-21 16:59:46 -07:00
Andreas Bergmeier 367603568b Remove obsolete (and partly wrong) setup information for CMake and SCons. Use wrappers instead. 2013-05-20 10:30:07 +02:00
Alon Zakai 5c5cbb7b17 docs 2013-05-16 18:53:24 -07:00
Alon Zakai 9da6e1f335 support closure compiler on the shell in asm mode 2013-05-16 18:22:28 -07:00
Alon Zakai ce33f9c212 enable aliasing function pointers by default in -O2 2013-05-16 11:00:50 -07:00
Alon Zakai 73fc3ffcb5 add FORCE_ALIGNED_MEMORY=1 to -O3 2013-05-10 10:35:45 -07:00
Alon Zakai b08947097b fix sdl inclusion 2013-05-06 16:10:45 -07:00
Alon Zakai be0fb5cc46 auto-include malloc/free when SDL is used; fixes #1139 2013-05-06 13:35:33 -07:00
Alon Zakai b6b9c54b99 fix memory initializer detection 2013-05-06 11:38:26 -07:00
Alon Zakai 2a85aa178d update comments 2013-05-05 16:26:22 -07:00
Alon Zakai bf6825dc53 adjust js pass logging level to debug 2013-05-03 11:46:10 -07:00
Alon Zakai af15d3e5c9 update tests 2013-05-03 11:40:44 -07:00
Alon Zakai 2cd4b8256a restore warning on no input files, to match gcc 2013-05-03 10:47:23 -07:00
Alon Zakai 505f5f10af fix some logging uses 2013-05-03 10:44:16 -07:00
Alon Zakai ac2e339f7c tweak some logging levels 2013-05-03 10:33:55 -07:00
Éloi Rivard d6a6004ff3 Displays usage when no argument is passed. 2013-05-03 10:17:58 +02:00
Éloi Rivard ce122916a3 * Added some colors to messages displayed from python files. 2013-05-03 10:13:04 +02:00
Alon Zakai 4c0580aa21 only recommend jcache with -g 2013-05-01 17:07:45 -07:00
Éloi Rivard 8f4e931b7e Added a symlink testcase. 2013-05-02 00:06:13 +02:00
Alon Zakai 94e097a1fd require -g with jcache, fixes test_jcache 2013-05-01 11:11:19 -07:00
Alon Zakai 9cd0580f3c add support for changing the llvm target using EMCC_LLVM_TARGET in the env 2013-04-30 12:30:10 -07:00
Alon Zakai f934d3ec22 error on undefined symbols in js configure-ing 2013-04-29 15:47:31 -07:00
Alon Zakai 17248eb417 add target settings 2013-04-29 13:01:58 -07:00
Bruce Mitchener edc773c64d [libcextra] Add wcwidth, wcswidth. 2013-04-29 15:30:32 +07:00
Bruce Mitchener 454d7f9dd2 [libcextra] wctrans and friends. 2013-04-29 14:01:11 +07:00
Bruce Mitchener 30c055fb82 [libcextra] add isw* classification functions. 2013-04-29 12:10:55 +07:00
Éloi Rivard ff5cad0ba4 * Added symlink support. 2013-04-27 10:49:40 +02:00
Alon Zakai 4b1c3fbdb4 Merge branch 'idb-preload-cache' of github.com:modeswitch/emscripten into modeswitch-idb-preload-cache 2013-04-25 11:36:17 -07:00
Alon Zakai a00ffce0b7 clean up meminit detection 2013-04-25 11:15:47 -07:00
Alan Kligman f956fc6a33 Add --use-preload-cache option to emcc, which passes it through to file_packager. 2013-04-25 00:58:26 -04:00
Bruce Mitchener 029c076151 Clean up libc / libcxx build infrastructure.
This creates a couple of additional methods to reduce copy/paste
and make things a bit easier to follow.
2013-04-23 11:10:37 +07:00
Bruce Mitchener 654b36699e Move wchar,mb stuff to libcextra. 2013-04-22 18:51:43 +07:00
Bruce Mitchener 7cacf252e7 Add musl multibyte function implementations. 2013-04-22 16:45:07 +07:00
Bruce Mitchener b9090fa1f2 Add musl wchar function implementations. 2013-04-22 16:45:07 +07:00
Bruce Mitchener 58175e7276 Let libc.symbols use same symbol format as libcxx.
This is just the output of 'llvm-nm -extern-only -defined-only'.
2013-04-22 16:45:07 +07:00
Alon Zakai 1d1924ccc9 update tests 2013-04-19 11:21:51 -07:00
Alon Zakai f173cd3457 disable asm.js when using embind 2013-04-19 11:21:51 -07:00
Alon Zakai 8dc4fc973b enable ASM_JS=1 in -O1+, and start to update testing 2013-04-19 11:21:51 -07:00
Alon Zakai 2be92943d1 enable asm in -O1 and prepare to add testing 2013-04-17 11:12:38 -07:00
Alon Zakai 3cbdfcc318 Merge pull request #1038 from juj/fix_test_asm_pgo_windows
Fix test_asm_pgo on Windows.
2013-04-16 13:48:00 -07:00
Alon Zakai 17da251d33 default memory initializer to off, and add testing coverage 2013-04-15 10:45:48 -07:00
Alon Zakai 3868ec7853 refactor option to use full js in configure, add EMCONFIGURE_JS option 2013-04-13 09:16:19 -07:00
Jukka Jylänki 69c67542e7 Remove the unwanted abstraction that callee is allowed to autodelete a response file after consuming it. Instead, manually track and delete response files by the caller and clean them up. 2013-04-11 10:42:18 +03:00