aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-20Revert client array packing changes.Jeff Gilbert
2013-05-20coding conventionsAlon Zakai
2013-05-20PR fixes, part 2, take 3.Jeff Gilbert
2013-05-20Switch to emcc-style function capitalization.Jeff Gilbert
2013-05-20Adding texEnv emulation to Immediate mode.Jeff Gilbert
2013-05-20Remove obsolete (and partly wrong) setup information for CMake and SCons. ↵Andreas Bergmeier
Use wrappers instead.
2013-05-20Add new wrapper emscons, which sets EMSCRIPTEN_TOOL_PATH in environment.Andreas Bergmeier
This way the Emscripten Tool no longer has to be copied to root build directory.
2013-05-19Updated test_longjmp to test against negative valuesAnthony Pesch
2013-05-19export imul through closureAlon Zakai
2013-05-19lua debugging stuffAlon Zakai
2013-05-19trigger setjmp on negative valuesAnthony Pesch
2013-05-19fix and clean up benchmark suiteAlon Zakai
2013-05-19export callMain through closureAlon Zakai
2013-05-19Issue #1172: fix for fscanfAnthony Thibault
2013-05-19Issue #1172: added test_fscanf to runner.pyAnthony Thibault
2013-05-18separate lua benchmarks when savedAlon Zakai
2013-05-18make test runner library building more robust and enable library reloading ↵Alon Zakai
in benchmark suite
2013-05-18reorder benchmarksAlon Zakai
2013-05-18add lua-binarytrees benchmarkAlon Zakai
2013-05-17run benchmarks longer with fewer repsAlon Zakai
2013-05-17update lua testAlon Zakai
2013-05-17enable lua benchmarkAlon Zakai
2013-05-17add lua scimarkAlon Zakai
2013-05-17prepare for lua benchmarkAlon Zakai
2013-05-17fix lua for native buildsAlon Zakai
2013-05-17Add a demo that showcases using scons to build an embind library you can ↵Chad Austin
load from JavaScript.
2013-05-17Move emscripten SCons tools into emscripten/scons-tools/Chad Austin
2013-05-17Fix a race condition if two emscripten.py instances run at the same timeChad Austin
2013-05-17Prevent leak detection from tripping on __setErrNoChad Austin
2013-05-17embind should predeclare Module in case it's included before a shell in the ↵Chad Austin
custom SCons change
2013-05-17Add support for multiple overloaded smart pointer constructors.Chad Austin
2013-05-17Workaround a bug in LLVM? Emscripten? that causes it to generate terrible ↵Chad Austin
code when registering class methods and properties.
2013-05-17Allow implicit conversion from booleans to ints/floats (for WebGL)Chad Austin
2013-05-17Make jslint happy.Jukka Jylanki
2013-05-17Optimize __emval_new and __emval_decref.Jukka Jylänki
2013-05-17Add new benchmark for emscripten::val handling.Jukka Jylänki
2013-05-17Implement an autorelease pool in embind.Chad Austin
2013-05-17Kill some dead code.Chad Austin
2013-05-17Add new unit tests to ensure that the return values of interfaces ↵Jukka Jylanki
implemented in JS don't leak memory.
2013-05-17embind: Fix issues by js syntax check, and remember to pass all required ↵Jukka Jylanki
symbols to new Function.
2013-05-17Optimize the implementation of C++ -> JS invoker functions generated by ↵Jukka Jylänki
__emval_get_method_caller by dynamically crafting them.
2013-05-17Pre-register symbol strings in embind benchmark just to be sure - e.g. ↵Jukka Jylänki
Uint8Array was not found via 'fast path', but with slow string compares!
2013-05-17For sanity, make sure all types test the existence of the destructor stack ↵Jukka Jylänki
before pushing to it. __emval_get_method_caller calls toWireType with a null destructors array.
2013-05-17We can get away with passing memory_view on the stack here...Chad Austin
2013-05-17Benchmark for memory_viewChad Austin
2013-05-17Switch to heapu32 for some reason...Chad Austin
2013-05-17Add support for (fast?) memory_view objects. If C++ passes a memory_view to ↵Chad Austin
JS, it gets converted into a typed array object on the other side. Intended for WebGL.
2013-05-17switch to this emscripten for building the benchmark, now that imvu's ↵Chad Austin
emscripten is rebased on top of upstream
2013-05-17Checkpoint work towards making vtable->JS calls faster.Chad Austin
2013-05-17make fullscreen handling closure friendlyAlon Zakai