Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-15 | Fill in undefined math symbols. | Bruce Mitchener | |
2014-01-14 | Move err/warn/etc from libc to libcextra. | Bruce Mitchener | |
2014-01-14 | Replace getopt_long with musl version. | Bruce Mitchener | |
2014-01-14 | Replace implementation of warn*/err*. | Bruce Mitchener | |
This eliminates a large number of warnings about incompatible function pointer casts when compiling for asm.js. | |||
2014-01-14 | Fix asm2 compilation where __toread was used. | Bruce Mitchener | |
2014-01-13 | add fputwc, which enables wprintf1.8.9 | Alon Zakai | |
2014-01-14 | Move scalbn to libc to fix broken functionality. Disable test on x86. | Bruce Mitchener | |
2014-01-14 | Add lots of math functions. | Bruce Mitchener | |
2014-01-14 | Add gamma functions. | Bruce Mitchener | |
2014-01-14 | Add strtod(), wcstod(), wcstol() and friends. | Bruce Mitchener | |
This implementation of strtod() replaces the old as it implements support for parsing hex constants which is needed by various tests. | |||
2014-01-13 | Missing string.h functionality. | Bruce Mitchener | |
2014-01-09 | support exceptions using fastcomp | 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 | make aggressiveVariableElimination usable through a setting | Alon Zakai | |
2014-01-06 | apply EMMAKEN_CFLAGS directly to commandline, not just to clang calls, so ↵ | Alon Zakai | |
that we can parse it in emcc and e.g. disable vectorization as necessary | |||
2014-01-06 | other.test_emcc fixes for fastcomp | Alon Zakai | |
2014-01-04 | todo about async script tags | Alon Zakai | |
2014-01-02 | adjust TOTAL_MEMORY at runtime, to take into account last minute changes to ↵ | Alon Zakai | |
Module.TOTAL_MEMORY | |||
2014-01-02 | deprecate compression | Alon Zakai | |
2013-12-30 | fix --save-bc in fastcomp | Alon Zakai | |
2013-12-30 | disable jcache in fastcomp, and fake emscripten_jcache_printf | Alon Zakai | |
2013-12-30 | Merge pull request #1946 from juj/default_obj_ext | juj | |
--default-obj-ext | |||
2013-12-29 | Define behavior that 'emcc -c a.c -o dir/' shall compile and generate object ↵ | Jukka Jylänki | |
file 'dir/a.o'. Previous behavior when directory was specified in -o was accidental, and it generated an object file 'dir/a_0.o'. Add new command line option --default-obj-ext that allows specifying the file suffix that is used when the output object filename is generated in this manner. '.o' is a good default suffix since it parallels the existing gcc/clang/linux convention. For Windows Visual Studio+CMake+Emscripten integration, CMake has been hardcoded to assume that if Visual Studio is targeted, the compiler will always generate '.obj' files. Hence having the ability to adjust the default naming scheme with --default-obj-ext enables working around CMake inflexibility, and add support for CMake+VS+Emscripten triple. | |||
2013-12-25 | better error on missing input files, fixes #1930 | Alon Zakai | |
2013-12-24 | fix LEAVE_INPUTS_RAW in fastcomp | Alon Zakai | |
2013-12-24 | properly check for libx.so.1.2.3 types when deciding what to link in ↵ | Alon Zakai | |
statically, and improve testing for that; fixes #1886 | |||
2013-12-24 | differentiate suffixes from endings in filename_type_ending as well | Alon Zakai | |
2013-12-24 | clearly differentiate suffixes from endings (dot + suffix) in emcc | Alon Zakai | |
2013-12-23 | do not link in dynamic libraries when compiling to bitcode in intermediate ↵ | Alon Zakai | |
stages, only link them in when building to js or html. closes #1886 | |||
2013-12-21 | error on unsupported features in fastcomp | Alon Zakai | |
2013-12-20 | fix emcc usage of file packager | Alon Zakai | |
2013-12-20 | Merge pull request #1922 from coolwanglu/embed_dot_files | Alon Zakai | |
--exclude-file | |||
2013-12-20 | simplify ir for fastcomp after the autodebugger runs | Alon Zakai | |
2013-12-19 | simplify for fastcomp together with other link operations | Alon Zakai | |
2013-12-19 | move fastcomp simplification code into emcc, and simplify it | Alon Zakai | |
2013-12-19 | avoid llvm-dis in fastcomp | Alon Zakai | |
2013-12-19 | Implement command line passing to work to emrun when --emrun is passed. | Jukka Jylänki | |
2013-12-16 | allow -O0 in fastcomp, still in asm mode | Alon Zakai | |
2013-12-16 | Merge branch 'em_config' of github.com:juj/emscripten into incoming | Alon Zakai | |
Conflicts: emcc | |||
2013-12-16 | Merge pull request #1896 from juj/emrun | Alon Zakai | |
Emrun | |||
2013-12-14 | --exclude-file | Lu Wang | |
2013-12-14 | Implemented --emrun linker flag to emcc, which is a helper that makes the ↵ | Jukka Jylänki | |
compilation output emrun-compatible. | |||
2013-12-13 | allow asm heaps to be multiples of 16MB | Alon Zakai | |
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-11-25 | support C/C++ suffixes in capital form | Alon Zakai | |
2013-11-18 | Merge pull request #1831 from dinibu/dependency-fix-1820 | Alon Zakai | |
Further changes for issue #1732 | |||
2013-11-19 | Renamed outDep to out_dep. | Dominic Wong | |
2013-11-18 | Clean up Windows-specific code in previous commits in the pull request. | Jukka Jylänki | |
2013-11-17 | Fixed dependency files not being saved away if using -MMD or similar. | Dominic Wong | |
2013-11-16 | Relax emcc --compression cmdline parameter on Windows to autodetect encoder ↵ | Jukka Jylänki | |
and decoder file suffix so same cmdline works on Windows and Linux. Fixes browser.test_compression on Windows. |