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
2014-06-23
proper fix for other.test_argv0_node
Alon Zakai
2014-06-23
Merge pull request #2436 from waywardmonkeys/fix-warning-in-embind-tests
Alon Zakai
2014-06-23
Merge pull request #2437 from waywardmonkeys/strict-fix-for-library-browser
Alon Zakai
2014-06-20
[browser library] Fix error in strict mode.
Bruce Mitchener
2014-06-20
[embind tests] Give AbstractClassWithConstructor a virtual destructor.
Bruce Mitchener
2014-06-18
try to fix test_argv0_node for windows
Alon Zakai
2014-06-18
fix test_i64_varargs
Alon Zakai
2014-06-18
Merge pull request #2432 from dlardi/incoming
Alon Zakai
2014-06-18
Added embind support for std::unique_ptr
Nikolay Vorobyov
2014-06-17
support argv[0] containing the script node is running; fixes #2431
Alon Zakai
2014-06-17
Merge pull request #2430 from gsathya/bug2235
Alon Zakai
2014-06-17
Add test case for empty path
Sathyanarayanan Gunasekaran
2014-06-17
don't open files with empty path
Sathyanarayanan Gunasekaran
2014-06-16
Merge pull request #2426 from sbalko/incoming
Alon Zakai
2014-06-14
Updated ChangeLog to latest.
Jukka Jylänki
2014-06-13
Fix ffdb.py issue on Windows where user cannot abort logging with Ctrl-C. Add...
Jukka Jylänki
2014-06-13
Make sure newly created SDL surfaces have the clip_rect struct members popula...
Soeren Balko
2014-06-12
1.20.0
1.20.0
Alon Zakai
2014-06-11
Merge pull request #2424 from gsathya/fix_append_bug
Alon Zakai
2014-06-11
add test case for checking file append
Sathyanarayanan Gunasekaran
2014-06-11
add myself to AUTHORS
Sathyanarayanan Gunasekaran
2014-06-11
change value of position after seeking
Sathyanarayanan Gunasekaran
2014-06-11
add sqlite speed test
Alon Zakai
2014-06-11
add test for d2768d2ee
Alon Zakai
2014-06-11
fix bug introduced in 92cab32f5f where we ignore the current offset in a file...
Alon Zakai
2014-06-11
LIBRARY_DEBUG fix
Alon Zakai
2014-06-11
DETERMINISTIC option
Alon Zakai
2014-06-11
Hide false warnings in 'ffdb.py install --run --log' if app was not installed...
Jukka Jylänki
2014-06-11
Improve Ctrl-C exception detection to cover the whole ffdb.py app.
Jukka Jylänki
2014-06-11
Merge pull request #2417 from juj/emscripten_SDL_SetEventHandler
juj
2014-06-10
Merge pull request #2412 from juj/test_js_libraries_in_core
Alon Zakai
2014-06-10
We don't seem to have tests for --js-library in core suite, so move other.tes...
Jukka Jylänki
2014-06-10
Add support for printing out a memory summary of a running application with f...
Jukka Jylänki
2014-06-10
Add support for printing FFOS device system description fields (deviceActor g...
Jukka Jylänki
2014-06-10
Fix ffdb issue when taking a screenshot and the screenshot is small enough to...
Jukka Jylänki
2014-06-09
Merge pull request #2406 from juj/typedarray_memfs
Alon Zakai
2014-06-10
Add test for emscripten_SDL_SetEventHandler.
Jukka Jylänki
2014-06-10
Rename SDL_SetEventHandler from previous commit to emscripten_SDL_SetEventHan...
Jukka Jylänki
2014-06-10
Added an additional call: `SDL_SetEventHandler()` to SDL.
Michael Bishop
2014-06-09
do not modify textual memory initializer when emitting source maps, as it mes...
Alon Zakai
2014-06-10
Fix message queueing issue in ffdb.py which could discard log messages if the...
Jukka Jylänki
2014-06-09
Merge pull request #2416 from coolwanglu/minor_clean
Alon Zakai
2014-06-09
minor clean
Lu Wang
2014-06-09
fix memcpy for ta0 and ta1
Alon Zakai
2014-06-09
apply library synonyms using wrapper functions, to avoid needing hacks in the...
1.19.2
Alon Zakai
2014-06-09
fix environ circularity
Alon Zakai
2014-06-09
Add support for passing --run command to ffdb install&launch when a packaged ...
Jukka Jylänki
2014-06-09
Add options --run and --log to ffdb launch and install commands for conveniency.
Jukka Jylänki
2014-06-09
Merge pull request #2399 from waywardmonkeys/cleanup-includes
Alon Zakai
2014-06-09
Improve error message that is shown in ffdb when DevTools is not enabled on a...
Jukka Jylänki
[next]