Age | Commit message (Collapse) | Author |
|
__fpclassify and __signbit are handled in another patch on the
libc header replacement branch.
|
|
Remove emlibtool
|
|
Temp dir check
|
|
Single quotes for cdefine
|
|
Additional clock_gettime precision
|
|
revert pr #1493
|
|
|
|
|
|
Simplify timezone
|
|
|
|
|
|
can confuse INCLUDE_FULL_LIBRARY+exceptions
|
|
|
|
#1591
|
|
|
|
attributes; fixes part of #1589
|
|
present at all in ~/.emscripten. Add sanitation to TEMP_DIR handling to detect that the path exists. Paths like TEMP_DIR='/tmp' and TEMP_DIR='c:\temp' will now print out a descriptive error message on Windows. (proper form is TEMP_DIR='c:\\temp' or TEMP_DIR='c:/temp' on Windows). Fixes #1292.
|
|
github.com:michaeljbishop/emscripten into incoming
|
|
1. Binding to a VertexObjectBuffer and calling `glDrawArrays` on two
different sections of it.
2. Using `glVertexPointer` with actual pointer to a vertex array
and calling `glDrawArrays` on two different sections of it.
|
|
This reverts commit bd615f6f4499cc2b928c5603ba98d6bd689e608e.
|
|
This isn't used or even implemented and apparently isn't necessary.
|
|
|
|
Since we only allow GMT as a timezone and ignore what the browser
says, we can simplify a lot of this code.
|
|
are able to access other modules, but do not catch exceptions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
modules
|
|
|
|
|
|
|
|
imported from the parent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|