aboutsummaryrefslogtreecommitdiff
path: root/src/settings.js
AgeCommit message (Expand)Author
2012-12-21by default only keep main aliveAlon Zakai
2012-12-10Remove regexp case since it is slow and rarely usedXuejie Xiao
2012-12-07Add function name filter for LABEL_DEBUGXuejie Xiao
2012-11-27switch to all or nothing named globals, and add testingAlon Zakai
2012-11-24allow limited the amount of named globalsAlon Zakai
2012-11-20EXPORT_ALL optionAlon Zakai
2012-11-16add PRECISE_I64_MATH mode 2, to force inclusion of i64 code even when we can'...Alon Zakai
2012-11-13headless optionAlon Zakai
2012-11-09improve LABEL_DEBUGAlon Zakai
2012-11-06split js compiler into three passes, to facilitate future parallizationAlon Zakai
2012-10-30refactor DEFAULT_LIBRARY_FUNCS_TO_INCLUDEAlon Zakai
2012-10-27memory growth must be manually enabled with ALLOW_MEMORY_GROWTH, in which cas...Alon Zakai
2012-10-22initial work on worker apiAlon Zakai
2012-10-19tweak sync xhr code a tiny bitAlon Zakai
2012-10-19Merge pull request #648 from ysangkok/chunked-bin-xhr-lazy-loadingAlon Zakai
2012-10-20document SMALL_CHUNKSJanus
2012-10-17UNALIGNED_MEMORY option to emulate unaligned reads/writes all the time, to su...Alon Zakai
2012-10-17improve runtimelink handling of function aliasesAlon Zakai
2012-10-04recvmsg and further socket debuggingAlon Zakai
2012-09-29Merge pull request #594 from larsxschneider/lars/add-split-optionAlon Zakai
2012-09-28support ioctl-FIONREADAlon Zakai
2012-09-27initial (not-yet-working) sockets implementationAlon Zakai
2012-09-26Add emcc option "--split <size>" to split javascript file.Lars Schneider
2012-09-25fix null error in settings.js - we need this to be parsable from python tooAlon Zakai
2012-09-25Define and document SHELL_FILE in settings.jsChad Austin
2012-09-24comments in settings.jsAlon Zakai
2012-09-09check for segfaults in SAFE_HEAPAlon Zakai
2012-09-01update settings.js docsAlon Zakai
2012-08-25disable precise i32 multiplication even in -O0: too slowAlon Zakai
2012-08-25PRECISE_I32_MUL option for full precision in 32-bit multiplyAlon Zakai
2012-08-20PROFILE_MAIN_LOOP optionAlon Zakai
2012-08-01comment in settings.jsAlon Zakai
2012-07-13Merge pull request #313 from SiggyBar/settings-1Alon Zakai
2012-06-11remove GENERATING_HTML, it was confusing and gave little or no benefitAlon Zakai
2012-06-10comments on GENERATING_HTMLAlon Zakai
2012-05-18WARN_ON_UNDEFINED_SYMBOLSAlon Zakai
2012-05-15browser gc testAlon Zakai
2012-05-15initial work on c++ gc supportAlon Zakai
2012-05-11FS.createPreloadedFileAlon Zakai
2012-04-23make gl and library debug options start on, when enabled at compile timeAlon Zakai
2012-04-20make library and gl debug configurable at runtime, and share the pretty print...Alon Zakai
2012-04-20VERBOSE optionAlon Zakai
2012-04-06gl support commentAlon Zakai
2012-04-03add GL debugging facility and fix some minor bugsAlon Zakai
2012-04-02make precise i64 math the defaultAlon Zakai
2012-04-01support for precise i64 signed mathAlon Zakai
2012-03-28Enable logging of filesystem operationsEhsan Akhgari
2012-03-20Fixed M_TWOPI in C_DEFINES in settings.jsSigmund Vik
2012-03-10export malloc and free by default, many libraries need thatAlon Zakai
2012-02-26remove I64_MODE, it is equal to 1 in USE_TYPED_ARRAYS 2 and only thereAlon Zakai