Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-11 | fix parseInt | Alon Zakai | |
2012-02-11 | legalize invoke | Alon Zakai | |
2012-02-11 | reminder | Alon Zakai | |
2012-02-11 | fix typo in select legalization | Alon Zakai | |
2012-02-11 | fix bug with i64 return values | Alon Zakai | |
2012-02-11 | fix runtime (nonconstant) bitshifts | Alon Zakai | |
2012-02-11 | remove unneeded keepAlive stuff | Alon Zakai | |
2012-02-11 | legalize function params | Alon Zakai | |
2012-02-11 | fix test_cases | Alon Zakai | |
2012-02-11 | remove variable eliminator in analyzer; we do that in the eliminator in -O1 ↵ | Alon Zakai | |
and above anyhow | |||
2012-02-11 | refactor legalizer and fix legalization of i64 shifts (logical and arithmetic) | Alon Zakai | |
2012-02-11 | initial work on legalizing i64s | Alon Zakai | |
2012-02-11 | completely general unfolder | Alon Zakai | |
2012-02-11 | fix lifetime removal code | Alon Zakai | |
2012-02-10 | Merge pull request #232 from FishingCactus/opengles_wip | Alon Zakai | |
Opengles fixes | |||
2012-02-09 | Fix a typo | Ehsan Akhgari | |
2012-02-09 | enforce strict order in multiple libraries generated in the test runner: the ↵ | Alon Zakai | |
order does matter | |||
2012-02-09 | fix for bug with using old full pathnames when loading builds from cache in ↵ | Alon Zakai | |
test runner | |||
2012-02-09 | Test for readdir fix | julien.hamaide | |
2012-02-09 | disable non-emcc runs in test_uncaught_exception | Alon Zakai | |
2012-02-09 | Merge pull request #240 from ehsan/uncaught2 | Alon Zakai | |
Always pick the JS implementation of uncaught_exception | |||
2012-02-09 | Always pick the JS implementation of uncaught_exception | Ehsan Akhgari | |
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-09 | glGetShaderiv & glGetProgramiv | julien.hamaide | |
2012-02-09 | Fix readdir() | julien.hamaide | |
2012-02-09 | Fix error found by ehsan in GL.hastable | julien.hamaide | |
2012-02-08 | Merge pull request #231 from ehsan/test_emcc_fixes | Alon Zakai | |
Fix test_emcc | |||
2012-02-09 | Explicit handling of id 0 in hastable | julien.hamaide | |
2012-02-09 | Fix | julien.hamaide | |
2012-02-09 | Fix type for glGenFramebuffer | julien.hamaide | |
Name 0 default to null in GL hastables glGetIntegerV does not validate values anymore | |||
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. |