Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-14 | Bump version.1.8.10 | Bruce Mitchener | |
2014-01-13 | add fputwc, which enables wprintf1.8.9 | Alon Zakai | |
2014-01-13 | Merge branch 'incoming' of github.com:kripken/emscripten into incoming1.8.8 | Alon Zakai | |
conflicts: tests/test_core.py tools/shared.py | |||
2014-01-13 | allow relooper to manager its own output buffer, to avoid fixed output limits1.8.7 | Alon Zakai | |
2014-01-07 | update other.test_simd test for llvm 3.3 and 3.4 | Alon Zakai | |
2014-01-07 | Merge branch 'incoming' into llvm-3.41.8.6 | Alon Zakai | |
Conflicts: tests/test_benchmark.py tools/shared.py | |||
2014-01-07 | Merge branch 'add-libuuid' of github.com:fadams/emscripten into incoming | Alon Zakai | |
Conflicts: tools/shared.py | |||
2014-01-06 | check clang version before applying version-specific changes, like disabling ↵1.8.5 | Alon Zakai | |
vectorization in llvm 3.4 | |||
2014-01-06 | refactor vector disabling code | Alon Zakai | |
2014-01-06 | disable vectorization which llvm 3.4 has on by default1.8.4 | Alon Zakai | |
2014-01-06 | changed != to !== in a couple of places. Added fix to prevent closure ↵ | Fraser Adams | |
minifying crypto randomBytes etc. this fix makes use of closure externs so I've added a closure-externs.js to hold the definitions and modified tools/shared.py closure_compiler method to point to closure-externs.js. I've added externs to fix minification of the ws library used in library_sockfs.js too | |||
2014-01-04 | fix some relooper compiler warnings and update reftests for previous fixes1.8.3 | Alon Zakai | |
2014-01-03 | release 1.8.21.8.2 | Alon Zakai | |
2014-01-03 | make sure to give Ids to split blocks in relooper1.8.1 | Alon Zakai | |
2013-12-31 | sanity check for js backend in fastcomp | Alon Zakai | |
2013-12-31 | implementation of libuuid | Fraser Adams | |
2013-12-30 | disable jcache in fastcomp, and fake emscripten_jcache_printf | Alon Zakai | |
2013-12-28 | optimize relooper id counters1.8.0 | Alon Zakai | |
2013-12-26 | support for optional complete emulation in relooper1.7.9 | Alon Zakai | |
2013-12-24 | Fixed small problems which exhibit themself when building projects with too ↵ | Volo Zyko | |
many source files. When there are too many source files and one builds static libraray cmake splits the whole list of files into several invocations of library archiver. In order this to work cmake needs to know both how to create and how to append to archive. Another related issue is that emscripten code fails when links a final javascript code if a command line of a link command is too long (this 'too long' is very OS dependent). Related discussion can be found in issue #1931. Conflicts: AUTHORS | |||
2013-12-23 | fix size limit in limit_size, necessary for s_0_0.test_safe_heap | Alon Zakai | |
2013-12-23 | fix bug where close-together tempDoublePtr operations could cross each other | Alon Zakai | |
2013-12-16 | Merge branch 'em_config' of github.com:juj/emscripten into incoming | Alon Zakai | |
Conflicts: emcc | |||
2013-12-16 | use all cpu cores when building libraries in test runner | Alon Zakai | |
2013-12-13 | Fix an issue with the --em-config cmdline option where the option was not ↵ | Jukka Jylänki | |
seen by child processes spawned by emcc. To make sure all child processes see the same config file, the --em-config parameter is stored in the environment for current and child processes. | |||
2013-12-13 | Add new emcc command line parameter --em-config that allows specifying the ↵ | Jukka Jylänki | |
location of the .emscripten configuration file from the command line. This overrides and has the same meaning as the environment variable EM_CONFIG. | |||
2013-12-12 | skip sanity checks if EM_CONFIG is used instead of normal ~/.emscripten | Alon Zakai | |
2013-12-12 | move tests/hello_world.js to src, so tests/ folder is not needed for sanity ↵ | Alon Zakai | |
checks | |||
2013-12-06 | fix creation of temp dir in EMCC_DEBUG for the first time | Alon Zakai | |
2013-12-01 | fix for pull #1882 | Alon Zakai | |
2013-12-01 | Introduce safe_ensure_dirs as a safe os.makedirs replacement. | Andreas Bergmeier | |
It only uses os.makedirs call, which is more atomic than calling 2 procs. Thus exception due to already existent directory should not longer occur. | |||
2013-11-25 | don't bootstrap relooper to js if we are using fastcomp | Alon Zakai | |
2013-11-24 | support for ignoring nacl intrinsics | Alon Zakai | |
2013-11-18 | version 1.7.81.7.8 | Alon Zakai | |
2013-11-17 | Fixed timestamps on object files extracted from archives during link. | Dominic Wong | |
This affects builds that use absolute paths to object files when adding to library archives, causing unnecessary archives. | |||
2013-11-15 | precise clock_gettime when not using CLOCK_REALTIME; fixes #17951.7.7 | Alon Zakai | |
2013-11-14 | emit ll from llvm opt directly, to skip writing and reading all the bitcode | Alon Zakai | |
2013-11-14 | Merge branch 'regex-impl' of github.com:waywardmonkeys/emscripten into incoming1.7.6 | Alon Zakai | |
Conflicts: tools/shared.py | |||
2013-11-12 | version 1.7.51.7.5 | Alon Zakai | |
2013-11-11 | version 1.7.41.7.4 | Alon Zakai | |
2013-11-11 | version 1.7.31.7.3 | Alon Zakai | |
2013-11-11 | Merge branch 'incoming' into f32 | Alon Zakai | |
2013-11-09 | Fix test_asm_pgo on Windows by using response files. The test failed by ↵ | Jukka Jylänki | |
exceeding Windows command line length limitations, giving an error "WindowsError: [Error 87] The parameter is incorrect". Also extend the logging given by EM_BUILD_VERBOSE=3 to print out the compiler invokations. | |||
2013-11-08 | Merge branch 'incoming' into f32 | Alon Zakai | |
Conflicts: src/parseTools.js src/preamble.js | |||
2013-11-07 | Bump version & regen symbols for libcxx. | Bruce Mitchener | |
2013-11-02 | regex implementation from musl. | Bruce Mitchener | |
2013-11-01 | Merge branch 'incoming' into f32 | Alon Zakai | |
Conflicts: src/parseTools.js | |||
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-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-25 | support fround in function tables and asm module support functions | Alon Zakai | |