Commits
User selector
Commit History
Commits on Feb 5, 2021
Warn if emcc if not launched via our launcher scripts
Show description for c702391committed
Commits on Feb 4, 2021
4GB emmalloc (#13258)
Show description for 5d22425authored
Commits on Feb 3, 2021
Minor cleanup of tempfiles.py. NFC. (#13405)
Show description for 121348aauthored
Commits on Feb 1, 2021
Remove EM_EXCLUSIVE_CACHE_ACCESS. NFC (#13389)
Show description for 952fcb7authored
Commits on Jan 29, 2021
Use a specific lock file to avoid temp directory contention (#13371)
Show description for a8d41c0authored
Commits on Jan 27, 2021
Restore the dynCall() and dynCall_sig() API into the build (#13296)
Show description for 7ff719cauthored
Commits on Jan 25, 2021
Remove symbols for last 3 libraries that have them: gl, al, html5 (#11340)
Show description for 5d0d5cbauthored
Commits on Jan 21, 2021
emcc: support merging static library into a single object (#7683)
Show description for 6928eceauthored
Commits on Jan 18, 2021
Improve error message when check for multiple of page size (#13279)
Show description for 0e92f93authored
Commits on Jan 15, 2021
Remove need to `getQuoted` by using seperate template pattern (#13265)
Show description for 72d6ae3authoredDon't include webgl2.c in regular gl library (#13261)
Show description for ae09c9dauthored
Commits on Jan 14, 2021
Initial support for pthreads + dynamic linking (#13245)
Show description for 5ee8fe3authoredDo not process main thread queued calls while returning a worker to the pool (#13233)
Show description for 428f33aauthored
Commits on Jan 12, 2021
Fix MODULARIZE + PTHREADS + USE_OFFSET_CONVERTER (asan) (#13236)
Show description for 3c7a866authored
Commits on Jan 11, 2021
Allow overriding STRICT mode setting (#13229)
Show description for bbec228authored
Commits on Jan 10, 2021
Build a complete sysroot in the cache directory (#13090)
Show description for 298b2afauthored
Commits on Jan 8, 2021
Use single cache rather then reconfiguring/moving it (#13209)
Show description for d0e647bauthoredFix LZ4 file packaging support when MODULARIZE=1 (#13161)
Show description for dd827d6authoredCombine check_call and print_compiler_stack. NFC. (#13203)
Show description for 2458fe3authored
Commits on Jan 7, 2021
Speed up `emcc -v` by not running sanity checks. (#13176)
Show description for d0d12c7authored
Commits on Jan 6, 2021
SPLIT_MODULE with dynamic linking (#13070)
Show description for 0ec8cdaauthoredRemove remnants of threadInfoStruct JS variable (#13121)
Show description for 4cdb029authored- authored
Commits on Dec 31, 2020
Commits on Dec 30, 2020
Avoid adding redundant `-c` and `-o` flags when compiling. NFC (#13119)
Show description for d9afb31authored
Commits on Dec 28, 2020
Remove duplicate `-pthread` argument. NFC. (#13111)
Show description for f96bc6fauthored
Commits on Dec 16, 2020
Reduce minmal pthread dependencies (#13048)
Show description for b42b590authored
Commits on Dec 14, 2020
Cleanup proxy_main (#13021)
Show description for de12acdauthored
Commits on Dec 4, 2020
Check for file existence while parsing arguments (#12953)
Show description for 8e01defauthored
Commits on Dec 3, 2020
Use file_packager launcher script. NFC. (#12956)
Show description for 11da087authoredInitial framework for SPLIT_MODULE option (#12939)
Show description for ed3976eauthored
Commits on Dec 2, 2020
- authored
Delay sanity checks until after handling of `-dumpmachine` and other flags. (#12944)
Show description for 8a14f17authoredOptimize makeDynCall to use dynCall_xx function directly where needed (#12741)
Show description for 496967eauthored