Age | Commit message (Expand) | Author |
2012-12-21 | by default only keep main alive | Alon Zakai |
2012-12-10 | Remove regexp case since it is slow and rarely used | Xuejie Xiao |
2012-12-07 | Add function name filter for LABEL_DEBUG | Xuejie Xiao |
2012-11-27 | switch to all or nothing named globals, and add testing | Alon Zakai |
2012-11-24 | allow limited the amount of named globals | Alon Zakai |
2012-11-20 | EXPORT_ALL option | Alon Zakai |
2012-11-16 | add PRECISE_I64_MATH mode 2, to force inclusion of i64 code even when we can'... | Alon Zakai |
2012-11-13 | headless option | Alon Zakai |
2012-11-09 | improve LABEL_DEBUG | Alon Zakai |
2012-11-06 | split js compiler into three passes, to facilitate future parallization | Alon Zakai |
2012-10-30 | refactor DEFAULT_LIBRARY_FUNCS_TO_INCLUDE | Alon Zakai |
2012-10-27 | memory growth must be manually enabled with ALLOW_MEMORY_GROWTH, in which cas... | Alon Zakai |
2012-10-22 | initial work on worker api | Alon Zakai |
2012-10-19 | tweak sync xhr code a tiny bit | Alon Zakai |
2012-10-19 | Merge pull request #648 from ysangkok/chunked-bin-xhr-lazy-loading | Alon Zakai |
2012-10-20 | document SMALL_CHUNKS | Janus |
2012-10-17 | UNALIGNED_MEMORY option to emulate unaligned reads/writes all the time, to su... | Alon Zakai |
2012-10-17 | improve runtimelink handling of function aliases | Alon Zakai |
2012-10-04 | recvmsg and further socket debugging | Alon Zakai |
2012-09-29 | Merge pull request #594 from larsxschneider/lars/add-split-option | Alon Zakai |
2012-09-28 | support ioctl-FIONREAD | Alon Zakai |
2012-09-27 | initial (not-yet-working) sockets implementation | Alon Zakai |
2012-09-26 | Add emcc option "--split <size>" to split javascript file. | Lars Schneider |
2012-09-25 | fix null error in settings.js - we need this to be parsable from python too | Alon Zakai |
2012-09-25 | Define and document SHELL_FILE in settings.js | Chad Austin |
2012-09-24 | comments in settings.js | Alon Zakai |
2012-09-09 | check for segfaults in SAFE_HEAP | Alon Zakai |
2012-09-01 | update settings.js docs | Alon Zakai |
2012-08-25 | disable precise i32 multiplication even in -O0: too slow | Alon Zakai |
2012-08-25 | PRECISE_I32_MUL option for full precision in 32-bit multiply | Alon Zakai |
2012-08-20 | PROFILE_MAIN_LOOP option | Alon Zakai |
2012-08-01 | comment in settings.js | Alon Zakai |
2012-07-13 | Merge pull request #313 from SiggyBar/settings-1 | Alon Zakai |
2012-06-11 | remove GENERATING_HTML, it was confusing and gave little or no benefit | Alon Zakai |
2012-06-10 | comments on GENERATING_HTML | Alon Zakai |
2012-05-18 | WARN_ON_UNDEFINED_SYMBOLS | Alon Zakai |
2012-05-15 | browser gc test | Alon Zakai |
2012-05-15 | initial work on c++ gc support | Alon Zakai |
2012-05-11 | FS.createPreloadedFile | Alon Zakai |
2012-04-23 | make gl and library debug options start on, when enabled at compile time | Alon Zakai |
2012-04-20 | make library and gl debug configurable at runtime, and share the pretty print... | Alon Zakai |
2012-04-20 | VERBOSE option | Alon Zakai |
2012-04-06 | gl support comment | Alon Zakai |
2012-04-03 | add GL debugging facility and fix some minor bugs | Alon Zakai |
2012-04-02 | make precise i64 math the default | Alon Zakai |
2012-04-01 | support for precise i64 signed math | Alon Zakai |
2012-03-28 | Enable logging of filesystem operations | Ehsan Akhgari |
2012-03-20 | Fixed M_TWOPI in C_DEFINES in settings.js | Sigmund Vik |
2012-03-10 | export malloc and free by default, many libraries need that | Alon Zakai |
2012-02-26 | remove I64_MODE, it is equal to 1 in USE_TYPED_ARRAYS 2 and only there | Alon Zakai |