aboutsummaryrefslogtreecommitdiff
path: root/src/postamble.js
AgeCommit message (Expand)Author
2012-08-10Module.preInitAlon Zakai
2012-07-18refactor file preloading to happen in FS.createPreloadedFile, so that not onl...Alon Zakai
2012-06-17allow multiple preRun/postRunAlon Zakai
2012-06-11remove GENERATING_HTML, it was confusing and gave little or no benefitAlon Zakai
2012-05-12clear status in html even if doRun exits through an exceptionAlon Zakai
2012-05-12show Running... when calling run()Alon Zakai
2012-05-12nicer html messages during load/startupAlon Zakai
2012-05-09allow adding runDependencies in preRunAlon Zakai
2012-04-09init runtime immediately, so that even with noInitialRun we can still call fi...Alon Zakai
2012-04-06restore support for noInitialRunAlon Zakai
2012-03-26show status messages for decompressing and clear status on runAlon Zakai
2012-03-24run preRun before initRuntime, fixes test_filesAlon Zakai
2012-03-22do preRun and postRun only if we actually runAlon Zakai
2012-03-19refactor use of this[..] in shell.js to use Module[..]Alon Zakai
2012-03-15add file preloading in browsersAlon Zakai
2012-03-03add noExitRuntime optionAlon Zakai
2012-02-05add preRun and postRun hooks in Module, and tweak FS initializationAlon Zakai
2012-01-16remove hack for ignorePermissions in the filesystem API, which removes the ne...Alon Zakai
2012-01-16refactor runtime init and exit codeAlon Zakai
2011-12-03refactoring towards supporting node.jsAlon Zakai
2011-12-03Modify exit() to throw an object and catch it.David Claughton
2011-11-30refactor compiler to allow future batching of types and globals. move postset...Alon Zakai
2011-07-15refactor Pointer_make into allocateAlon Zakai
2011-06-24remove unneeded globalFuncsAlon Zakai
2011-06-23* propogated return value from main back to the return value from Module.runtim.dawborn
2011-06-08remove unneeded initializeRuntimeAlon Zakai
2011-06-03refactoring in preparation for TYPED_ARRAYS==2 (disabled)Alon Zakai
2011-05-28fixes for closure compiler advanced optsAlon Zakai
2011-05-12clean up shell.jsAlon Zakai
2011-03-06re-enable advanced optimizations in closure compilerAlon Zakai
2011-03-05refactor calling of _main()Alon Zakai
2011-01-16support for writing to files in stdioAlon Zakai
2010-12-28handle env of 0 as a third parameter for main()Alon Zakai
2010-12-21initial skeleton for gl testsAlon Zakai
2010-12-17fix format bug with floatsAlon Zakai
2010-12-15misc fixes and improvements - thanks go to tubaAlon Zakai
2010-11-26remove clumsy iterative creation attempts of globalsAlon Zakai
2010-11-26flatten global constants at compile timeAlon Zakai
2010-11-20misc minor fixes and additionsAlon Zakai
2010-11-14handle global constants that are llvm function calls +testAlon Zakai
2010-11-05framework for integration testsAlon Zakai
2010-10-31finish module-ization of generated codealon@honor
2010-10-31remove getters from global varsalon@honor
2010-10-27modularize generated codealon@honor
2010-10-10typed arrays support; function __index__ing ; 36% speedupalon@honor
2010-10-06Runtime system, and inlining of stackEnter/Exitalon@honor
2010-10-02memory implementation cleanupalon@honor
2010-09-30abort()alon@honor
2010-09-29clean up memory allocationalon@honor
2010-09-25optional memory alignment that matches c/c++; used in clang, not in llvm-gccalon@honor