Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-09 | Merge pull request #239 from ehsan/ogre_upstream_2 | Alon Zakai | |
Header additions for ogre | |||
2012-02-09 | Add EGL headers | Ehsan Akhgari | |
2012-02-09 | Add gl2ext.h | Ehsan Akhgari | |
2012-02-09 | Merge pull request #238 from ehsan/uncaught_exception | Alon Zakai | |
Implement std::uncaught_exception() | |||
2012-02-09 | Test for std::uncaught_exception | Ehsan Akhgari | |
2012-02-09 | Implement std::uncaught_exception() in js | Ehsan Akhgari | |
2012-02-09 | Merge pull request #228 from ehsan/use_ar_upstream | Alon Zakai | |
Use emar for creating static libraries and ld for linking | |||
2012-02-09 | Fix the usage of temp_file in one location | Ehsan Akhgari | |
2012-02-09 | Cache the result of is_ar | Ehsan Akhgari | |
2012-02-08 | Merge pull request #231 from ehsan/test_emcc_fixes | Alon Zakai | |
Fix test_emcc | |||
2012-02-08 | Fix test_emcc | Ehsan Akhgari | |
2012-02-08 | re-enable now working test_istream | Alon Zakai | |
2012-02-08 | Merge pull request #226 from FishingCactus/istream2 | Alon Zakai | |
Missing files for c++ locale | |||
2012-02-08 | Merge pull request #227 from ehsan/cmake_fixes | Alon Zakai | |
Fix the cmake handling | |||
2012-02-08 | Fix the cmake handling | Ehsan Akhgari | |
This enables us to use our own ar and ranlib for CMake based projects. It also lets us use the CFLAGS environment variable in CMake based projects if needed. It also fixes a bug introduced by using sys.argv instead of args. | |||
2012-02-08 | Add a test for handling of multiply defined symbols | Ehsan Akhgari | |
2012-02-08 | Specify freetype after poppler | Ehsan Akhgari | |
This will make its symbols be picked up by the linker | |||
2012-02-08 | Fix test_the_bullet | Ehsan Akhgari | |
We need to be careful about the order of libraries which we pass in | |||
2012-02-08 | Fix test_openjpeg | Ehsan Akhgari | |
2012-02-08 | Fix test_poppler | Ehsan Akhgari | |
2012-02-08 | Preserve the extension of shared libraries as well | Ehsan Akhgari | |
2012-02-08 | Improve get_library() to create real library files | Ehsan Akhgari | |
Also, enable caching of the libraries generated in tests in the new get_library implementation. | |||
2012-02-08 | Use ld for linking multiple files passed to emcc | Ehsan Akhgari | |
2012-02-08 | Use llvm-ar instead of llvm-link in emar | Ehsan Akhgari | |
This makes the semantics of emar to be the same as the semantics of system ar. | |||
2012-02-08 | legalize (unfolded) phi | Alon Zakai | |
2012-02-08 | improve legalize testcase with a phi | Alon Zakai | |
2012-02-08 | Merge branch 'incoming' of github.com:kripken/emscripten into incoming | Alon Zakai | |
2012-02-08 | refactor legalizer code, and handle stores of <32 bits but not i8 or i16, ↵ | Alon Zakai | |
properly | |||
2012-02-08 | Missing files | julien.hamaide | |
Fix to keep library.js unchanged | |||
2012-02-07 | disable test_istream until it is fixed | Alon Zakai | |
2012-02-07 | fix for unaligned stores of non-nativized doubles | Alon Zakai | |
2012-02-07 | add files benchmark | Alon Zakai | |
2012-02-07 | Merge pull request #222 from FishingCactus/istream2 | Alon Zakai | |
Fix libcxx locale (now use emscripten mask table ) | |||
2012-02-07 | Fix libcxx locale (now use emscripten mask table ) | julien.hamaide | |
2012-02-06 | work around some oddness in how entry blocks appear unlabeled (and other ↵ | Alon Zakai | |
blocks can be mentioned without appearing) in .ll files | |||
2012-02-06 | add function exits to autodebugger | Alon Zakai | |
2012-02-06 | optimizer autodebugger indenter for memory use | Alon Zakai | |
2012-02-06 | limit eliminator to variables with a single use, to avoid exponential growth ↵ | Alon Zakai | |
of replacements | |||
2012-02-06 | optimize memory alignment calculations | Alon Zakai | |
2012-02-06 | update test_closure_compiler | Alon Zakai | |
2012-02-06 | optimize runtime-knowable appearances of Math.pow | Alon Zakai | |
2012-02-06 | accept all mathops in inline llvm function calls | Alon Zakai | |
2012-02-06 | Merge branch 'master' into incoming | Alon Zakai | |
2012-02-06 | fix cmake typo | Alon Zakai | |
2012-02-06 | Merge pull request #221 from ehsan/gles2_wip | Alon Zakai | |
Some random OpenGL ES 2.0 work | |||
2012-02-06 | Merge pull request #220 from FishingCactus/or_in_store | Alon Zakai | |
Or called within a store | |||
2012-02-06 | Merge pull request #219 from ehsan/mandatory_typed_arrays_2 | Alon Zakai | |
Disable WebGL if typed arrays are not being used. | |||
2012-02-06 | Implement the OpenGL ES 2.0 framebuffer functions | Ehsan Akhgari | |
2012-02-06 | Implement some simple OpenGL ES 2.0 calls | Ehsan Akhgari | |
2012-02-06 | Generate the body of some of the simple functions automatically | Ehsan Akhgari | |