Age | Commit message (Collapse) | Author |
|
|
|
|
|
emscripten_get_compiler_setting - an optional way to look up compiler flags at runtime
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/parseTools.js
src/preamble.js
|
|
test suite
|
|
support, and rename option to PRECISE_F32 to be consistent with other precision options
|
|
|
|
|
|
|
|
|
|
|
|
|
|
case-insensitive mode.
|
|
Conflicts:
AUTHORS
src/library_sdl.js
tools/shared.py
|
|
|
|
|
|
catches and reports situations where user code passes nonexisting or deleted GL objects to texture/program/shader/framebuffer/renderbuffer functions, and yells out explicitly that the user code is not behaving properly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getaddrinfo, freeaddrinfo, getnameinfo support and sockfs
|
|
They are 1,2,3 in unistd.h (correct) but were 0,1,2 in settings.js, so calling
`cDefine('STDOUT_FILENO')` (for example) would return the incorrect value.
This addresses issue #1570, but not #1408.
|
|
- added support for node-based listen servers
- updated tests to also test against compiled listen servers
|
|
- added getaddrinfo, freeaddrinfo, getnameinfo and gai_strerror stub
- added tests for getaddrinfo and getnameinfo
- consolidated test_gethostbyname and test_sockets_gethostbyname
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is a follow up to the previous commit that removed them from
src/library.js.
|
|
|
|
|
|
|