Age | Commit message (Expand) | Author |
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 |
2012-02-01 | llvm inlining support (disabled by default; enabled in benchmarks) | Alon Zakai |
2012-01-27 | legalizer comment | Alon Zakai |
2012-01-23 | support unaligned reads/writes in ta2; fixes test_cubescript | Alon Zakai |
2012-01-18 | LINKABLE options, disabling dead code elimination for shared libraries and ma... | Alon Zakai |
2012-01-16 | default to replacing x86_fp80 with doubles, because libcxx is full of long do... | Alon Zakai |
2012-01-08 | fix and optimize cached header handling in test runner | Alon Zakai |
2012-01-04 | enlarge stack size default to 5MB | Alon Zakai |
2011-12-12 | disable EMULATE_UNALIGNED_ACCESSES by default - it isn't needed | Alon Zakai |
2011-12-07 | automatically disable SKIP_STACK_IN_SMALL when processing autodebugger data, ... | Alon Zakai |
2011-12-07 | comment | Alon Zakai |