index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
system
/
include
Age
Commit message (
Expand
)
Author
2014-07-22
Merge pull request #2565 from sunfishcode/incoming
Alon Zakai
2014-07-22
Implement <sys/unistd.h> compatibility.
Dan Gohman
2014-07-22
emscripten_force_exit option
Alon Zakai
2014-07-18
remove zlib headers from system/include
Alon Zakai
2014-07-18
Use typedefs in html5.h for referring to callback function pointers instead o...
Jukka Jylänki
2014-07-16
Convert ints that were signalling booleans to EM_BOOL everywhere in html5.h w...
Jukka Jylänki
2014-07-15
Merge pull request #2390 from fadams/add-network-callbacks
juj
2014-07-14
Fix broken link to page visibility api
Jukka Jylänki
2014-07-14
refactor emscripten.h to avoid ugly function pointer type definitions in func...
Alon Zakai
2014-07-11
clean up emscripten.h
Alon Zakai
2014-07-11
Fix mouse events handler to not throw in case the provided Module doesn't hav...
Jukka Jylänki
2014-07-09
simplify some code and remove a frequent, unnecessary null pointer check in t...
Chad Austin
2014-07-02
update musl from 0.9.13 to 1.0.3
Alon Zakai
2014-07-03
Add a note to clarify requirements placed by DOM Level 3 spec on the browser ...
Jukka Jylänki
2014-06-26
Remove a bunch of cleverness. Turns out you can generate constexpr arrays. :P
Chad Austin
2014-06-26
Shave a bit more time off by forcing inlining of things that will never be me...
Chad Austin
2014-06-26
Port TypeID arrays to use constexpr static arrays so that they're initialized...
Chad Austin
2014-06-26
minor refactoring in support of an upcoming optimization
Chad Austin
2014-06-18
Added embind support for std::unique_ptr
Nikolay Vorobyov
2014-06-13
Add some more documentation to emscripten.h to explain that the JavaScript er...
Fraser Adams
2014-06-10
Rename SDL_SetEventHandler from previous commit to emscripten_SDL_SetEventHan...
Jukka Jylänki
2014-06-10
Added an additional call: `SDL_SetEventHandler()` to SDL.
Michael Bishop
2014-06-06
Improve callback mechanism to allow an arbitrary userData pointer to be passe...
Fraser Adams
2014-06-06
path should be const
Charlie Birks
2014-06-05
changes from review
Charlie Birks
2014-06-05
Add include for FILE*
Charlie Birks
2014-06-05
add emscripten_get_preloaded_image_data
Charlie Birks
2014-06-04
removed parens from copy&paste error
Nicolas Guillemot
2014-05-30
Feature to enable asynchronous event driven of network events
Fraser Adams
2014-05-28
add emscripten_align typedefs for #2378
Alon Zakai
2014-05-21
Moarrrr templates! Remove some boilerplate in embind. Thanks imran and andy!
Chad Austin
2014-05-21
Bring back the ability to implement a C++ interface with a specific JavaScrip...
Chad Austin
2014-05-21
minor refactoring: I intend to bring back wrapper.implement
Chad Austin
2014-05-21
Call __destruct on the JS implementation when the instance is destroyed.
Chad Austin
2014-05-21
Support deriving from abstract classes with constructors
Chad Austin
2014-05-21
give a good error message when a pure virtual function is not implemented in ...
Chad Austin
2014-05-21
Remove .implement from the public API
Chad Austin
2014-05-21
make optional methods work
Chad Austin
2014-05-21
properties set in constructor persist to methods
Chad Austin
2014-05-21
can extend, construct, and delete
Chad Austin
2014-05-21
sketch extend method
Chad Austin
2014-05-16
expose typeof via emscripten::val
Chad Austin
2014-05-12
Add new function emscripten_is_webgl_context_lost() that allows code to direc...
Jukka Jylänki
2014-05-08
Remove multiply defined symbol error on emscripten_get_now() at link time whe...
Jukka Jylänki
2014-05-02
document and assert on only one browser main loop at a time
Alon Zakai
2014-04-29
fix embind/asm.js in PRECISE_F32 mode
Chad Austin
2014-04-25
Merge pull request #2287 from chadaustin/embind-fastcomp-asm.js
Alon Zakai
2014-04-14
Merge pull request #2285 from juj/sdl2-touch-api-additions
Alon Zakai
2014-04-13
class and enum signatures
Chad Austin
2014-04-13
value array and value object signatures
Chad Austin
[next]