aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-07Use .bat files to route 'python emxxx' to 'emxxx' on Windows. Remove ↵Jukka Jylänki
reference to juj/vs-tool emxxx.exe in favor of the new .bat files.
2013-04-07Added name to AUTHORSJoshua Granick
2013-04-07Added "emcc" command for WindowsJoshua Granick
2013-04-06Merge pull request #1010 from azmeuk/openalEhsan Akhgari
Minor OpenAL improvements.
2013-04-05use a more reasonable js chunk size when testing -O2Alon Zakai
2013-04-05remove test_glgears_badAlon Zakai
2013-04-05allow non-ta2 memory initializer loadingAlon Zakai
2013-04-05disable memory init for nowAlon Zakai
2013-04-05work towards detecting chunked memory initAlon Zakai
2013-04-05test various chunk sizes for memory allocationAlon Zakai
2013-04-05fix test_atexitAlon Zakai
2013-04-05check for memory initialization in source codeAlon Zakai
2013-04-05make test_glgears_animation more robustAlon Zakai
2013-04-05wait for Browser to show up to fetch memory initializerAlon Zakai
2013-04-05fix test_emccAlon Zakai
2013-04-05add test coverage for not using a memory initialization fileAlon Zakai
2013-04-05fix test_optimize_normallyAlon Zakai
2013-04-05do not copy mem file when already in all placesAlon Zakai
2013-04-05debug printoutAlon Zakai
2013-04-05assert on callMain happening when no dependencies leftAlon Zakai
2013-04-05load memory initializer immediatelyAlon Zakai
2013-04-05refactor preRun additionsAlon Zakai
2013-04-05ensure runtime initialized when dependencies have arrived, including the ↵Alon Zakai
memory initializer
2013-04-05use a separate memory initialization fileAlon Zakai
2013-04-05support reading binary data in the shell/nodeAlon Zakai
2013-04-05fix xhrs for file URLsAlon Zakai
2013-04-05improve test_chunking, permanently fix # of coresAlon Zakai
2013-04-05refactor runtime initializationAlon Zakai
2013-04-05allow calling callMain even if run() was not calledAlon Zakai
2013-04-05initialize runtime from run() (asynchronously, if run is asynchronous)Alon Zakai
2013-04-05* Fixed OpenAL currentContext.Éloi Rivard
2013-04-05* Added freealut testcase.Éloi Rivard
2013-04-05* Added some guards.Éloi Rivard
2013-04-05* Fixed alcGetCurrentContext.Éloi Rivard
2013-04-05* Spaces and indentation.Éloi Rivard
2013-04-05Added alcGetContextsDevice and alcGetCurrentContext functions.Éloi Rivard
Added alcMakeContextCurrent return values.
2013-04-04Merge branch 'ag/clang-add-version' of github.com:agladysh/emscripten into ↵Alon Zakai
agladysh-ag/clang-add-version2
2013-04-04detect file suffixes of all lengthsAlon Zakai
2013-04-04fixAlon Zakai
2013-04-04Merge pull request #1006 from azmeuk/masterAlon Zakai
Basic GLFW support
2013-04-04pre-apply {{{ FI_* }}} as wellAlon Zakai
2013-04-04fix test_stringsAlon Zakai
2013-04-04pre-apply simple postSetsAlon Zakai
2013-04-04do not emit the memory initialization into itselfAlon Zakai
2013-04-04refactor slab writing in makePointerAlon Zakai
2013-04-04be less sillyAlon Zakai
2013-04-04make sure allocate() types have the same length as the slabAlon Zakai
2013-04-04fix s_x_xAlon Zakai
2013-04-04split function table indexings into 4 Uint8 when in the singleton global ↵Alon Zakai
allocation
2013-04-04always flatten out ta2 allocate()ionsAlon Zakai