Alon Zakai
|
61b60b7f13
|
only minify globals when relooping
|
2013-06-22 15:32:03 -07:00 |
Alon Zakai
|
202461abe3
|
fix -g2 and add testing
|
2013-06-22 15:02:10 -07:00 |
Alon Zakai
|
369167ebda
|
-gLEVEL ; support varying degrees of debuggability
|
2013-06-22 14:21:19 -07:00 |
Alon Zakai
|
8f1a7e5546
|
show auto-linking decision process only in VERBOSE
|
2013-06-22 09:42:37 -07:00 |
Alon Zakai
|
4654f7b59b
|
todo
|
2013-06-21 11:22:51 -07:00 |
Alon Zakai
|
e8b1ec27a7
|
Merge pull request #1281 from juj/noninput_cmdline_opts
Improve emcc input file detection to ignore all arguments that precede a...
|
2013-06-17 17:08:57 -07:00 |
Alon Zakai
|
02382e49cb
|
Merge pull request #1280 from juj/abs_path_check
Improve absolute path warning detection to work on Windows, and make the...
|
2013-06-17 17:06:49 -07:00 |
Alon Zakai
|
697408d658
|
enable all debug logging in emcc -v
|
2013-06-17 12:21:32 -07:00 |
Jukka Jylänki
|
59687f98cc
|
Improve emcc input file detection to ignore all arguments that precede a GCC preprocessor command line option from http://gcc.gnu.org/onlinedocs/gcc/Preprocessor-Options.html .
|
2013-06-13 16:21:07 +03:00 |
Jukka Jylänki
|
f06dfed6a6
|
Improve absolute path warning detection to work on Windows, and make the warning message more informative.
|
2013-06-13 16:10:35 +03:00 |
Alon Zakai
|
4535b975f8
|
do not skip -s X=Y when EMCONFIGURE_JS
|
2013-06-04 15:07:26 -07:00 |
Jukka Jylänki
|
2559aa6e02
|
Fix test_exported_response and test_asm_pgo on Windows.
|
2013-06-03 21:14:32 +03:00 |
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 |