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
path:
root
/
src
/
preamble.js
Age
Commit message (
Expand
)
Author
2011-08-28
Minor Closure Compiler compatibility fixes.
max99x
2011-08-25
Made sure SAFE_HEAP allows storing of NaNs (e.g. from math functions).
max99x
2011-08-23
Made sure all preamble functions are exported.
max99x
2011-08-23
Minor library fix to prevent UgilfyJS from embedding nulls in output.
max99x
2011-08-15
expose get|setValue
Alon Zakai
2011-08-13
endianness runtime check for ta2
Alon Zakai
2011-07-31
Split getNativeFieldSize() into getNativeFieldSize() and getNativeTypeSize();
max99x
2011-07-31
Reverted minor mismerged preamble.js change.
max99x
2011-07-31
Fixed allocate() ignoring ALLOC_NORMAL.
max99x
2011-07-30
print on the web using console.log
Alon Zakai
2011-07-29
Merge pull request #57 from max99x/master
kripken
2011-07-30
Minor documentation and error message polish.
max99x
2011-07-30
Minor polish in response to review comments.
max99x
2011-07-29
setValue/getValue for easy runtime set/get on heap
Alon Zakai
2011-07-28
Implemented most of stdio.h and updated all references.
max99x
2011-07-28
Removed invalid null parameter from atexit callbacks;
max99x
2011-07-15
refactor Pointer_make into allocate
Alon Zakai
2011-07-12
fscanf
Alon Zakai
2011-07-07
fixes for strict mode
Alon Zakai
2011-06-26
Fixes for review notes.
max99x
2011-06-26
Merge remote-tracking branch 'upstream/master'
max99x
2011-06-25
make globalConstructor a var
Alon Zakai
2011-06-26
Merge remote-tracking branch 'upstream/master'
max99x
2011-06-25
Style cleanup for the previous commit.
max99x
2011-06-25
export heaps when using typed arrays
Alon Zakai
2011-06-25
Made sure read() is defined locally rather than globally. This makes
max99x
2011-06-23
minor fixes for merge
Alon Zakai
2011-06-24
Merge remote branch 'upstream/master'
tim.dawborn
2011-06-23
fix bug with adding null terminator in readBinary
Alon Zakai
2011-06-23
* propogated return value from main back to the return value from Module.run
tim.dawborn
2011-06-20
fix typed array detection
Alon Zakai
2011-06-09
fix warn64
Alon Zakai
2011-06-09
sign analyzer for ta==2
Alon Zakai
2011-06-08
remove unneeded initializeRuntime
Alon Zakai
2011-06-06
logging fix
Alon Zakai
2011-06-06
SAFE_HEAP_LOG improvements
Alon Zakai
2011-06-06
fixes for USE_TYPED_ARRAYS == 2
Alon Zakai
2011-06-05
fix alignment issues with USE_TYPED_ARRAYS == 2
Alon Zakai
2011-06-05
generalize heap access generation with getHeapOffset
Alon Zakai
2011-06-04
optimize Pointer_make (both input size and processing time)
Alon Zakai
2011-06-03
refactoring in preparation for TYPED_ARRAYS==2 (disabled)
Alon Zakai
2011-05-27
option to not use FHEAP at all, with USE_TYPED_ARRAY_FHEAP=0
Alon Zakai
2011-05-26
improve AUTO_OPTIMIZE
Alon Zakai
2011-05-26
improve CHECK_* options, add initial version of AUTO_OPTIMIZE
Alon Zakai
2011-05-24
modify read() detection for closure compiler
Alon Zakai
2011-05-22
throw on xhr errors in browser read()
Alon Zakai
2011-05-22
note on CORRECT_OVERFLOWS
Alon Zakai
2011-05-21
SDL stuff
Alon Zakai
2011-05-19
SAFE_HEAP fix
Alon Zakai
2011-05-16
call SAFE_HEAP_ACCESS from SAFE_HEAP_COPY_HISTORY
Alon Zakai
[next]