Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-05 | path fixes | Alon Zakai | |
2011-10-05 | fix merge conflicts | Alon Zakai | |
2011-10-02 | fix langinfo | Alon Zakai | |
2011-09-25 | fix header parsing bug and unistd.h header; fixes unistd_confstr | Alon Zakai | |
2011-09-25 | fix bug with no headers passed to emscripten.py | Alon Zakai | |
2011-09-25 | parse C1|C2 in headers; properly fixes fcntl | Alon Zakai | |
2011-09-25 | improve header constant parsing | Alon Zakai | |
2011-09-24 | emscripten.py option to expose header #defines to library. fixes fcntl | Alon Zakai | |
2011-09-24 | start to include system headers (tests broken) | Alon Zakai | |
2011-09-23 | harmonize use of COMPILER_ARGS | Alon Zakai | |
2011-09-23 | Edited emscripten.py via GitHub | SiggyBar | |
2011-09-04 | always use clang in emscripten.py; fixes python test | Alon Zakai | |
2011-07-30 | fix for running emscripten on a file in the local directory | Alon Zakai | |
2011-07-30 | workarounds for js engine bugs | Alon Zakai | |
2011-07-13 | Switched from argparse to optparse in emscripten.py, for older Python. | max99x | |
2011-07-09 | Polish for emscripten.py and its tests. | max99x | |
2011-07-08 | Reverted hashbang from /usr/bin/python2 to /usr/bin/python. | max99x | |
2011-07-08 | * Added support for automatically determining llvm-gcc/clang data layout in ↵ | max99x | |
emscripten.py. * Added a dlmalloc linking test. * Fixed double-evaling of JSON in emscripten.py when --dlmalloc is passed. | |||
2011-07-08 | Moved cleanup into a `finally` block. | max99x | |
2011-07-08 | Cleaning up temporary files in emscripten.py. | max99x | |
2011-07-08 | * Moved pick_llvm_opts() to tools/shared.py. | max99x | |
* Using pick_llvm_opts() instead of hardcoding -O3 in emscripten.py. * Reassembling only when needed in emscripten.py. | |||
2011-07-07 | Rewrite of emscripten.py: | max99x | |
* Uses option arguments instead of positional ones. * Allows linking to dlmalloc. * Accepts both .bc and .ll files and takes care of annotations. * Allows running the LLVM optimization pass automatically. * Updated test runner to use the new emscripten.py interface. Refactoring: * Moved settings.py to root folder. It no longer applies just to tests. * Updated references to settings.py. * Added an __init__.py to tools, so we don't have to hack around imports. | |||
2011-05-15 | remove compiler argument to emscripten.py - use ~/.emscripten instead | Alon Zakai | |
2011-03-16 | write to file directly in emscripten.py | Alon Zakai | |
2011-03-12 | use proper constant in emscripten.py | Alon Zakai | |
2011-01-17 | libcxx test; support for linking in test runner; failure in ↵ | Alon Zakai | |
clang_0_1.test_libcxx | |||
2011-01-14 | refactor shared components of python tools, and add emmaken.py | Alon Zakai | |
2010-10-17 | misc minor fixes | alon@honor | |
2010-09-26 | beginnings of SDL support; minor fixes for SDL; raytrace web demo | alon@honor | |
2010-09-20 | refactor into files | alon@honor | |
--HG-- rename : src/parser.js => src/compiler.js | |||
2010-09-12 | allow emscripten.py to read ~/.emscripten for settings | alon@honor | |
2010-09-11 | docs in emscripten.py | alon@honor | |
2010-09-09 | enable sauer test (with RELOOPING=0) | alon@honor | |
2010-09-09 | Allow overriding compiler settings.js | alon@honor | |
2010-09-09 | emscripten.py | alon@honor | |