aboutsummaryrefslogtreecommitdiff
path: root/src/settings.js
AgeCommit message (Expand)Author
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
2012-02-01llvm inlining support (disabled by default; enabled in benchmarks)Alon Zakai
2012-01-27legalizer commentAlon Zakai
2012-01-23support unaligned reads/writes in ta2; fixes test_cubescriptAlon Zakai
2012-01-18LINKABLE options, disabling dead code elimination for shared libraries and ma...Alon Zakai
2012-01-16default to replacing x86_fp80 with doubles, because libcxx is full of long do...Alon Zakai
2012-01-08fix and optimize cached header handling in test runnerAlon Zakai
2012-01-04enlarge stack size default to 5MBAlon Zakai
2011-12-12disable EMULATE_UNALIGNED_ACCESSES by default - it isn't neededAlon Zakai
2011-12-07automatically disable SKIP_STACK_IN_SMALL when processing autodebugger data, ...Alon Zakai
2011-12-07commentAlon Zakai
2011-12-06DOUBLE_MODE=1 option to carefuly load and store doubles even in unaligned ta2...Alon Zakai
2011-12-06change default settings in settings.js to what we wantAlon Zakai
2011-12-06initial work on memory growthAlon Zakai
2011-12-05support for external variables in runtime linkingAlon Zakai
2011-12-05initial work on annotating the generated code for closure compilerAlon Zakai
2011-12-05disable runtimelink test when using LLVM optsAlon Zakai
2011-12-05partial support for runtime linking of separately-compiled modules (only func...Alon Zakai
2011-12-03Modify exit() to throw an object and catch it.David Claughton
2011-12-02various fixes from js strict mode testingAlon Zakai