Граф коммитов

1490 Коммитов

Автор SHA1 Сообщение Дата
Alon Zakai b8ffc3d901 Merge pull request #106 from BenoitT/master
Fixed the function string is not exporting
2011-10-28 13:36:19 -07:00
Alon Zakai 502fdced55 error detection in Building.link 2011-10-28 13:32:39 -07:00
Alon Zakai 7b963a2a70 IGNORE_FUNCTIONS option 2011-10-28 13:32:23 -07:00
BenoitT f2684dcf4c Missing the locale class definition 2011-10-28 16:38:35 -03:00
BenoitT 16dfb2f007 Fixed same bug as #105 for streambuf 2011-10-28 15:49:12 -03:00
BenoitT c67ace980c std::endl was missing. We just need to comment extern to make std::cout works 2011-10-27 10:11:40 -03:00
Alon Zakai 1f9f5f9a82 build fixes 2011-10-26 22:11:23 -07:00
Alon Zakai 22fbe176f5 refactoring fixes 2011-10-26 20:41:51 -07:00
Alon Zakai b81970153d comment about danger with FUNCTION_TABLE 2011-10-26 20:27:20 -07:00
Alon Zakai 2c357e3d1a refactor do_emscripten 2011-10-26 20:25:00 -07:00
Alon Zakai 5a2905039f refactor some build stuff 2011-10-26 20:21:11 -07:00
Alon Zakai 96a9c24f81 refactor library building/caching 2011-10-26 20:16:22 -07:00
Alon Zakai d259c5e17e Merge branch 'master' of https://github.com/kripken/emscripten 2011-10-24 19:53:58 -07:00
Alon Zakai 160c062160 move get_library into shared 2011-10-24 15:20:01 -07:00
BenoitT 0653348f68 Fixed bug #105: string is not exported into JS file 2011-10-24 15:18:25 -03:00
Alon Zakai aee12b961d Merge pull request #101 from BenoitT/master
Fixed ios compilation problem
2011-10-23 15:33:46 -07:00
Alon Zakai 0e0ad51a8d fix EMSCRIPTEN_COMMENT 2011-10-22 13:30:59 -07:00
Alon Zakai dc2c294d3a move save_dir and save_js settings 2011-10-22 13:13:51 -07:00
Alon Zakai 46398a40e7 fix test_closure_compiler for ta2 2011-10-21 15:26:19 -07:00
Alon Zakai a9658f71f7 fix test runner bug that caused various failures when running tests together (but not alone) 2011-10-21 12:30:08 -07:00
Alon Zakai 0b15360683 Merge branch 'master' of https://github.com/kripken/emscripten 2011-10-21 12:08:49 -07:00
Alon Zakai 8877d7308c refactor emscripten settings in test runner 2011-10-21 12:08:44 -07:00
BenoitT cbdb76d46c Removed an anoying warning 2011-10-21 14:29:00 -03:00
BenoitT ae16fda469 Removed an anoying warning for macro redefinition 2011-10-21 14:23:32 -03:00
BenoitT aa76bb60a1 Added XXX Emscripten comments 2011-10-21 10:00:35 -03:00
BenoitT 08afd7358a Update AUTHORS 2011-10-21 09:52:14 -03:00
Alon Zakai b54537f681 undefine __APPLE__ when using emscripen headers 2011-10-20 21:13:39 -07:00
Alon Zakai eaed19a05e SDL headers fix 2011-10-20 17:41:37 -07:00
Alon Zakai b4603fe214 fix for using data files with closure compiler 2011-10-20 11:11:16 -07:00
Alon Zakai 1bef4bfa2a refactor some tools stuff 2011-10-20 09:58:26 -07:00
BenoitT 6e2cdd2d59 The variable __except was causing problems with the keyword with the same name. Renamed it. See issue #100 2011-10-20 10:30:21 -03:00
Alon Zakai 501b729cd4 fix test_iostream 2011-10-19 20:46:02 -07:00
Alon Zakai 45bf4d99ac file2json stuff 2011-10-19 16:14:23 -07:00
Alon Zakai 687ca01dde optimize SDL pixel loop for ta2, and other minor fixes 2011-10-19 16:14:18 -07:00
Alon Zakai 50b2630405 move some paths to tools/shared 2011-10-18 17:21:29 -07:00
Alon Zakai 9ff73ac669 various library fixes 2011-10-18 17:12:51 -07:00
Alon Zakai 17b1418b0a ctype.h fix to not use macros 2011-10-18 17:12:46 -07:00
Alon Zakai be20834b76 fix test_ctype for newlib 2011-10-18 16:07:01 -07:00
Alon Zakai 0c2ade2b8a Merge branch 'master' of https://github.com/kripken/emscripten 2011-10-18 11:49:43 -07:00
Alon Zakai 72ea6b67da clarify use of safe heap with ta2 2011-10-18 11:49:36 -07:00
Alon Zakai b5c11a1f49 various include/ additions 2011-10-17 20:48:59 -07:00
Alon Zakai 291b5d29d5 do not load library_gl 2011-10-17 20:48:45 -07:00
Alon Zakai 3da4b977b4 tweak make_file 2011-10-17 16:59:41 -07:00
Alon Zakai 5949701f7d test for iostream hello world 2011-10-17 15:23:40 -07:00
Alon Zakai e91161817c properly use console.log on the web 2011-10-16 21:01:22 -07:00
Alon Zakai 350fa1956b emmaken docs 2011-10-16 14:17:38 -07:00
Alon Zakai a2c5f07501 allow modifying the compiler in emmaken 2011-10-16 14:08:52 -07:00
Alon Zakai 5d3a70a0fe option to not inline library functions 2011-10-16 12:17:46 -07:00
Alon Zakai 1a6c5d091c do not save test runner temp dir by default 2011-10-16 10:11:08 -07:00
Alon Zakai 85817285da inline specific library functions for speed 2011-10-16 09:48:32 -07:00