summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-24Cosmetic changes to eliminator script. No change in functionality.max99x
2011-08-24Merge branch 'master' of github.com:max99x/emscriptenmax99x
2011-08-24Added eliminator test to the runner.max99x
2011-08-24Prevented quoting of library object properties (Closure Compiler compatibility).max99x
2011-08-23Made sure all preamble functions are exported.max99x
2011-08-23Fixed v8/d8 path edge case (Issue #64).max99x
2011-08-23Implemented rand(), rand_r() and srand() using a simple Linear Congruential ↵max99x
Generator.
2011-08-23Added strcoll() and strtoul() and improved strtol().max99x
2011-08-23Merge remote-tracking branch 'upstream/master'max99x
2011-08-23Updated UglifyJS to preserve object key quotedness (Closure Compiler ↵max99x
compatibility).
2011-08-23Minor library fix to prevent UgilfyJS from embedding nulls in output.max99x
2011-08-23Added a redundant-variable eliminator script and its dependencies.max99x
2011-08-21tweak pick_llvm_optsAlon Zakai
2011-08-21commentAlon Zakai
2011-08-21add missing blockaddr supportAlon Zakai
2011-08-21add x86_fastcallccAlon Zakai
2011-08-20Fix for IE9 which has no XMLHttpRequest.overrideMimeType().max99x
2011-08-19experimental support for operators in bindings generatorAlon Zakai
2011-08-18benchmark fixesAlon Zakai
2011-08-18Added always-failing stubs for str[fp]time() and getdate().max99x
2011-08-18Optimized strdup(), which is a CPython bottleneck.max99x
2011-08-17support for binding overloaded functions with differing typesAlon Zakai
2011-08-17restructure wrapping in bindingsAlon Zakai
2011-08-17add destroy() in bindings generationAlon Zakai
2011-08-17Merge remote-tracking branch 'upstream/master'max99x
2011-08-17Implemented nl_langinfo().max99x
2011-08-16generate getters and setters for properties in bindings generatorAlon Zakai
2011-08-15allow generateStructInfo to work at runtime with structMetadataAlon Zakai
2011-08-15expose get|setValueAlon Zakai
2011-08-15bindings fixAlon Zakai
2011-08-15handle templated classes in bindings generatorAlon Zakai
2011-08-14fix bug with storing aggregatesAlon Zakai
2011-08-14bindings generator improvementsAlon Zakai
2011-08-14test for DISABLE_EXCEPTIONSAlon Zakai
2011-08-14DISABLE_EXCEPTIONS optionAlon Zakai
2011-08-14allow walking of allocatedNum in alloca itemsAlon Zakai
2011-08-14preparation for further ta2 optimizationsAlon Zakai
2011-08-14handle i1 in signalyzerAlon Zakai
2011-08-13comment on running .bc filesAlon Zakai
2011-08-13caching for wrapped bindings objectsAlon Zakai
2011-08-13optimize bindings argument fixingAlon Zakai
2011-08-13endianness runtime check for ta2Alon Zakai
2011-08-09bindings support for returning copies of structures, via internal staticsAlon Zakai
2011-08-09simplify unreachable js annotationAlon Zakai
2011-08-07filesystem workaround for closure compiler, +closure compiler testAlon Zakai
2011-08-07export option for bindings generator to play nicely with closure compiler ↵Alon Zakai
advanced opts
2011-08-07disable part I of scriptaclass due to possible v8 bugAlon Zakai
2011-08-07clearer warnings about 64-bit opsAlon Zakai
2011-08-07allow type modification in bindings generatorAlon Zakai
2011-08-06generalize parents to classes in bindings generatorAlon Zakai