Jukka Jylänki
644fd28c3b
Remember to free up resources used by Devtools connection for ffdb screenshot capture. Report out captured image dimensions for better error detection.
2014-06-06 09:40:17 +03:00
Jukka Jylänki
58a289a516
Add support to tools/ffdb.py to take a screenshot of the FFOS device screen.
2014-06-06 09:28:58 +03:00
Jukka Jylänki
7129362bc8
Add support to tools/ffdb.py to perform B2G 2.0 bulk data transfers for binary data uploads. Gives about 4MB/sec data uploads as opposed to ~350KB/sec on old B2G 1.4 devices.
2014-06-06 08:44:40 +03:00
Jukka Jylänki
4fb1b159f1
Fix issue in tools/ffdb.py where installing an app using a relative path would place the files in wrong directory inside the zip file, causing the install to fail after upload is finished.
2014-06-06 07:53:54 +03:00
Jukka Jylänki
d55c8eba3d
Improve error reporting in tools/ffdb.py
2014-06-06 07:53:54 +03:00
Jukka Jylänki
5e2b7ef201
In tools/ffdb.py, compress the zip files before uploading to improve packaged app installation times.
2014-06-06 07:53:54 +03:00
Alon Zakai
5652d5678f
Merge pull request #2405 from huningxin/simd_phi_test
...
Simd phi test
2014-06-05 10:36:19 -07:00
Alon Zakai
3b6cd16ed0
pull code out of loops when they have a single break and it allows us to turn them into simpler do-whiles
2014-06-04 15:22:53 -07:00
Alon Zakai
3431eab292
fix sourceRegex for IE; issue #2400
2014-06-04 13:05:43 -07:00
Nicolas Guillemot
332d525ce0
added Nicolas Guillemot to AUTHORS
2014-06-04 13:03:09 -07:00
Nicolas Guillemot
29d1de1a8d
removed parens from copy&paste error
2014-06-04 13:02:49 -07:00
Jukka Jylänki
7f482c4896
Merge branch 'mhenschel-cmake_response_files' into incoming
2014-06-04 22:15:05 +03:00
Jukka Jylänki
561b8424a0
Merge branch 'cmake_response_files' of https://github.com/mhenschel/emscripten into mhenschel-cmake_response_files
...
Conflicts:
AUTHORS
2014-06-04 22:14:11 +03:00
Alon Zakai
03d78f8afd
export everything in the main module, so side modules can access it
2014-06-04 10:32:21 -07:00
Alon Zakai
c9e6b850aa
Merge pull request #2401 from rfk/rfk/fix-registerizeHarder-unlabelled-continue
...
Fix registerizeHarder handling unlabelled continue
2014-06-03 21:11:54 -07:00
Ryan Kelly
22179ab070
Fix registerizeHarder handling of unlabelled 'continue' inside a 'switch'.
2014-06-04 10:59:32 +10:00
Ningxin Hu
9bce5fec79
Add test case for phi node handling in SIMD path
2014-06-04 08:57:43 +08:00
Alon Zakai
0968a87bec
allocate in realpath() if necessary
2014-06-03 16:28:36 -07:00
Alon Zakai
0af8535621
fix other.test_emcc_nonfastcomp
2014-06-03 13:30:40 -07:00
Alon Zakai
a4393330db
Merge branch 'update_simd' of github.com:huningxin/emscripten into incoming
...
Conflicts:
AUTHORS
2014-06-02 16:40:48 -07:00
Alon Zakai
a0ca1cd1d4
1.19.1
2014-06-02 16:17:48 -07:00
Alon Zakai
acb8d1e633
Merge pull request #2364 from juj/musl_stdio
...
Musl stdio
2014-06-02 16:16:43 -07:00
Alon Zakai
c9823a494a
fix very large doubles; fixes #2392
2014-06-02 16:12:58 -07:00
Alon Zakai
2d819db53b
add test for shell code not optimized in -profiling builds
2014-06-02 16:11:59 -07:00
Alon Zakai
b94433a6ea
show an error in tests/hello_world_file.cpp if we can't open the file; closes #2389
2014-05-29 14:15:57 -07:00
Alon Zakai
b2e680a109
NO_DYNAMIC_EXECUTION option to disable features using eval() or new Function()
2014-05-29 13:47:02 -07:00
Alon Zakai
4ae305542c
1.19.0
2014-05-29 13:44:16 -07:00
Ningxin Hu
8823b6305f
Add ningxin.hu@intel.com into AUTHORS
2014-05-29 16:33:08 +08:00
Alon Zakai
975882c004
Merge pull request #2388 from waywardmonkeys/upstream-from-imvu
...
Upstream from imvu
2014-05-28 18:05:37 -07:00
Chad Austin
34599322ee
Fix a bug where a returned handle to a derived JS object would not always correctly increment the reference count of the underlying smart pointer.
2014-05-29 08:02:42 +07:00
Alon Zakai
504b62384a
add emscripten_align typedefs for #2378
2014-05-28 14:50:35 -07:00
Alon Zakai
8abdafadfc
Merge branch 'master' of github.com:JasonGreen/emscripten into incoming
...
Conflicts:
AUTHORS
2014-05-28 14:04:51 -07:00
Jason Green
2bafe8167c
glTex[Sub]Image* should not throw an exception, but should cause a GL_INVALID_ENUM error on unrecognized formats or types
2014-05-28 15:45:24 -05:00
Alon Zakai
a0bb46803b
fix case of exceptions whitelist being empty
2014-05-28 13:16:58 -07:00
Markus Henschel
a408ad0341
add test for building shared and static libraries with cmake
2014-05-28 19:30:04 +02:00
Markus Henschel
d512051754
add myself to authors
2014-05-28 19:28:24 +02:00
Markus Henschel
3ad95464c1
use response files for everything and remove unnecessary settings
2014-05-28 19:28:03 +02:00
Alon Zakai
079a9b3e1f
fix slow2asm.test_dlfcn_self
2014-05-28 10:09:07 -07:00
Alon Zakai
a2aef0f921
fix asm2.test_memorygrowth
2014-05-28 10:05:08 -07:00
Ningxin Hu
15d99676ea
Move float32x4 and int32x4 constructors into SIMD module.
2014-05-28 13:49:45 +08:00
Alon Zakai
e792dc4e6a
fix ccall regex for minified code, and add testing
2014-05-27 17:20:12 -07:00
Alon Zakai
afd5a42acf
fix crash in audio code in bananabread
2014-05-27 16:22:37 -07:00
Alon Zakai
deaf15da84
clean up shell code using uglify, in optimized builds, when not using closure
2014-05-27 16:08:23 -07:00
Alon Zakai
a9798715cf
testcase for #2314
2014-05-27 13:50:45 -07:00
Alon Zakai
cad88b317c
proper error message for linkable modules not supported in fastcomp
2014-05-27 11:36:57 -07:00
Alon Zakai
d46e9600bc
set MAX_SETJMPS to fastcomp; 1.18.4
2014-05-27 11:26:40 -07:00
Ningxin Hu
d8bd3d5c2a
Update the simd.js
...
It bases on
b5dce3a703/src/ecmascript_simd.js
API changes:
* Added shiftLeft, shiftRightLogical, shiftRightArithmetic on int32x4.
* Added equals, greaterThan, and lessThan that operate on int32x4.
* Add bit operations (and, or, xor, and not) that operate directly on float32x4.
* Moved constructors into SIMD module.
* Remove use of "new float32x4" and "new uint32x4"
2014-05-27 17:05:35 +08:00
Alon Zakai
807e419d4a
enable test_longjmp_repeat in fastcomp
2014-05-23 16:05:31 -07:00
Alon Zakai
dd0465b8ce
fix bug in setjmp limit testing; helps #2379
2014-05-23 16:02:16 -07:00
Alon Zakai
c26f95d326
try to fix sourceRegex for IE
2014-05-23 13:51:10 -07:00