aboutsummaryrefslogtreecommitdiff
path: root/system/include/emscripten
AgeCommit message (Expand)Author
2014-02-10Merge pull request #2099 from waywardmonkeys/upstream-from-imvuAlon Zakai
2014-02-05comment on emscripten_set_main_loop fps settingAlon Zakai
2014-02-04Fix a possible double-deletion in embind when returning a smart pointer from ...Chad Austin
2014-02-04Add a sample for adding mixins to embindChad Austin
2014-02-04Add a test to verify we can use static constants defined in classes.Chad Austin
2014-02-04Rename smart_ptr_trait::operator_new to construct_null per feedback from Chad.Andy Friesen
2014-02-04Add operator_new to smart_ptr_trait.Andy Friesen
2014-02-04Fix a possible memory corruption bug when using val::asChad Austin
2014-02-04Remove an assertion that prevents mergefunc from doing its magic.Chad Austin
2014-01-27EM_ASM_ variants that return a value but receive no inputs; fixes #2070Alon Zakai
2014-01-25make emscripten_get_now work in native builds, because what is otherwise a co...Alon Zakai
2014-01-24Rename library_events to library_html5 and other suggested renamings. Add bet...Jukka Jylänki
2014-01-22Implement C-based events library for various HTML5 APIs.Jukka Jylänki
2013-12-20Also give the ability to print out function parameters in the callstack with ...Jukka Jylänki
2013-12-20Add new functions emscripten_log() in emscripten.h which allows printing out ...Jukka Jylänki
2013-11-26getting some initial set of x86 intrinsics mapped to JS SIMD ops; update exis...Heidi Pan
2013-11-26getting some initial set of x86 intrinsics mapped to JS SIMD ops; update exis...Heidi Pan
2013-11-17EM_ASM_INT and EM_ASM_DOUBLE, which allow input and output values from EM_ASM...Alon Zakai
2013-11-15mention inline asm() syntax in EM_ASM commentAlon Zakai
2013-11-01Merge branch 'incoming' into f32Alon Zakai
2013-10-30begin to add emscripten_float32x4_signmaskAlon Zakai
2013-10-29use double for emscripten_get_now, to not lose precision from performance.now...Alon Zakai
2013-10-18add vector.hAlon Zakai
2013-10-06make EM_ASM use strings on the heap, so it works in asm, and cache the genera...Alon Zakai
2013-09-13emscripten_async_load_scriptAlon Zakai
2013-08-25implement emscripten_get_canvas_sizeToadKing
2013-08-23EM_ASM option for nicer inline assemblyAlon Zakai
2013-08-18restore EMSCRIPTEN_KEEPALIVE, needed to prevent inlining, EXPORTED_FUNCTIONS ...Alon Zakai
2013-07-17Rename value_tuple to value_array and value_struct to value_objectChad Austin
2013-05-31Added header guards around emscripten.hMichael Bishop
2013-05-27emscripten_exit_with_live_runtimeAlon Zakai
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 cod...Chad Austin
2013-05-17Kill some dead code.Chad Austin
2013-05-17We can get away with passing memory_view on the stack here...Chad Austin
2013-05-17Add support for (fast?) memory_view objects. If C++ passes a memory_view to ...Chad Austin
2013-05-17Checkpoint work towards making vtable->JS calls faster.Chad Austin
2013-05-04Remove more +x permissions on source or javascript filesSylvestre Ledru
2013-05-02Add a benchmark for calling from C++ into JS via interfacesChad Austin
2013-05-02Snip some dead codeChad Austin
2013-05-02namespace the binding struct a bit moreChad Austin
2013-05-02snip dead codeChad Austin
2013-05-02Add a select_const for selecting the const method implementation if there are...Chad Austin
2013-04-18Make select_overload work for member functionsChad Austin
2013-04-18calloperator wasn't pulling its own weight. We probably should have a higher...Chad Austin
2013-04-18Add support for read-only properties.Chad Austin
2013-04-18switch to EMSCRIPTEN_SYMBOL which improves code size a bit by storing the poi...Chad Austin
2013-04-18fix readLatin1String to actually cover the range of latin-1 characters and ad...Chad Austin
2013-04-18Add perfect forwarding throughout emscripten::val. This shaves 50 KB off the...Chad Austin
2013-04-18Finally! JSInterface is deadChad Austin