Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-10 | more precise float testing | Alon Zakai | |
2013-11-09 | add asm2f to ALL | Alon Zakai | |
2013-11-09 | make asm2f do full optimization, including minification | Alon Zakai | |
2013-11-09 | test both float and double in fasta | Alon Zakai | |
2013-11-08 | emit proper large float constants when js opts are to be run | Alon Zakai | |
2013-11-08 | add asm2f test subsuite | Alon Zakai | |
2013-11-08 | Merge branch 'incoming' into f32 | Alon Zakai | |
Conflicts: src/parseTools.js src/preamble.js | |||
2013-11-06 | Merge pull request #1748 from caiiiycuk/fix_sdl_colors | Alon Zakai | |
Fix SDL_SetColors && SDL_envets | |||
2013-11-06 | Merge pull request #1743 from fadams/fix-nodejs-socket-client | Alon Zakai | |
add support for node.js to act as a socket client | |||
2013-11-05 | use __proto__ when available for new streams, otherwise do a full copy; ↵ | Alon Zakai | |
fixes #1759, #1760 | |||
2013-11-05 | support ASM_JS=2 not just in test runner, and remove some unneeded uses in ↵ | Alon Zakai | |
test suite | |||
2013-11-04 | add testcase for select fix | Alon Zakai | |
2013-11-04 | Removed RunnerCore import as no longer needed and added return ↵ | Fraser Adams | |
self.skip('node is not present') to test_nodejs_sockets_echo if node isn't available | |||
2013-11-02 | moved nodejs client test case into main sockets test class as requested. Run ↵ | Fraser Adams | |
with ./runner.py sockets.test_nodejs_sockets_echo | |||
2013-11-01 | do not emit unnecessary coercions when calling a math builtin with a float | Alon Zakai | |
2013-11-01 | Merge branch 'incoming' into f32 | Alon Zakai | |
Conflicts: src/parseTools.js | |||
2013-11-01 | Merge pull request #1752 from michaeljbishop/glgetintegerv-fix | Alon Zakai | |
Adds to a test case verifying return values from glGetIntegerv | |||
2013-11-01 | Merge pull request #1750 from juj/no_copy_vfs_to_heap | juj | |
no_copy_vfs_to_heap | |||
2013-11-02 | Add command line parameter --no-heap-copy that optimizes for small memory ↵ | Jukka Jylänki | |
footprint and fread() performance over the default behavior that copied VFS to HEAP, that is designed for mmap() performance. Adjust MEMFS node contentMode enum to reflect whether content is off the main HEAP or not. Note that this enum is not much used, so this has little effect. Add browser tests to check that fread() and mmap() work with and without --no-heap-copy. | |||
2013-11-01 | add vector support for and, or and xor | Alon Zakai | |
2013-11-01 | Adds to a test case verifying glGetIntegerv returns | Michael J. Bishop | |
correct results when the current texture id is not TEXTURE0 and fixes library_gl.js so that it returns correct results. | |||
2013-10-31 | Merge branch 'fixup-node-version-check' of github.com:bnoordhuis/emscripten ↵ | Alon Zakai | |
into incoming Conflicts: AUTHORS | |||
2013-10-30 | handle vector zeroinitializers | Alon Zakai | |
2013-10-30 | remove finalizeParam and properly use finalizeLLVMParameter everywhere | Alon Zakai | |
2013-10-30 | fix tests/cases/caall.ll | Alon Zakai | |
2013-10-30 | tools: parse pre-release node.js version numbers | Ben Noordhuis | |
`node` binaries built from upstream git have a "-pre" suffix attached to the version number. Fix the version parser to handle those. | |||
2013-10-30 | begin to add emscripten_float32x4_signmask | Alon Zakai | |
2013-10-30 | improve simd tests | Alon Zakai | |
2013-10-30 | fix missing semicolons on simd load and store | Alon Zakai | |
2013-10-30 | Fix SDL_SetColors && SDL_envets | Aleksander Guryanov | |
2013-10-29 | add asm1f test mode | Alon Zakai | |
2013-10-29 | add test for precise float32 support, allow 3 modes of precise float32 ↵ | Alon Zakai | |
support, and rename option to PRECISE_F32 to be consistent with other precision options | |||
2013-10-29 | improve fasta float32 testing | Alon Zakai | |
2013-10-29 | clean up simd code, fix uint32x4 heap offsets, and add testing | Alon Zakai | |
2013-10-29 | use double for emscripten_get_now, to not lose precision from ↵ | Alon Zakai | |
performance.now etc. | |||
2013-10-29 | optimize scanString to not run the regex more than once | Alon Zakai | |
2013-10-28 | Merge pull request #1740 from waywardmonkeys/boost-libcxx-libc-interaction | Alon Zakai | |
Fix an issue with Boost compilation. | |||
2013-10-28 | fix glGetString and eglQueryString, and optimize emulated glGetString | Alon Zakai | |
2013-10-27 | add support for node.js to act as a socket client | Fraser Adams | |
2013-10-27 | simplify webgl context attributes test harness code a little | Alon Zakai | |
2013-10-27 | show alerts if antialiasing, depth or stencil are missing in context ↵ | Alon Zakai | |
attributes test | |||
2013-10-27 | Merge branch 'webgl_context_attributes' of github.com:anlambert/emscripten ↵ | Alon Zakai | |
into incoming | |||
2013-10-27 | Fix an issue with Boost compilation. | Bruce Mitchener | |
The issue is that when these macros are defined, libcxx creates inline functions and so we end up with 2 separate defintions of these functions (one inline in std and one that is extern "C"). We undef these until libcxx is fixed. Without this, some things can fail to compile correctly, like Boost. Fixes issue #1716. | |||
2013-10-25 | move to FROUND option for Math.fround | Alon Zakai | |
2013-10-25 | add fasta_float test | Alon Zakai | |
2013-10-25 | improve [2 x i40] testcase | Alon Zakai | |
2013-10-25 | handle internal illegal iX fields in calculateStructAlignment | Alon Zakai | |
2013-10-25 | Fix test browser.test_sdl_canvas_size on Linux and OSX. | Jukka Jylänki | |
2013-10-24 | handle empty inline asms; fixes #1729 | Alon Zakai | |
2013-10-24 | add tests for WebGL context attributes (antialiasing, depth, stencil) when ↵ | Antoine Lambert | |
they are enabled or disabled |