index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-07-16
Implement TTF_FontHeight
Felix H. Dahlke
2013-07-15
check for isTerminal on the object of the filesystem entry
Alon Zakai
2013-07-15
fill EMSCRIPTEN in env with the path to emscripten
Alon Zakai
2013-07-15
implement llrint properly; fixes #1380
Alon Zakai
2013-07-15
Merge pull request #1357 from int3/keyboard-interrupt
Alon Zakai
2013-07-15
Merge pull request #1383 from sbalko/incoming
Alon Zakai
2013-07-15
Added myself to AUTHORS
Soeren Balko
2013-07-15
Implement strptime
Soeren Balko
2013-07-14
Merge pull request #1381 from inolen/tty_fixes
Alon Zakai
2013-07-14
Merge pull request #1379 from inolen/open_fixes
Alon Zakai
2013-07-14
- moved std stream isTerminal property to object so all streams can see
Anthony Pesch
2013-07-14
do not eliminate away tempDoublePtr uses that are alignment fixes; fixes #1375
Alon Zakai
2013-07-13
open should not set EISDIR when opening an existing directory with O_CREAT
Anthony Pesch
2013-07-13
avoid creating ~~~ (from ~~ ^ -1) which is confusing for asm given the role o...
Alon Zakai
2013-07-13
Merge pull request #1374 from inolen/posix_fallocate_fix
Alon Zakai
2013-07-13
Merge pull request #1372 from inolen/dirent_fixes
Alon Zakai
2013-07-13
Merge pull request #1376 from inolen/utime_fixes
Alon Zakai
2013-07-13
don't check write permissions in utime
Anthony Pesch
2013-07-12
check write permission in posix_fallocate
Anthony Pesch
2013-07-12
Merge pull request #1373 from int3/safari-blobs
Alon Zakai
2013-07-12
Add bug number to comment.
Jez Ng
2013-07-12
only push proper canvases to canvas pool
Alon Zakai
2013-07-12
Simplify ArrayBuffer copy.
Jez Ng
2013-07-12
Work around Safari image loading bug. Closes #1130.
Jez Ng
2013-07-12
minor fixes to return codes of closedir, telldir
Anthony Pesch
2013-07-11
Merge pull request #1362 from dtc/obj-name
Alon Zakai
2013-07-11
Merge pull request #1354 from fhd/fix-gc-pauses
Alon Zakai
2013-07-11
Add missing braces
Felix H. Dahlke
2013-07-11
Document canvasPool
Felix H. Dahlke
2013-07-10
Merge pull request #1363 from dtc/sdl-touch
Alon Zakai
2013-07-11
glGenTextures: correct the setting of the object name.
Douglas T. Crosher
2013-07-11
Add Douglas Crosher to the AUTHORS file.
Douglas T. Crosher
2013-07-11
Update the AUTHORS file, and address some code style issues.
Douglas T. Crosher
2013-07-10
Merge pull request #1365 from int3/syobon
Alon Zakai
2013-07-10
Add sdl_gfx_primitives.c to git.
Jez Ng
2013-07-10
Merge pull request #1364 from int3/syobon
Alon Zakai
2013-07-10
Add comment.
Jez Ng
2013-07-10
Cast signedness in library_SDL functions.
Jez Ng
2013-07-10
Wrap gfx helpers in a $SDL_gfx object.
Jez Ng
2013-07-10
Add (failing) test for gfx primitives.
Jez Ng
2013-07-10
Avoid noisy error logs.
Jez Ng
2013-07-10
Add workaround for FF.
Jez Ng
2013-07-10
Implement ellipse drawing and refactor rect code.
Jez Ng
2013-07-10
Fix negative surface zooming.
Jez Ng
2013-07-10
Don't throw KeyboardInterrupt from a child process.
Jez Ng
2013-07-10
Add basic touch support that translates to mouse events.
Douglas T. Crosher
2013-07-10
* Replace the 'scan' function, which maps a WebGL object to an
Douglas T. Crosher
2013-07-09
outliner todo
Alon Zakai
2013-07-09
Merge branch 'lint' of github.com:int3/emscripten into incoming
Alon Zakai
2013-07-09
Bunch of changes to support Syobon Action.
Jez Ng
[next]