aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-31fix bug with IGNORED_FUNCTIONSAlon Zakai
2011-10-31fix eliminator bug of running on functions it shouldn'tAlon Zakai
2011-10-31ignore ignored functions in list of generated functions (they may be ↵Alon Zakai
overridden by handwritten code)
2011-10-31explicitly identify emscripten-generated functions (as opposed to library ↵Alon Zakai
ones, or handwritten ones appended to the same file), and run eliminator only on those
2011-10-31building tweakAlon Zakai
2011-10-30add fingerprint data to benchmarksAlon Zakai
2011-10-30use only existing js engines in test runnerAlon Zakai
2011-10-29add working test for <vector>Alon Zakai
2011-10-28very partial getrusageAlon Zakai
2011-10-28minor build_library tweaksAlon Zakai
2011-10-28default params for run_jsAlon Zakai
2011-10-28fixes for busted openjpeg and poppler testsAlon Zakai
2011-10-28profiling option from C++Alon Zakai
2011-10-28Merge pull request #106 from BenoitT/masterAlon Zakai
Fixed the function string is not exporting
2011-10-28error detection in Building.linkAlon Zakai
2011-10-28IGNORE_FUNCTIONS optionAlon Zakai
2011-10-28Missing the locale class definitionBenoitT
2011-10-28Fixed same bug as #105 for streambufBenoitT
2011-10-26build fixesAlon Zakai
2011-10-26refactoring fixesAlon Zakai
2011-10-26comment about danger with FUNCTION_TABLEAlon Zakai
2011-10-26refactor do_emscriptenAlon Zakai
2011-10-26refactor some build stuffAlon Zakai
2011-10-26refactor library building/cachingAlon Zakai
2011-10-24Merge branch 'master' of https://github.com/kripken/emscriptenAlon Zakai
2011-10-24move get_library into sharedAlon Zakai
2011-10-24Fixed bug #105: string is not exported into JS fileBenoitT
2011-10-23Merge pull request #101 from BenoitT/masterAlon Zakai
Fixed ios compilation problem
2011-10-22fix EMSCRIPTEN_COMMENTAlon Zakai
2011-10-22move save_dir and save_js settingsAlon Zakai
2011-10-21fix test_closure_compiler for ta2Alon Zakai
2011-10-21fix test runner bug that caused various failures when running tests together ↵Alon Zakai
(but not alone)
2011-10-21Merge branch 'master' of https://github.com/kripken/emscriptenAlon Zakai
2011-10-21refactor emscripten settings in test runnerAlon Zakai
2011-10-21Removed an anoying warningBenoitT
2011-10-21Removed an anoying warning for macro redefinitionBenoitT
2011-10-21Added XXX Emscripten commentsBenoitT
2011-10-21Update AUTHORSBenoitT
2011-10-20undefine __APPLE__ when using emscripen headersAlon Zakai
2011-10-20SDL headers fixAlon Zakai
2011-10-20fix for using data files with closure compilerAlon Zakai
2011-10-20refactor some tools stuffAlon Zakai
2011-10-20The variable __except was causing problems with the keyword with the same ↵BenoitT
name. Renamed it. See issue #100
2011-10-19fix test_iostreamAlon Zakai
2011-10-19file2json stuffAlon Zakai
2011-10-19optimize SDL pixel loop for ta2, and other minor fixesAlon Zakai
2011-10-18move some paths to tools/sharedAlon Zakai
2011-10-18various library fixesAlon Zakai
2011-10-18ctype.h fix to not use macrosAlon Zakai
2011-10-18fix test_ctype for newlibAlon Zakai