Age | Commit message (Collapse) | Author |
|
Update minimum node version to v0.8.
|
|
|
|
|
|
BUGFIX: lists cannot be copied as "llvm_va_copy" was broken, didn't copy list offset
|
|
|
|
|
|
|
|
|
|
|
|
Improve absolute path warning detection to work on Windows, and make the...
|
|
|
|
Report debug diagnostics in file packager if EMCC_DEBUG=1. Make file pac...
|
|
Added test for SDL_Mix that includes looping audio.
|
|
|
|
packager skip all path components that have a path starting with '.', like ('.git/xxx/yyy/'), or the filename starts with '.', or the file is a Win32 hidden file. Explicitly specified files on the command line are always packaged, even if they start with '.' or are hidden. Add unit tests to check that it works.
|
|
The test demonstrates that looping produces gaps in the sound.
|
|
warning message more informative.
|
|
|
|
- Added misc SDL functions (SDL_GetKeyName, SDL_GetAppState, SDL_SetGammaRamp)
- Added modifiers to test_sdl_key
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add test for uppercase format specifiers in sscanf.
|
|
|
|
|
|
synced library.js errno codes with sys/errno.h
|
|
|
|
Add frexp unit tests
|
|
Skip other.test_symlink on Windows, since it doesn't have them.
|
|
|
|
|
|
|
|
|
|
have junction points, but it's a rather rarely used feature, and not a common dev aid like it is for linux/osx users.
|
|
|
|
of a bound buffer between them
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
feature.
|