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-06-19
Implement source maps for optimized builds.
Jez Ng
2013-06-19
Update the source-map library.
Jez Ng
2013-06-19
Move source mapping files into their own folder.
Jez Ng
2013-06-19
Map source lines for assignment statements.
Jez Ng
2013-06-19
Delete uglify code that was only needed for compression.
Jez Ng
2013-06-19
Lay the groundwork for optimized source maps.
Jez Ng
2013-06-19
Add test for HTML source map generation.
Jez Ng
2013-06-19
Fix source map line numbering for inline scripts.
Jez Ng
2013-06-19
Ensure line numbers are the same in HTML.
Jez Ng
2013-06-19
Add test for source maps.
Jez Ng
2013-06-19
Add check for keep_llvm_debug + minor touchups.
Jez Ng
2013-06-19
Implement basic source maps. Closes #1252.
Jez Ng
2013-06-19
Commit the source-map library.
Jez Ng
2013-06-18
Merge pull request #1308 from int3/better-tests
Alon Zakai
2013-06-18
Favor explicit parameter passing over string manipulation.
Jez Ng
2013-06-18
Actually exit test runner when browser tests are done.
Jez Ng
2013-06-18
Make more tests use btest().
Jez Ng
2013-06-18
Merge pull request #1304 from int3/sdl
Alon Zakai
2013-06-18
Missed out making some tests portable.
Jez Ng
2013-06-18
post messages to crunch worker with a new arrayBuffer, to avoid copying an un...
Alon Zakai
2013-06-18
Merge pull request #1307 from int3/node-version-update
Alon Zakai
2013-06-18
reduce error to warning on having no functions
Alon Zakai
2013-06-18
Update minimum node version.
Jez Ng
2013-06-18
disable new test_varargs in x86 (requires le32 now)
Alon Zakai
2013-06-18
Merge pull request #1301 from Manny-MADE/va_lists_fix
Alon Zakai
2013-06-18
add wip inlinejs2 test
Alon Zakai
2013-06-18
do not do full Browser.init() in workers, just the minimum we need
Alon Zakai
2013-06-18
do not use EMCC_OPTIMIZE_NORMALLY in relooper
Alon Zakai
2013-06-18
Fix bug in file_packager.py introduced in my recent pull request that caused ...
Jukka Jylänki
2013-06-18
CHANGED: using spaces instead of tabs to match project codestyle
manny/MADE
2013-06-18
CHANGED: using spaces instead of tabs to match project codestyle
manny/MADE
2013-06-18
CHANGED: added myself to AUTHORS
manny/MADE
2013-06-18
ADDED: test to ensure va_lists work properly when copied, reinitialized etc.
manny/MADE
2013-06-18
IMPROVED: va_list offset is not hardcoded, added comments
manny/MADE
2013-06-18
BUGFIX: lists cannot be llvm_va_copy was broken, didn't copy list offset
manny/MADE
2013-06-17
Make browser tests nicer to run.
Jez Ng
2013-06-17
Fix SDL color encoding.
Jez Ng
2013-06-17
improve inline js test
Alon Zakai
2013-06-17
Merge pull request #1281 from juj/noninput_cmdline_opts
Alon Zakai
2013-06-17
Merge pull request #1280 from juj/abs_path_check
Alon Zakai
2013-06-17
Implement strnlen.
David Barksdale
2013-06-17
Added test for float.h agreeing with sizeof.
David Barksdale
2013-06-17
Fix LDBL_ constants in float.h.
David Barksdale
2013-06-17
Merge pull request #1303 from inolen/warn_symbol
Alon Zakai
2013-06-17
Merge pull request #1288 from juj/dont_package_hidden_files
Alon Zakai
2013-06-18
Rename emcc_debug to DEBUG in tools/file_packager.py to be consistent.
Jukka Jylänki
2013-06-17
Merge pull request #1286 from michaeljbishop/looping-audio-test
Alon Zakai
2013-06-17
Merge pull request #1283 from juj/SDL_CreateRGBSurfaceFrom
Alon Zakai
2013-06-17
v 1.5.0
1.5.0
Alon Zakai
2013-06-17
assert on Root being non-NULL in the relooper
Alon Zakai
[next]