aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-09-13Fix fpclassify with musl libc headers.Bruce Mitchener
musl defines __fpclassify, __fpclassifyf, __fpclassifyl while the old headers used __fpclassifyd for double rather than __fpclassify.
2013-09-13Fix time tests.Bruce Mitchener
2013-09-13Update to work with new libc headers.Bruce Mitchener
2013-09-13Update libc headers to use musl headers.Bruce Mitchener
2013-09-13Enable %[] pattern in scanfSoeren Balko
2013-09-12try to use console.log even in workersAlon Zakai
2013-09-12do not switchify illegally-typed switchesAlon Zakai
2013-09-12Module.logReadFiles optionAlon Zakai
2013-09-11we only allow 1 exported variable from inline js; #1613Alon Zakai
2013-09-11better comment on inline js in asm.jsAlon Zakai
2013-09-11better assertion message for corruption checker and asmAlon Zakai
2013-09-11listen to blur on the window, not the document, so chrome worksAlon Zakai
2013-09-10handle flexible arrays at the end of structs, whose elements are themselves ↵Alon Zakai
structs; fixes #1602
2013-09-10Add support for marshalling UTF-16 strings to/from JS. Allows passing ↵Jukka Jylänki
wchar_t strings to JS when building with -fshort-wchar. Closes #1565.
2013-09-10Fix UTF-16 surrogate detection.Jukka Jylänki
2013-09-10Fix UTF32 <-> JS string conversion for non-BMP characters. Turns out JS ↵Jukka Jylänki
string functions .length, .charCodeAt and .fromCharCode do not operate on Unicode code points, but UTF-16-encoded Unicode code units.
2013-09-10Rename utf32<->jsstring marshalling functions to UTF32ToString and ↵Jukka Jylänki
stringToUTF32 following azakai's suggestion on naming convention.
2013-09-10Add functions for marshalling wchar_t (which is fixed 32-bit UTF32LE on ↵Jukka Jylänki
Unix) strings to and from JS, and add a test.
2013-09-10remove no longer necessary preventDefaultAlon Zakai
2013-09-10fix preventDefault being called after event has been replacedAlon Zakai
2013-09-09proxy boundingClientRectAlon Zakai
2013-09-09preventDefault() when proxying eventsAlon Zakai
2013-09-09Merge pull request #1578 from inolen/browser_exceptionAlon Zakai
gracefully handle ExitStatus exception in async main loops
2013-09-08proxy input eventsAlon Zakai
2013-09-08stub out console in proxied workerAlon Zakai
2013-09-08test file preloading in workerAlon Zakai
2013-09-08proxy canvas writesAlon Zakai
2013-09-08proxy window.closeAlon Zakai
2013-09-08stubs for proxied getImageData/putImageDataAlon Zakai
2013-09-08initial setup for proxying: add option and generate separate html and jsAlon Zakai
2013-09-08track if there is inline js, and if so do not mark as valid asm.jsAlon Zakai
2013-09-08do not assume all postSets from global constants are i32Alon Zakai
2013-09-07when Module.screenIsReadOnly is set, do not constantly read the SDL screen ↵Alon Zakai
pixels
2013-09-07some sdl additionsAlon Zakai
2013-09-06handle inline assembly more carefully, avoid it being seen by asm ↵Alon Zakai
optimizations entirely, and mark it as unsupported in non-le32
2013-09-06Merge pull request #1598 from juj/informative_oom_messageAlon Zakai
Informative oom message
2013-09-06improve non-switchification error messageAlon Zakai
2013-09-06fix inline js in x86 target, enable testing sans validation for inline js in ↵Alon Zakai
asm.js, fix unistd tests that use inline js to not validate, and make js optimizer more tolerant of inline js in asm code; fixes #1597
2013-09-05Merge pull request #1581 from inolen/rwfileAlon Zakai
added read/writeFile helpers, updated tests to use new FS APIs
2013-09-05double simplificationsAlon Zakai
2013-09-06add long double aliases for a lot of things.Bruce Mitchener
__fpclassify and __signbit are handled in another patch on the libc header replacement branch.
2013-09-06When running out of memory and growing heap size is not allowed, actually ↵Jukka Jylänki
print out what the current value of TOTAL_MEMORY was the application was built with, to help estimate how much memory might be needed.
2013-09-05Merge pull request #1585 from waywardmonkeys/single-quotes-for-cdefineAlon Zakai
Single quotes for cdefine
2013-09-05Merge pull request #1592 from waywardmonkeys/additional-clock-gettime-precisionAlon Zakai
Additional clock_gettime precision
2013-09-04Merge pull request #1587 from inolen/openal_buffers_revertAlon Zakai
revert pr #1493
2013-09-05Improve precision of clock_gettime(). Update clock_getres().Bruce Mitchener
2013-09-04restore ZTVN10 hacks, but only for non-ta2 where we do not link in libcxxabiAlon Zakai
2013-09-04Merge pull request #1582 from waywardmonkeys/simplify-timezoneAlon Zakai
Simplify timezone
2013-09-04longjmp test across asm modulesAlon Zakai
2013-09-04remove no longer needed library.js constants for some libcxxabi stuff, which ↵Alon Zakai
can confuse INCLUDE_FULL_LIBRARY+exceptions