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

6591 Коммитов

Автор SHA1 Сообщение Дата
Alon Zakai 1ed2d7fdb3 fix mishandling of inference of global var types 2013-05-07 17:11:02 -07:00
Alon Zakai e5b7fab17e infer untyped variables in js-optimizer.js by origin variable's type if they are just a copy 2013-05-07 16:52:27 -07:00
Alon Zakai 0cd8926f0f add whets testcase 2013-05-07 16:39:32 -07:00
Alon Zakai 06a8c252d9 switch to le32 target by default 2013-05-07 16:10:52 -07:00
Martin Gerhardy 5123418c4a * SDL_GL_ExtensionSupported: fixed integer value
* added myself to the AUTHORS file
2013-05-07 06:50:49 +02:00
Martin Gerhardy 8485632cff * more SDL2 stuff 2013-05-07 06:44:32 +02:00
Martin Gerhardy 3aeac5cb31 * some SDL2 stuff 2013-05-07 06:44:31 +02:00
Alon Zakai b08947097b fix sdl inclusion 2013-05-06 16:10:45 -07:00
Alon Zakai be0fb5cc46 auto-include malloc/free when SDL is used; fixes #1139 2013-05-06 13:35:33 -07:00
Alon Zakai 39479d6ea7 Merge pull request #1138 from sylvestre/incoming
Minor improvements in the sources
2013-05-06 12:44:41 -07:00
Alon Zakai 1086b71615 make sure function table size for empty tables is the right power of two 2013-05-06 12:21:27 -07:00
Alon Zakai 300e44e423 remove tests/cases/gepoverflow since it is too finicky with absolute pointers 2013-05-06 12:04:29 -07:00
Alon Zakai b6b9c54b99 fix memory initializer detection 2013-05-06 11:38:26 -07:00
Alon Zakai fc41fce2f5 generate empty function tables of proper size 2013-05-05 18:05:44 -07:00
Alon Zakai 2a85aa178d update comments 2013-05-05 16:26:22 -07:00
Alon Zakai bf673b03ca add test for sdl allocation, and warn when using stub malloc/free 2013-05-05 16:12:43 -07:00
Alon Zakai 558ac1930b generalize customizeVTable to support asm 2013-05-05 13:20:30 -07:00
Alon Zakai 9e05d4f86a update test_statics 2013-05-05 10:04:59 -07:00
Alon Zakai eadd89b7c8 make memory management sane: 0 is null, then static including globals, then stack, then dynamic/sbrk. deprecate shared libs (BUILD_AS_SHARED_LIB) 2013-05-04 19:53:45 -07:00
Alon Zakai 0560adda8a emit aborting stubs for DEAD_FUNCTIONS 2013-05-04 09:49:52 -07:00
Sylvestre Ledru aa7dbbb0bb Remove more +x permissions on source or javascript files 2013-05-04 17:32:14 +02:00
Sylvestre Ledru d883668567 Remove generated file (should not be part of the repository) 2013-05-04 17:30:24 +02:00
Alon Zakai 91cf5f4ffc assert on no fp80s etc. in non-x86 target 2013-05-03 14:01:57 -07:00
Alon Zakai 1e3e0e5cf1 Merge pull request #1126 from imvu/more_embind_updates
More embind updates
2013-05-03 13:40:01 -07:00
Alon Zakai 6c531cbf21 fix asm.js coercion 2013-05-03 13:31:53 -07:00
Alon Zakai 40a5c44d66 Merge branch 'strcat-fix' of github.com:fairfieldt/emscripten into fairfieldt-strcat-fix 2013-05-03 13:30:41 -07:00
Alon Zakai 2b9c02e72a use sys.executable 2013-05-03 13:29:18 -07:00
Sylvestre Ledru cac435e8aa Provide the right declarations for the scripts to be executed correctly 2013-05-03 13:18:26 -07:00
Sylvestre Ledru 155342908c Remove executable permissions on simple files 2013-05-03 13:18:26 -07:00
Alon Zakai c4dddc5ff1 use -fno-threadsafe-statics, issue #1128 2013-05-03 13:14:10 -07:00
Alon Zakai bf6825dc53 adjust js pass logging level to debug 2013-05-03 11:46:10 -07:00
Alon Zakai af15d3e5c9 update tests 2013-05-03 11:40:44 -07:00
Alon Zakai 2cd4b8256a restore warning on no input files, to match gcc 2013-05-03 10:47:23 -07:00
Alon Zakai 505f5f10af fix some logging uses 2013-05-03 10:44:16 -07:00
Alon Zakai ac2e339f7c tweak some logging levels 2013-05-03 10:33:55 -07:00
Éloi Rivard d6a6004ff3 Displays usage when no argument is passed. 2013-05-03 10:17:58 +02:00
Éloi Rivard ce122916a3 * Added some colors to messages displayed from python files. 2013-05-03 10:13:04 +02:00
Alon Zakai 34bce791b6 only emit aborting function stubs on undefined symbols in asm mode 2013-05-02 19:07:20 -07:00
Alon Zakai 0fdf95ce71 1.4.2 2013-05-02 18:58:05 -07:00
Alon Zakai adb56cb89a update test_structbyval 2013-05-02 18:56:57 -07:00
Chad Austin 8237fb35bc Oops, fix a test leak. 2013-05-02 18:56:27 -07:00
Chad Austin 2d628d4290 Add a test for interface methods that return void. 2013-05-02 18:56:18 -07:00
Chad Austin 58352074e5 Add a benchmark for calling from C++ into JS via interfaces 2013-05-02 18:55:54 -07:00
Chad Austin 9607e5be25 Add isAliasOf for seeing if two embind handles point to the same underlying object.
Conflicts:
	tests/embind/embind_test.cpp
2013-05-02 18:55:07 -07:00
Chad Austin 5452666756 checkpoint object handle composition 2013-05-02 18:55:00 -07:00
Chad Austin 9b2cb58a35 Snip some dead code 2013-05-02 18:54:49 -07:00
Chad Austin 2dc3ce9992 namespace the binding struct a bit more 2013-05-02 18:54:42 -07:00
Chad Austin 9e375f0d24 snip dead code 2013-05-02 18:54:36 -07:00
Chad Austin 6566a0c989 Add a select_const for selecting the const method implementation if there are only two.
Conflicts:
	tests/embind/embind_test.cpp
2013-05-02 18:54:27 -07:00
Alon Zakai 0c73784c42 fix test_runtimelink 2013-05-02 18:46:08 -07:00