aboutsummaryrefslogtreecommitdiff
path: root/src/preamble.js
AgeCommit message (Expand)Author
2011-05-27option to not use FHEAP at all, with USE_TYPED_ARRAY_FHEAP=0Alon Zakai
2011-05-26improve AUTO_OPTIMIZEAlon Zakai
2011-05-26improve CHECK_* options, add initial version of AUTO_OPTIMIZEAlon Zakai
2011-05-24modify read() detection for closure compilerAlon Zakai
2011-05-22throw on xhr errors in browser read()Alon Zakai
2011-05-22note on CORRECT_OVERFLOWSAlon Zakai
2011-05-21SDL stuffAlon Zakai
2011-05-19SAFE_HEAP fixAlon Zakai
2011-05-16call SAFE_HEAP_ACCESS from SAFE_HEAP_COPY_HISTORYAlon Zakai
2011-05-15support for reading files synchronouslyAlon Zakai
2011-04-24support for __cxa_atexit argumentAlon Zakai
2011-04-24forgotten check for assertionsAlon Zakai
2011-04-23memory fixesAlon Zakai
2011-04-21line-specific exceptions to SAFE_HEAPAlon Zakai
2011-03-29simplify TOTAL_STACK to not confuse closure compilerAlon Zakai
2011-03-21optimize FUNCTION_POINTER and exportingAlon Zakai
2011-03-21do not un/reSign constantsAlon Zakai
2011-03-13misc compiler tweaksAlon Zakai
2011-03-04integer rounding fixes and CORRECT_ROUNDINGS optionAlon Zakai
2011-02-20generate strict mode javascriptAlon Zakai
2011-02-20fixes for benchmarksAlon Zakai
2011-02-19use line-specific corrections in zlib testAlon Zakai
2011-02-19optimize String_copyAlon Zakai
2011-02-13tweak sign and overflow checksAlon Zakai
2011-02-12fix for compiling with spidermonkeyAlon Zakai
2011-02-08use subarray in typed arraysAlon Zakai
2011-02-06strengthen SAFE_HEAP checks for copied valuesAlon Zakai
2011-01-31misc cleanups and fixesAlon Zakai
2011-01-27reSign parallel to unSign to fix rare signing issues; CHECK_SIGNS optionAlon Zakai
2011-01-16initial emulation for stdio file reading, and other preparations for popplerAlon Zakai
2011-01-08refactor preamble functions into libraryAlon Zakai
2011-01-01CORRECT_OVERFLOWS option; strengthening of various tests, and fixes a bug in ...Alon Zakai
2010-12-31allow SAFE_HEAP with typed arrays; fix minor uncovered bugs; add SAFE_HEAP_LO...Alon Zakai
2010-12-31simplify heap operations in preamble with macrosAlon Zakai
2010-12-30simple django-style substitution/macrosAlon Zakai
2010-12-30stub for callocAlon Zakai
2010-12-28handle memmove of 0dglead
2010-12-26fix bug with typed arrays in memcpyAlon Zakai
2010-12-25support for precision in integers in printfAlon Zakai
2010-12-23comment about typed arrays when copyingAlon Zakai
2010-12-19optimize heap for chrome; thanks to danielheresAlon Zakai
2010-12-19CHECK_OVERFLOWS optionAlon Zakai
2010-12-17fix format bug with floatsAlon Zakai
2010-12-13minor fixes for python demoAlon Zakai
2010-12-12python web demoAlon Zakai
2010-12-12support for library dependencies +misc python float fixesAlon Zakai
2010-12-11improve printf formattingAlon Zakai
2010-12-11support for printing %pAlon Zakai
2010-12-11python fixes and testAlon Zakai
2010-12-09proper support for bitfieldsAlon Zakai