aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Expand)Author
2014-07-22Merge pull request #2565 from sunfishcode/incomingAlon Zakai
2014-07-22Implement <sys/unistd.h> compatibility.Dan Gohman
2014-07-22remove no longer needed bad_exception hack; fixes #2560; 1.21.6Alon Zakai
2014-07-22emscripten_force_exit optionAlon Zakai
2014-07-21move isxdigit from libcextra to libcAlon Zakai
2014-07-21move new.cpp from libc into libcxxabiAlon Zakai
2014-07-18remove zlib headers from system/includeAlon Zakai
2014-07-18Use typedefs in html5.h for referring to callback function pointers instead o...Jukka Jylänki
2014-07-17Merge pull request #2530 from Daft-Freak/drawBuffersjuj
2014-07-17strsignal; 1.21.4; fixes #2532Alon Zakai
2014-07-17support glDrawBuffersCharlie Birks
2014-07-16Convert ints that were signalling booleans to EM_BOOL everywhere in html5.h w...Jukka Jylänki
2014-07-15Merge pull request #2390 from fadams/add-network-callbacksjuj
2014-07-14Fix broken link to page visibility apiJukka Jylänki
2014-07-14refactor emscripten.h to avoid ugly function pointer type definitions in func...Alon Zakai
2014-07-11clean up emscripten.hAlon Zakai
2014-07-11Merge pull request #2486 from sronsse/pkg-configAlon Zakai
2014-07-11Fix mouse events handler to not throw in case the provided Module doesn't hav...Jukka Jylänki
2014-07-10Merge pull request #2509 from waywardmonkeys/embind-improvementAlon Zakai
2014-07-10build libcxxabi exception.cpp; 1.21.3Alon Zakai
2014-07-09simplify some code and remove a frequent, unnecessary null pointer check in t...Chad Austin
2014-07-08clang 3.4.2 complains about weak_alias for a symbol that isn't definedChad Austin
2014-07-07add helper script to build libcxx nativelyAlon Zakai
2014-07-05add support for ffs libc function.Sebastien Ronsse
2014-07-05add pkg-config files for some supported librariesSebastien Ronsse
2014-07-02update musl from 0.9.13 to 1.0.3Alon Zakai
2014-07-02cherry-pick musl 1.1.3 wcsxfrm.c, fixes #2473Alon Zakai
2014-07-03Add a note to clarify requirements placed by DOM Level 3 spec on the browser ...Jukka Jylänki
2014-06-26Remove a bunch of cleverness. Turns out you can generate constexpr arrays. :PChad Austin
2014-06-26Shave a bit more time off by forcing inlining of things that will never be me...Chad Austin
2014-06-26Port TypeID arrays to use constexpr static arrays so that they're initialized...Chad Austin
2014-06-26minor refactoring in support of an upcoming optimizationChad Austin
2014-06-18Added embind support for std::unique_ptrNikolay Vorobyov
2014-06-13Add some more documentation to emscripten.h to explain that the JavaScript er...Fraser Adams
2014-06-10Rename SDL_SetEventHandler from previous commit to emscripten_SDL_SetEventHan...Jukka Jylänki
2014-06-10Added an additional call: `SDL_SetEventHandler()` to SDL.Michael Bishop
2014-06-09Merge pull request #2399 from waywardmonkeys/cleanup-includesAlon Zakai
2014-06-07Put a placeholder README in system/local/include.Bruce Mitchener
2014-06-06Improve callback mechanism to allow an arbitrary userData pointer to be passe...Fraser Adams
2014-06-06path should be constCharlie Birks
2014-06-05changes from reviewCharlie Birks
2014-06-05Add include for FILE*Charlie Birks
2014-06-05add emscripten_get_preloaded_image_dataCharlie Birks
2014-06-04removed parens from copy&paste errorNicolas Guillemot
2014-06-02Merge pull request #2364 from juj/musl_stdioAlon Zakai
2014-05-30Feature to enable asynchronous event driven of network eventsFraser Adams
2014-05-28add emscripten_align typedefs for #2378Alon Zakai
2014-05-23Migrate snprintf to musl. Move the most common sprintf-related code to libc i...Jukka Jylänki
2014-05-23Migrate to using musl libc sprintf family to gain compiled asm.js performance...Jukka Jylänki
2014-05-23Migrate to using musl libc sscanf to improve performance. Keep the existing J...Jukka Jylänki