aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-29Update to r178253 from March 29, 2013.Bruce Mitchener
2013-03-26Adjust the distance model and rolloff factor for OpenALEhsan Akhgari
2013-03-25Merge pull request #898 from MichaelRiss/selectFixAlon Zakai
select function: return error condition when network connection fails
2013-03-25Merge pull request #993 from waywardmonkeys/reinstate-attributesAlon Zakai
Re-instate _ATTRIBUTE() usages.
2013-03-25simplify handling of anonymous entry blocks; fixes #948Alon Zakai
2013-03-25Merge pull request #989 from waywardmonkeys/fix-strtofAlon Zakai
Don't infinitely recurse in strtof().
2013-03-25Merge pull request #986 from caiiiycuk/offsets_testAlon Zakai
SDL mouse offsets test
2013-03-25test fixesAlon Zakai
2013-03-25remove symbol removing hack; export all malloc symbols as weak; add test for ↵1.3.5Alon Zakai
a case where symbol removing made us not merge llvm constructors properly
2013-03-25Get exceptions working as they were before.Bruce Mitchener
This no longer uses headers from libcxxabi and in fact uses libcxxabi a bit less than before. This no longer lets some new C++11 stuff such as exception_ptr work as the support for that relies upon libcxxabi code.
2013-03-25Bump version.1.3.4Bruce Mitchener
2013-03-25Get things working with the new libcxx / libcxxabi.Bruce Mitchener
2013-03-25Build libcxx and libcxxabi with C++11.Bruce Mitchener
2013-03-25Remove unused makefiles.Bruce Mitchener
2013-03-25update libcxxabi.Bruce Mitchener
2013-03-25Update to current libcxx.Bruce Mitchener
This doesn't work yet as it needs to be customized for use with emscripten still.
2013-03-25Clean up lists of files, building libcxx / libcxxabi.Bruce Mitchener
2013-03-23remove unneeded check from relooper1.3.3Alon Zakai
2013-03-23Re-instate _ATTRIBUTE() usages.Bruce Mitchener
These were broken because the definition of _ATTRIBUTE() from libcxx was different, so change the libc definition and usage to match. Fixes issue #992.
2013-03-22v1.3.21.3.2Alon Zakai
2013-03-22fix test_chunkingAlon Zakai
2013-03-22correctly detect type of outputs of call to function pointersAlon Zakai
2013-03-22refactor jvm support into a JS libraryAlon Zakai
2013-03-22export functions in pre phase even in asm (it's just in funcs that we don't)Alon Zakai
2013-03-22Set the correct panning modelEhsan Akhgari
2013-03-22add default c++ terminate() in library.jsAlon Zakai
2013-03-22require -O2 in asm, for nowAlon Zakai
2013-03-22- added test cases for select error reportingMichael Riss
- added missing error reporting for sockets in the write file descriptor set
2013-03-22Move error check into canRead function and use an outer scope variable to ↵Michael Riss
report the error condition.
2013-03-22remove stray console.logMichael Riss
2013-03-22select function: return error condition when network connection failsMichael Riss
2013-03-22Don't infinitely recurse in strtof().Bruce Mitchener
2013-03-21asmify CHECK_HEAP_ALIGN callsAlon Zakai
2013-03-21fix handling of EMCC_LEAVE_INPUTS_RAWAlon Zakai
2013-03-21Offsets testAleksander Guryanov
2013-03-20do not save broken pre output to jcacheAlon Zakai
2013-03-20improve error messageAlon Zakai
2013-03-20abort compilation if there are unresolved in asm.js, after showing them allAlon Zakai
2013-03-20do not exist runtime if simulating an infinite loopAlon Zakai
2013-03-20do not show the simulate-infinite-loop exceptionAlon Zakai
2013-03-20fix test_emscripten_api_infloopAlon Zakai
2013-03-20remove CATCH_EXIT_CODE and make it the default behaviorAlon Zakai
2013-03-20add exception debug warning on resume 0Alon Zakai
2013-03-20Merge pull request #972 from waywardmonkeys/fix-resume-undefAlon Zakai
When there's no exception, just drop the resume.
2013-03-20Implement alcGetErrorEhsan Akhgari
2013-03-20Remove two other workaroundsEhsan Akhgari
2013-03-20Revert "Work around two Firefox bugs"Ehsan Akhgari
This reverts commit 0dd0d506f77e981258dad30e916c95daeb4aef13. Conflicts: src/library_openal.js
2013-03-20alcGetErrorAlon Zakai
2013-03-20refactor Browser initializationAlon Zakai
2013-03-20restore test_sdl_mouse to the proper state, after the last fixAlon Zakai