Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-10-23 | 1.7.11.7.1 | Alon Zakai | |
2013-10-22 | 1.7.01.7.0 | Alon Zakai | |
2013-10-09 | use aliasing function pointers in -O1 | Alon Zakai | |
2013-10-09 | run relooper in -O1, and do not run js opts there | Alon Zakai | |
2013-10-08 | do not assume only -O2 reloops in ensure_relooper | Alon Zakai | |
2013-10-03 | remove unneeded EMIT_GENERATED_FUNCTIONS | Alon Zakai | |
2013-09-30 | Merge branch 'incoming' of github.com:ngld/emscripten into incoming1.6.4 | Alon Zakai | |
Conflicts: AUTHORS src/library_sdl.js tools/shared.py | |||
2013-09-26 | Don't do Popen workaround on Windows by default, since the cmdline -> call ↵ | Jukka Jylänki | |
emcc.bat usage doesn't seem to need it, and it adversely affects the logging buffering that makes the compiler look unresponsive, since it will only print out compilation output messages at the very end of the whole run. | |||
2013-09-26 | Use the logging framework instead of print, to be consistent and as the ↵ | Jukka Jylänki | |
logging framework prints out messages unbuffered which is more responsive on Windows. Add debug logging facility to track waits on external processes when EM_BUILD_VERBOSE >= 3. This helps pinpointing if the build hangs on some tool dying/live/deadlocking, and where it might occur. Implement process.pid on WindowsPopen replacement so that EM_BUILD_VERBOSE=3 works on it as well. | |||
2013-09-26 | Bump version.1.6.3 | Bruce Mitchener | |
2013-09-26 | Bump version.1.6.2 | Bruce Mitchener | |
2013-09-25 | Fix some comments and bump EMSCRIPTEN_VERSION | ngld | |
2013-09-23 | handle EMCC_LEAVE_INPUTS_RAW in relooper bootstrap | Alon Zakai | |
2013-09-23 | remove interim relooper builds if final bootstrap phase did not succeed | Alon Zakai | |
2013-09-23 | relooper input is ascii, emit it to the heap more efficiently with ↵1.6.1 | Alon Zakai | |
writeAsciiToMemory | |||
2013-09-23 | clean up reloopers1.6.0 | Alon Zakai | |
2013-09-17 | Updated library_sdl.js | ngld | |
2013-09-16 | Integrate the new tool into emscripten | ngld | |
Automatically compile struct_info.json and save the compiled version in the emscripten cache. | |||
2013-09-14 | dynamically determine relooper heap size using RELOOPER_BUFFER_SIZE1.5.9 | Alon Zakai | |
2013-09-13 | RELOOPER_BUFFER_SIZE to change the relooper buffer size easily1.5.8 | Alon Zakai | |
2013-09-13 | Bump version for new libc headers.1.5.7 | Bruce Mitchener | |
2013-09-10 | Add missing 'if WINDOWS' in CMake toolchain handling code. | Jukka Jylänki | |