| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-22 | Merge pull request #2565 from sunfishcode/incoming | Alon Zakai | |
| Incoming | |||
| 2014-07-22 | Implement <sys/unistd.h> compatibility. | Dan Gohman | |
| 2014-07-22 | remove no longer needed bad_exception hack; fixes #2560; 1.21.6 | Alon Zakai | |
| 2014-07-22 | emscripten_force_exit option | Alon Zakai | |
| 2014-07-21 | move isxdigit from libcextra to libc | Alon Zakai | |
| 2014-07-21 | move new.cpp from libc into libcxxabi | 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 ↵ | Jukka Jylänki | |
| of passing the function pointer types in the function declaration to avoid Sphinx doc parser from getting confused during parsing. | |||
| 2014-07-17 | Merge pull request #2530 from Daft-Freak/drawBuffers | juj | |
| support glDrawBuffers | |||
| 2014-07-17 | strsignal; 1.21.4; fixes #2532 | Alon Zakai | |
| 2014-07-17 | support glDrawBuffers | Charlie Birks | |
| 2014-07-16 | Convert ints that were signalling booleans to EM_BOOL everywhere in html5.h ↵ | Jukka Jylänki | |
| where those were missing. | |||
| 2014-07-15 | Merge pull request #2390 from fadams/add-network-callbacks | juj | |
| Feature to enable asynchronous event driven network event handling | |||
| 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 ↵ | Alon Zakai | |
| function definitions | |||
| 2014-07-11 | clean up emscripten.h | Alon Zakai | |
| 2014-07-11 | Merge pull request #2486 from sronsse/pkg-config | Alon Zakai | |
| add pkg-config files for some supported libraries | |||
| 2014-07-11 | Fix mouse events handler to not throw in case the provided Module doesn't ↵ | Jukka Jylänki | |
| have a canvas object. See https://groups.google.com/forum/#!topic/emscripten-discuss/lfPuB5HdE08 . | |||
| 2014-07-10 | Merge pull request #2509 from waywardmonkeys/embind-improvement | Alon Zakai | |
| simplify some code and remove a frequent, unnecessary null pointer check... | |||
| 2014-07-10 | build libcxxabi exception.cpp; 1.21.3 | Alon Zakai | |
| 2014-07-09 | simplify some code and remove a frequent, unnecessary null pointer check in ↵ | Chad Austin | |
| the generated javascript | |||
| 2014-07-08 | clang 3.4.2 complains about weak_alias for a symbol that isn't defined | Chad Austin | |
| 2014-07-07 | add helper script to build libcxx natively | Alon Zakai | |
| 2014-07-05 | add support for ffs libc function. | Sebastien Ronsse | |
| 2014-07-05 | add pkg-config files for some supported libraries | Sebastien Ronsse | |
| 2014-07-02 | update musl from 0.9.13 to 1.0.3 | Alon Zakai | |
| 2014-07-02 | cherry-pick musl 1.1.3 wcsxfrm.c, fixes #2473 | Alon Zakai | |
| 2014-07-03 | Add a note to clarify requirements placed by DOM Level 3 spec on the browser ↵ | Jukka Jylänki | |
| resize event. | |||
| 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 ↵ | Chad Austin | |
| merged with other functions. | |||
| 2014-06-26 | Port TypeID arrays to use constexpr static arrays so that they're ↵ | Chad Austin | |
| initialized in the static data segment and reduce resulting JavaScript code size. Conflicts: system/include/emscripten/wire.h | |||
| 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 ↵ | Fraser Adams | |
| error callback takes an array containing the file descriptor, error code and error message. | |||
| 2014-06-10 | Rename SDL_SetEventHandler from previous commit to ↵ | Jukka Jylänki | |
| emscripten_SDL_SetEventHandler to reflect that this is our extension, and add comments. | |||
| 2014-06-10 | Added an additional call: `SDL_SetEventHandler()` to SDL. | Michael Bishop | |
| This is not in the official API but it is needed for Mozilla Persona, which makes sure an event handler is on the stack when `navigator.id.request()` is called. Using the standard SDL api, this can never be the case because an SDL app retrieves events from SDL’s event queue independently of when those events are added to the queue (through event handlers that SDL itself registers). With this additional call, apps can receive events directly in response to an actual event handler which will still be on the stack when the event is handled by the SDL-based application. | |||
| 2014-06-09 | Merge pull request #2399 from waywardmonkeys/cleanup-includes | Alon Zakai | |
| Cleanup includes | |||
| 2014-06-07 | Put a placeholder README in system/local/include. | Bruce Mitchener | |
| This explains the purpose so that the directory is a bit more discoverable. It also means the compiler won't complain that the directory doesn't exist when in verbose mode. | |||
| 2014-06-06 | Improve callback mechanism to allow an arbitrary userData pointer to be ↵ | Fraser Adams | |
| passed during callback registration that will subsequently be passed to the callback | |||
| 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-06-02 | Merge pull request #2364 from juj/musl_stdio | Alon Zakai | |
| Musl stdio | |||
| 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-23 | Migrate snprintf to musl. Move the most common sprintf-related code to libc ↵ | Jukka Jylänki | |
| instead of libcextra to avoid pulling libcextra in on common runs. | |||
| 2014-05-23 | Migrate to using musl libc sprintf family to gain compiled asm.js ↵ | Jukka Jylänki | |
| performance. Keep a copy of handwritten vfprintf and fprintf around to be compatible with the Emscripten filesystem IO library. Also migrate frexp which sprintf depends on to musl libc. | |||
| 2014-05-23 | Migrate to using musl libc sscanf to improve performance. Keep the existing ↵ | Jukka Jylänki | |
| JS vfscanf for Emscripten FS compatibility, and add the musl-specific version to be used when called from sscanf and vsscanf. | |||
