aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-18add runDependency tracking and fix detected bugsAlon Zakai
2012-07-18balance runDependencies in createPreloadedFileAlon Zakai
2012-07-18fix relative paths in preloading and add testingAlon Zakai
2012-07-18fix getAudioMimetypeAlon Zakai
2012-07-18use createPreloadedFile in file packagerAlon Zakai
2012-07-18refactor file preloading to happen in FS.createPreloadedFile, so that not ↵Alon Zakai
only file_packager preloading gets preloaded Images and Audios
2012-07-18fix powf -> powAlon Zakai
2012-07-17check llvm version only when actually checking sanity - not on every call to ↵Alon Zakai
emcc
2012-07-17fix cases/514.ll for s_x_xAlon Zakai
2012-07-17commented future change to benchmarksAlon Zakai
2012-07-17Merge pull request #511 from forandom/keycodeAlon Zakai
Fix keyCodes for ctrl, alt, shift
2012-07-17use unget properly in scanString, so it works in fscanf and not just sscanfAlon Zakai
2012-07-16handle i64 icmp using processMathOp codeAlon Zakai
2012-07-16add test for #514Alon Zakai
2012-07-16handle illegal icmps; fixes #514Alon Zakai
2012-07-16warn on wrong llvm versionAlon Zakai
2012-07-16add commented option to make crunch try a png input if crunching the dds failedAlon Zakai
2012-07-16optimize bswapAlon Zakai
2012-07-15remove whitespace at beginning of sscanf, fixes #512Alon Zakai
2012-07-15utf parsing in writeStringToMemory as wellAlon Zakai
2012-07-15freePreloadedMediaOnUse option to free preloaded media on useAlon Zakai
2012-07-15when using SDL for GL, do not keep canvas and contexts for 2D blittingAlon Zakai
2012-07-15fix test_utfAlon Zakai
2012-07-14test utf8 in Pointer_stringifyAlon Zakai
2012-07-14make Pointer_stringify utf8-awareAlon Zakai
2012-07-14refactor utf8processingAlon Zakai
2012-07-14utf-8 supportAlon Zakai
2012-07-14test FS.analyzePathAlon Zakai
2012-07-14fix test_popplerAlon Zakai
2012-07-14Fix keyCodes for ctrl, alt, shiftXingxing Pan
2012-07-13add some EMSCRIPTEN comments for the last mergeAlon Zakai
2012-07-13Merge pull request #497 from imvu/c++11Alon Zakai
Fix C++11 support in libcxx
2012-07-13Disable setting LIBTOOLBehdad Esfahbod
emlibtool is a big TODO right now. The only reason this was not causing problems is that autotools-generated configure does NOT get libtool from environment variables.
2012-07-13Set PKG_CONFIG_LIBDIR and PKG_CONFIG_PATHBehdad Esfahbod
Such that: 1. Packages installed into system/ or system/local are found by configure. 2. System packages are NOT found. This can be a pain sometimes. Can be overriden by setting EM_PKG_CONFIG_PATH to additional locations.
2012-07-13Look into system/local/include and system/local/lib tooBehdad Esfahbod
Now one can do: emconfigure ./configure --prefix=/path/to/emscripten/local And then make install to there, like a real /usr/local. No manual bitcode moving. Now if there was a way to change default prefix of configure using an env var...
2012-07-13set status message in main loop queueAlon Zakai
2012-07-13Merge pull request #313 from SiggyBar/settings-1Alon Zakai
Fixed M_TWOPI in settings.js
2012-07-13emscripten_push_main_loop_blocker improvementsAlon Zakai
2012-07-12fix btest harness bug, python += is not the same as = +Alon Zakai
2012-07-12emscripten_push_main_loop_blockerAlon Zakai
2012-07-12fix tabs->spacesAlon Zakai
2012-07-12Merge pull request #380 from linghuye/masterAlon Zakai
2012-07-12treat pixels of 0 as null in texImage2DAlon Zakai
2012-07-11Merge branch 'master' into incomingAlon Zakai
2012-07-11Merge pull request #286 from richardassar/ie7fix_scriptAlon Zakai
Added IE7 fix script
2012-07-11add some slack to sdl_maprgba for linux/atiAlon Zakai
2012-07-11Merge pull request #508 from nandhp/masterAlon Zakai
Fix SDL_MapRGB and implement SDL_MapRGBA.
2012-07-11settings tweaksAlon Zakai
2012-07-11Fix SDL_MapRGB and implement SDL_MapRGBA.nandhp
Also provide a test case.
2012-07-09llvm umul|add intrinsicsAlon Zakai