Age | Commit message (Expand) | Author |
2014-06-17 | support argv[0] containing the script node is running; fixes #2431 | Alon Zakai |
2014-03-06 | show logging about preload/pre-main time even without a main | Alon Zakai |
2014-03-01 | mention ASSERTIONS in abort() calls | Alon Zakai |
2014-02-21 | strict fix: Don't define functions within conditionals or try blocks. | Bruce Mitchener |
2014-02-10 | NO_EXIT_RUNTIME option, to set Module.noExitRuntime during compilation | Alon Zakai |
2014-01-14 | fix double start bug #1992 in browser as well | Alon Zakai |
2014-01-09 | prevent calling run more than once; fixes #1992 | Alon Zakai |
2013-10-22 | remove --pre-run option in file packager, handle all that automatically | Alon Zakai |
2013-10-12 | demangle stacks in abort(), using new stackTrace utility | Alon Zakai |
2013-10-09 | print call stack of errors, when there is one | Alon Zakai |
2013-09-18 | handle memory initializer when there are deps added during preRun | Alon Zakai |
2013-09-13 | refactor memory initializer code to use run dependenciesfailure | Alon Zakai |
2013-09-13 | refactor code to handle when run dependencies reach 0 | Alon Zakai |
2013-09-09 | Merge pull request #1578 from inolen/browser_exception | Alon Zakai |
2013-09-08 | proxy input events | Alon Zakai |
2013-09-01 | gracefully handle ExitStatus exception in async main loops | Anthony Pesch |
2013-08-19 | show preload time only on web | Alon Zakai |
2013-08-19 | emit preload timing | Alon Zakai |
2013-08-15 | spam abort() messages to stderr as well | Alon Zakai |
2013-08-09 | use instanceof operator for detecting ExitStatus throw | Anthony Pesch |
2013-08-09 | - always throw an exception in exit | Anthony Pesch |
2013-07-31 | added addOnPreRun and addOnPostRun | Anthony Pesch |
2013-07-31 | add some closure aliases | Alon Zakai |
2013-07-30 | show exit status if exit() is called within main(); fixes test_exit_status | Alon Zakai |
2013-07-29 | - remove code that attempts to propogate _main's exit status through returns... | Anthony Pesch |
2013-05-22 | do not call code-running callbacks if ABORTing; fixes #1191 | Alon Zakai |
2013-05-19 | export callMain through closure | Alon Zakai |
2013-05-04 | make memory management sane: 0 is null, then static including globals, then s... | Alon Zakai |
2013-04-09 | make noInitialRun and INVOKE_RUN refer to main(), not run(). run() need not c... | Alon Zakai |
2013-04-09 | run postsets right before main, and after the memory initializer has been set up | Alon Zakai |
2013-04-05 | assert on callMain happening when no dependencies left | Alon Zakai |
2013-04-05 | ensure runtime initialized when dependencies have arrived, including the memo... | Alon Zakai |
2013-04-05 | refactor runtime initialization | Alon Zakai |
2013-04-05 | allow calling callMain even if run() was not called | Alon Zakai |
2013-04-05 | initialize runtime from run() (asynchronously, if run is asynchronous) | Alon Zakai |
2013-03-20 | do not exist runtime if simulating an infinite loop | Alon Zakai |
2013-03-20 | do not show the simulate-infinite-loop exception | Alon Zakai |
2013-03-20 | remove CATCH_EXIT_CODE and make it the default behavior | Alon Zakai |
2013-01-25 | benchmark code gen option | Alon Zakai |
2013-01-07 | reset the stack top when CATCH_EXIT_CODE | Alon Zakai |
2012-12-07 | add asm imports and exports, hello world works | Alon Zakai |
2012-12-07 | remove irrelevant code from asm module | Alon Zakai |
2012-12-07 | set up asm.js 'module' | Alon Zakai |
2012-11-12 | make Module.run accessible through closure also in pre and post-js (#704) | Alon Zakai |
2012-10-22 | handle no-data worker api calls, and more tests | Alon Zakai |
2012-10-22 | worker api closure fixes + additional testing | Alon Zakai |
2012-10-22 | initial work on worker api | Alon Zakai |
2012-09-09 | clean up handling of initial run | Alon Zakai |
2012-09-08 | fix preRun | Alon Zakai |
2012-09-07 | run all available preRuns before checking if run must be delayed | Alon Zakai |