aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-11fix parseIntAlon Zakai
2012-02-11legalize invokeAlon Zakai
2012-02-11reminderAlon Zakai
2012-02-11fix typo in select legalizationAlon Zakai
2012-02-11fix bug with i64 return valuesAlon Zakai
2012-02-11fix runtime (nonconstant) bitshiftsAlon Zakai
2012-02-11remove unneeded keepAlive stuffAlon Zakai
2012-02-11legalize function paramsAlon Zakai
2012-02-11fix test_casesAlon Zakai
2012-02-11remove variable eliminator in analyzer; we do that in the eliminator in -O1 ↵Alon Zakai
and above anyhow
2012-02-11refactor legalizer and fix legalization of i64 shifts (logical and arithmetic)Alon Zakai
2012-02-11initial work on legalizing i64sAlon Zakai
2012-02-11completely general unfolderAlon Zakai
2012-02-11fix lifetime removal codeAlon Zakai
2012-02-10Merge pull request #232 from FishingCactus/opengles_wipAlon Zakai
Opengles fixes
2012-02-09Fix a typoEhsan Akhgari
2012-02-09enforce strict order in multiple libraries generated in the test runner: the ↵Alon Zakai
order does matter
2012-02-09fix for bug with using old full pathnames when loading builds from cache in ↵Alon Zakai
test runner
2012-02-09Test for readdir fixjulien.hamaide
2012-02-09disable non-emcc runs in test_uncaught_exceptionAlon Zakai
2012-02-09Merge pull request #240 from ehsan/uncaught2Alon Zakai
Always pick the JS implementation of uncaught_exception
2012-02-09Always pick the JS implementation of uncaught_exceptionEhsan Akhgari
2012-02-09Merge pull request #239 from ehsan/ogre_upstream_2Alon Zakai
Header additions for ogre
2012-02-09Add EGL headersEhsan Akhgari
2012-02-09Add gl2ext.hEhsan Akhgari
2012-02-09Merge pull request #238 from ehsan/uncaught_exceptionAlon Zakai
Implement std::uncaught_exception()
2012-02-09Test for std::uncaught_exceptionEhsan Akhgari
2012-02-09Implement std::uncaught_exception() in jsEhsan Akhgari
2012-02-09Merge pull request #228 from ehsan/use_ar_upstreamAlon Zakai
Use emar for creating static libraries and ld for linking
2012-02-09Fix the usage of temp_file in one locationEhsan Akhgari
2012-02-09Cache the result of is_arEhsan Akhgari
2012-02-09glGetShaderiv & glGetProgramivjulien.hamaide
2012-02-09Fix readdir()julien.hamaide
2012-02-09Fix error found by ehsan in GL.hastablejulien.hamaide
2012-02-08Merge pull request #231 from ehsan/test_emcc_fixesAlon Zakai
Fix test_emcc
2012-02-09Explicit handling of id 0 in hastablejulien.hamaide
2012-02-09Fixjulien.hamaide
2012-02-09Fix type for glGenFramebufferjulien.hamaide
Name 0 default to null in GL hastables glGetIntegerV does not validate values anymore
2012-02-08Fix test_emccEhsan Akhgari
2012-02-08re-enable now working test_istreamAlon Zakai
2012-02-08Merge pull request #226 from FishingCactus/istream2Alon Zakai
Missing files for c++ locale
2012-02-08Merge pull request #227 from ehsan/cmake_fixesAlon Zakai
Fix the cmake handling
2012-02-08Fix the cmake handlingEhsan 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-08Add a test for handling of multiply defined symbolsEhsan Akhgari
2012-02-08Specify freetype after popplerEhsan Akhgari
This will make its symbols be picked up by the linker
2012-02-08Fix test_the_bulletEhsan Akhgari
We need to be careful about the order of libraries which we pass in
2012-02-08Fix test_openjpegEhsan Akhgari
2012-02-08Fix test_popplerEhsan Akhgari
2012-02-08Preserve the extension of shared libraries as wellEhsan Akhgari
2012-02-08Improve get_library() to create real library filesEhsan Akhgari
Also, enable caching of the libraries generated in tests in the new get_library implementation.