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
/
tests
/
test_other.py
Age
Commit message (
Expand
)
Author
2014-01-07
Merge branch 'add-libuuid' of github.com:fadams/emscripten into incoming
Alon Zakai
2014-01-06
other.test_emcc fixes for fastcomp
Alon Zakai
2014-01-02
Added crypto quality random number generators for Node.js and browser environ...
Fraser Adams
2013-12-31
implementation of libuuid
Fraser Adams
2013-12-30
disable some other.* tests in fastcomp
Alon Zakai
2013-12-30
fix --save-bc in fastcomp
Alon Zakai
2013-12-30
fix other.test_crunch
Alon Zakai
2013-12-30
Merge pull request #1946 from juj/default_obj_ext
juj
2013-12-29
Define behavior that 'emcc -c a.c -o dir/' shall compile and generate object ...
Jukka Jylänki
2013-12-26
fix js libraries in fastcomp; fixes #1948
Alon Zakai
2013-12-24
properly check for libx.so.1.2.3 types when deciding what to link in statical...
Alon Zakai
2013-12-23
do not link in dynamic libraries when compiling to bitcode in intermediate st...
Alon Zakai
2013-12-21
Update test other.test_demangle to pass after the previous commit which added...
Jukka Jylänki
2013-12-20
Merge pull request #1922 from coolwanglu/embed_dot_files
Alon Zakai
2013-12-19
make test_outline more lenient
Alon Zakai
2013-12-14
test changes for fastcomp
Alon Zakai
2013-12-14
--exclude-file
Lu Wang
2013-12-10
quote keys in library objects when necessary; fixes #1908
Alon Zakai
2013-11-25
support C/C++ suffixes in capital form
Alon Zakai
2013-11-22
Fix other.test_dependency_file on Windows.
Jukka Jylänki
2013-11-20
test for static linking when using --js-library
Alon Zakai
2013-11-19
Added test for change for issue #1732.
Dominic Wong
2013-11-15
Merge pull request #1814 from juj/fix_test_static_link
Alon Zakai
2013-11-15
Fix other.test_static_link on Windows by using CMake instead of configure to ...
Jukka Jylänki
2013-11-15
Fix other.test_preprocess on Linux after regressing it in the previous commit...
Jukka Jylänki
2013-11-14
simplify other.test_emcc check for micro-opts, to not be so finicky
Alon Zakai
2013-11-14
Adjust other.test_preprocess to not include a path delimiter in the string th...
Jukka Jylänki
2013-11-13
don't show both errors and warnings on undefined symbols
Alon Zakai
2013-11-13
test for multiple undefined symbols
Alon Zakai
2013-11-13
warn on missing symbols by default; fixes #1794
Alon Zakai
2013-11-13
Use CMake to build zlib in test other.test_outline on Windows. This test did ...
Jukka Jylänki
2013-11-13
Write src.cpp in unit test in binary mode so that line endings are stored as ...
Jukka Jylänki
2013-11-12
ignore first L when demangling, literalness is irrelevant to the main name
Alon Zakai
2013-11-12
demangle constructors
Alon Zakai
2013-11-12
demangle new and delete
Alon Zakai
2013-11-05
use __proto__ when available for new streams, otherwise do a full copy; fixes...
Alon Zakai
2013-10-30
improve simd tests
Alon Zakai
2013-10-29
clean up simd code, fix uint32x4 heap offsets, and add testing
Alon Zakai
2013-10-19
update other.test_toobig
Alon Zakai
2013-10-18
fix simd math operations and improve test
Alon Zakai
2013-10-18
improve simd2 test
Alon Zakai
2013-10-18
add test_simd2
Alon Zakai
2013-10-18
add -O2 to simd test
Alon Zakai
2013-10-18
add test target
Alon Zakai
2013-10-16
Merge branch 'fix-module-exports-with-closure-try2' of github.com:fadams/emsc...
Alon Zakai
2013-10-15
update test_emcc
Alon Zakai
2013-10-15
removed comment in src/shell.js and explicitly called run_js with engine=NODE...
Fraser Adams
2013-10-14
use proper separator in va_argHandler; fixes #1705
Alon Zakai
2013-10-13
demangle arrays
Alon Zakai
2013-10-13
add remaining basic demangle types
Alon Zakai
[next]