Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
- 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.
|
|
create a string "c:\path\file.txt", where clang would regard path separators as escape characters.
|
|
|
|
compiler.js
|
|
|
|
|
|
|
|
|
|
fixes #865
|
|
|
|
Math.imul
|
|
|
|
Symlink support
|