aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-03fix output in glGetFramebufferAttachmentParameterivAlon Zakai
2014-01-03properly handle getParameter returning null when it means a null object (e.g....Alon Zakai
2014-01-03disable test_emscripten_log in spidermonkey due to breakage; issue #1970Alon Zakai
2014-01-03make sure to give Ids to split blocks in relooper1.8.1Alon Zakai
2014-01-03Linux fixes to emrun. Don't fail if glxinfo is not installed, and look for Ch...Jukka Jylänki
2014-01-03do not assume callee.caller always existsAlon Zakai
2014-01-03Update Emscripten CMake toolchain default flags to include -O2 also in compil...Jukka Jylänki
2014-01-03Update library_browser.jsonnoj
2014-01-03clean extra arg of JSifyLu Wang
2014-01-02adjust TOTAL_MEMORY at runtime, to take into account last minute changes to M...Alon Zakai
2014-01-02deprecate compressionAlon Zakai
2014-01-02support #include x.js in our preprocessed js sourcesAlon Zakai
2014-01-02Merge pull request #1966 from coolwanglu/pr1Alon Zakai
2014-01-02Added crypto quality random number generators for Node.js and browser environ...Fraser Adams
2014-01-02minor cleanLu Wang
2014-01-02Fixed undefined check.onnoj
2014-01-02Added comments & assert to scrollX fix.onnoj
2014-01-01ensure we add precision in gl emulation to both fragment and vertex shadersAlon Zakai
2014-01-01fix gl typosAlon Zakai
2014-01-01Merge pull request #1870 from inolen/structinfo_fixAlon Zakai
2014-01-01Merge pull request #1961 from coolwanglu/prAlon Zakai
2014-01-01minor cleanLu Wang
2013-12-31sanity check for js backend in fastcompAlon Zakai
2013-12-31implementation of libuuidFraser Adams
2013-12-30disable some other.* tests in fastcompAlon Zakai
2013-12-30fix --save-bc in fastcompAlon Zakai
2013-12-30disable jcache in fastcomp, and fake emscripten_jcache_printfAlon Zakai
2013-12-30fix other.test_crunchAlon Zakai
2013-12-30Add support for generating vs-tool Visual Studio project files from CMake for...Jukka Jylänki
2013-12-30Merge pull request #1946 from juj/default_obj_extjuj
2013-12-29Merge pull request #1928 from anlambert/webgl_ANGLE_instanced_arraysAlon Zakai
2013-12-29Define behavior that 'emcc -c a.c -o dir/' shall compile and generate object ...Jukka Jylänki
2013-12-28Merge pull request #1954 from richq/lockrefAlon Zakai
2013-12-28optimize relooper id counters1.8.0Alon Zakai
2013-12-27handle if-chains without an else in the outlinerAlon Zakai
2013-12-27Fix missing SDL_LockSurface referenceRichard Quirk
2013-12-26support for optional complete emulation in relooper1.7.9Alon Zakai
2013-12-26fix js libraries in fastcomp; fixes #1948Alon Zakai
2013-12-25ignore whitespace in relooper reftestsAlon Zakai
2013-12-25disable new test in fastcompAlon Zakai
2013-12-25better error on missing input files, fixes #1930Alon Zakai
2013-12-25properly handle invoke of setjmp, by lowering to a call, which fixes phis tha...Alon Zakai
2013-12-25Merge pull request #1943 from volo-zyko/incomingjuj
2013-12-24disable a test requiring unaligned memory in fastcompAlon Zakai
2013-12-24remove outdated commentAlon Zakai
2013-12-24fix LEAVE_INPUTS_RAW in fastcompAlon Zakai
2013-12-24properly check for libx.so.1.2.3 types when deciding what to link in statical...Alon Zakai
2013-12-24differentiate suffixes from endings in filename_type_ending as wellAlon Zakai
2013-12-24clearly differentiate suffixes from endings (dot + suffix) in emccAlon Zakai
2013-12-24Fixed small problems which exhibit themself when building projects with too m...Volo Zyko