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

14750 Коммитов

Автор SHA1 Сообщение Дата
Alon Zakai 0be444adb1 Merge branch 'fix-typo' of https://github.com/waywardmonkeys/emscripten into incoming 2015-09-10 10:58:13 -07:00
Alon Zakai b49de262b3 Merge branch 'remove-used-typed-arrays' of https://github.com/waywardmonkeys/emscripten into incoming 2015-09-10 10:58:05 -07:00
Bruce Mitchener 7acf27badb Fix typo (deferencing -> dereferencing). 2015-09-10 19:44:50 +07:00
Bruce Mitchener 5dfe9ec08f Remove last usage of USE_TYPED_ARRAYS.
This has been gone for a long time, it should be safe to remove
it now entirely.
2015-09-10 19:43:11 +07:00
Bruce Mitchener b56ec6376d Remove some references to fastcomp. 2015-09-10 19:37:31 +07:00
Alon Zakai b382e59122 mention _main and EXPORTED_FUNCTIONS 2015-09-09 16:40:01 -07:00
Alon Zakai 23aff9fe55 1.34.8 2015-09-09 14:22:41 -07:00
Alon Zakai 07ceba2b79 fix musl weak aliases that drop parameters #3760 2015-09-09 14:21:16 -07:00
Alon Zakai 08b5d6afec mention how to do a null return value in ccall/cwrap #3759 2015-09-09 13:57:16 -07:00
Alon Zakai dd2aaee8a1 mention that EMSCRIPTEN_KEEPALIVE also exports the function, as if it were on EXPORTED_FUNCTIONS 2015-09-09 13:54:21 -07:00
Alon Zakai ae02f340a1 add a note on EXPORTED_FUNCTIONS mattering on the comple to JS stage #3759 2015-09-09 13:52:36 -07:00
Alon Zakai f9def006b9 update local docs 2015-09-08 17:54:47 -07:00
Alon Zakai c500a84c17 emcc --separate-asm option 2015-09-08 17:54:15 -07:00
Alon Zakai 71bf8ed55e update lz4 docs 2015-09-08 17:07:52 -07:00
Alon Zakai dda99522dc LZ4 in emcc tells it to add --lz4 to the file packager 2015-09-08 17:05:35 -07:00
Alon Zakai 24a7d2294a remove some broken test code 2015-09-08 16:40:31 -07:00
Alon Zakai 68b8bfa82a more lz4 docs 2015-09-08 16:16:12 -07:00
Alon Zakai 281e0661c1 mention that lz4 files are read only 2015-09-08 16:12:17 -07:00
Alon Zakai 14dfc90e6f Merge pull request #3754 from kripken/lz4
LZ4 file package compression
2015-09-08 15:50:06 -07:00
Alon Zakai 0ccf591321 use existing createPath, no need for new createFolders 2015-09-08 15:41:31 -07:00
Alon Zakai dcbb09ea26 clean up test_fs_lz4fs_package 2015-09-08 15:38:36 -07:00
Alon Zakai e8911cc36f the last lz4 chunk might not be full-size 2015-09-08 15:26:43 -07:00
Alon Zakai 742a82d721 Merge pull request #3146 from aidanhs/aphs-clarify-include-full-library
Attempt to clarify INCLUDE_FULL_LIBRARY comments
2015-09-08 13:47:51 -07:00
Alon Zakai 0438638795 fix another worker race condition #3741 2015-09-08 13:37:32 -07:00
Alon Zakai 0f004f22d7 improve EM_ASM docs 2015-09-08 11:46:03 -07:00
Alon Zakai 5ad467cbce Merge branch 'issue_3741' into incoming 2015-09-08 11:18:54 -07:00
Alon Zakai 262b136688 closure support for lz4 2015-09-08 11:03:34 -07:00
Alon Zakai 55a83c5ac0 use LZ4=1 to enable lz4 compression 2015-09-08 10:53:55 -07:00
Alon Zakai bbd8c98a08 rename to createFolders, and throw on error 2015-09-08 10:47:17 -07:00
Alon Zakai b13d11ec74 note on LZ$ compression in file packager 2015-09-07 18:34:58 -07:00
Alon Zakai b1284bcce2 better assertions in lz4 compressor 2015-09-07 18:34:41 -07:00
Alon Zakai 0e75693429 note in header 2015-09-07 18:34:18 -07:00
Alon Zakai 4135c57a07 add lz4 verification as an option 2015-09-07 18:24:35 -07:00
Alon Zakai dd036a6577 move LZ4FS to LZ4, a subsystem with an init, instead of an FS 2015-09-07 17:49:55 -07:00
Alon Zakai 60500e85fe move to a loadPackage method in lz4 compression, so we can load files even in the root, unlike FS.mount filesystems 2015-09-07 17:32:17 -07:00
Alon Zakai 9c3e519f9a FS.ensureFolder 2015-09-07 17:31:52 -07:00
Alon Zakai 8d747a536b non-lz4 code for benchmarking comparisons 2015-09-07 16:53:24 -07:00
juj d1433e5751 Merge pull request #3750 from Kagami/docs-fs-typo
Add missed type to FS.mount docs
2015-09-07 22:56:16 +03:00
Jukka Jylänki 909fed02e6 Remove unhelpful CMake version info and vague reference to a bug from getting started documentation. There are currently no known issues with using latest CMake with Emscripten - that should be always preferred. Also, building projects with CMake is able to report which version it needs (via the cmake_minimum_required() directive), so it is not good to redundantly duplicate it in the documentation as there is no danger to get silent breakage from using an old version. Closes #3749. 2015-09-07 22:46:57 +03:00
Alon Zakai baa4012a05 handle a last uncompressed chunk of non-canonical size in lz4 compression 2015-09-07 12:13:45 -07:00
Alon Zakai e87b53bc39 cache two chunks in LZ4FS to avoid thrashing at the boundaries of a chunk, and add testing 2015-09-07 11:21:23 -07:00
Jukka Jylänki 15507088aa Tune emrun to avoid various Firefox network update checks with the clean profile. 2015-09-07 21:08:08 +03:00
Alon Zakai 3c5149e072 emit asm consts on separate lines 2015-09-07 10:57:29 -07:00
Jukka Jylänki f195fcb721 Fix a race condition between stdout/stderr prints vs exit() when using --emrun: fully wait until all stdout/stderr messages have been sent before closing the Firefox browser window. 2015-09-07 20:52:58 +03:00
Jukka Jylänki 1217bf6ca8 Have emrun more diligently delete the temporary Firefox profile it created, if at all possible. 2015-09-07 20:41:49 +03:00
Jukka Jylänki a3dcfdd50c Fix emrun test script to only call to user_pref() to set prefs (the other directives did not quite work). When building with --emrun, have exit() close the current browser window automatically. Run browser.test_emrun with --safe_firefox_profile. 2015-09-07 20:32:02 +03:00
Jukka Jylänki 2f20ab88da Set dom.allow_scripts_to_close_windows = true when running Firefox under emrun with --safe_firefox_profile, so that a test page can gracefully close itself without emrun having to forcibly kill it. 2015-09-07 20:11:59 +03:00
Jukka Jylänki 6bf85e754d Pass -no-remote when running a page with emrun and --safe_firefox_profile in order to not conflict with any existing running Firefox instances. 2015-09-07 20:00:51 +03:00
Jukka Jylänki 0699db96c2 Don't ask the user if he wants to close the browser when multiple tabs are open and running Firefox via emrun. 2015-09-07 16:38:37 +03:00
Alon Zakai 8426a80225 add assert on processPackageData input type 2015-09-06 21:54:32 -07:00