Alon Zakai
|
c2d449216c
|
do not emit temp .o files to curr dir, if target is not them; fixes #2644
|
2014-08-11 12:34:15 -07:00 |
Alon Zakai
|
bff7dd6cb6
|
docs updates following #2650
|
2014-08-11 11:15:57 -07:00 |
Alon Zakai
|
9141cb84c7
|
Merge pull request #2650 from hamishwillee/incoming
Significant updates to the building emscripten from source topics
|
2014-08-11 10:31:22 -07:00 |
Jukka Jylänki
|
64d37910b8
|
Updated ChangeLog up to v1.22.1
|
2014-08-11 15:48:30 +03:00 |
hamishwillee
|
44087597f7
|
fix horrible sentence on index page
|
2014-08-11 20:38:08 +10:00 |
hamishwillee
|
7494d3d67a
|
Significant updates to the building emscripten from source topiss
|
2014-08-11 19:55:05 +10:00 |
Alon Zakai
|
b29b94ec1c
|
Merge pull request #2646 from chadaustin/ie11-fix
fix embind in ie11: ES5 does not provide a 'name' property on functions
|
2014-08-10 16:35:43 -07:00 |
Chad Austin
|
8b1822f142
|
fix embind in ie11: ES5 does not provide a 'name' property on functions
|
2014-08-09 19:38:32 -07:00 |
Alon Zakai
|
65136b45a5
|
make test_source_map more robust
|
2014-08-08 18:30:15 -07:00 |
Alon Zakai
|
e2ed02b3ec
|
fix test_stack_varargs (musl stack usage is higher than the js libc, but still the test validly checks that stack usage does not explode)
|
2014-08-08 11:27:22 -07:00 |
Alon Zakai
|
b1de68e213
|
Merge pull request #2641 from mulder93/abort_requests
Fixed wget2 tests by adding ST_ABORTED request status
|
2014-08-08 11:19:29 -07:00 |
Alon Zakai
|
67b5f4d0dc
|
accept 'POSIX' as a locale; fixes #2636
|
2014-08-08 11:15:44 -07:00 |
Alon Zakai
|
43a180fb87
|
update local docs
|
2014-08-07 18:01:49 -07:00 |
hamishwillee
|
fbd59d6ccb
|
Remove comments from html5.h. Add link to doc file and built version
|
2014-08-07 17:59:53 -07:00 |
hamishwillee
|
45eb0be551
|
Remove comments from emscripten.h. Add link to doc file and built version
|
2014-08-07 17:59:43 -07:00 |
hamishwillee
|
9451eae87c
|
Remove comments from preamble.js. Add link to doc file and built version
|
2014-08-07 17:59:35 -07:00 |
hamishwillee
|
1dc3d1ee38
|
Update emscripten.h, html5.h docs to match the source files
|
2014-08-07 17:59:08 -07:00 |
Alon Zakai
|
de2583876c
|
explicitly provide Module to EM_ASM scripts, so that they work even if Module was removed by closure; #2639
|
2014-08-07 16:50:01 -07:00 |
Alon Zakai
|
4264dab989
|
add fastcomp stack overflow checks and testing
|
2014-08-07 16:15:54 -07:00 |
Alon Zakai
|
d7e3d8daa2
|
1.21.1
|
2014-08-07 14:37:49 -07:00 |
Alon Zakai
|
83e625ba33
|
update sanity.test_emcc_caching
|
2014-08-07 14:18:12 -07:00 |
Alon Zakai
|
d2edca1ea6
|
stop testing sanity.test_nostdincxx on old i386 target
|
2014-08-07 14:13:24 -07:00 |
Alon Zakai
|
afeca48267
|
build libcx and libcxxabi with -Oz, for size
|
2014-08-07 14:05:02 -07:00 |
Alon Zakai
|
667a61eeed
|
add preamble.js.html build doc
|
2014-08-07 13:14:27 -07:00 |
Alon Zakai
|
7e10c94520
|
convert socket callback declarations to use typedefs for function pointer types
|
2014-08-07 13:07:01 -07:00 |
Alon Zakai
|
38777a38b2
|
remove Module hack from webidl binder
|
2014-08-07 11:48:14 -07:00 |
Alon Zakai
|
d20c2098b1
|
Merge branch 'webidl-bugfixes' of https://github.com/artillery/emscripten into incoming
|
2014-08-07 11:46:59 -07:00 |
Alon Zakai
|
663dc14afd
|
export Module for node in test_webidl; #2620
|
2014-08-07 11:46:08 -07:00 |
Alon Zakai
|
7a6147ae93
|
Merge branch 'incoming' of https://github.com/hamishwillee/emscripten into incoming
Conflicts:
site/source/docs/building_from_source/building_emscripten_from_source_on_windows.rst
site/source/docs/building_from_source/installing_from_source.rst
|
2014-08-07 11:32:49 -07:00 |
Mark Logan
|
293b0266f2
|
Must access TypeTestClass via Module
|
2014-08-07 11:21:48 -07:00 |
Mark Logan
|
f14c70c5c6
|
Enable closure in asm2.test_webidl
|
2014-08-07 11:21:31 -07:00 |
Mark Logan
|
dc2e4afa7d
|
Fix off-by-one error when writing JSImplementation virtual method calls.
|
2014-08-07 11:17:29 -07:00 |
Mark Logan
|
b15681bcd9
|
Fixes to allow webidl_binder.py generated code to work with closure
|
2014-08-07 11:17:29 -07:00 |
Alon Zakai
|
1e690a23be
|
webidl test fix, keep test code out of where closure can see it, like normal usage of binder output; #2620
|
2014-08-07 10:55:05 -07:00 |
Alon Zakai
|
ecf89badfa
|
fix newlocale calloc call
|
2014-08-07 10:38:34 -07:00 |
Boris Tsarev
|
416c21da59
|
Fixed wget2 tests by adding ST_ABORTED request status
|
2014-08-07 11:28:03 +04:00 |
juj
|
5e1cbf7c93
|
Merge pull request #2638 from fhd/add-img-ttf-quit
Add no-op IMG_Quit and TTF_Quit
|
2014-08-07 09:36:48 +03:00 |
Felix H. Dahlke
|
add13c42b9
|
Add no-op IMG_Quit and TTF_Quit
|
2014-08-07 07:08:14 +02:00 |
hamishwillee
|
9f0d63f84f
|
Fixes to building from source sections (incomplete)
|
2014-08-07 12:18:01 +10:00 |
Alon Zakai
|
261f1cfa66
|
add local copy of crucial doc build file emscripten.h
|
2014-08-06 18:25:58 -07:00 |
Alon Zakai
|
e863687995
|
Merge branch 'incoming' of https://github.com/hamishwillee/emscripten into incoming
Conflicts:
site/source/docs/building_from_source/installing_from_source.rst
site/source/docs/introducing_emscripten/emscripten_license.rst
|
2014-08-06 18:09:35 -07:00 |
Alon Zakai
|
10172fce55
|
Merge branch 'webidl-void-pointers' of https://github.com/artillery/emscripten into incoming
Conflicts:
tests/webidl/output.txt
tests/webidl/post.js
|
2014-08-06 18:05:43 -07:00 |
Alon Zakai
|
5ce5e236f4
|
Merge branch 'monospace-code-blocks' of https://github.com/zzmp/emscripten into incoming
|
2014-08-06 18:03:42 -07:00 |
Alon Zakai
|
17d837a33c
|
Merge pull request #2631 from artillery/webidl-types
WebIDL Support for byte, octet, and unsigned shorts and longs.
|
2014-08-06 18:02:35 -07:00 |
Mark Logan
|
b36ff78f70
|
Support void * values via the `any` type.
|
2014-08-06 17:50:18 -07:00 |
Mark Logan
|
526ccf5304
|
Support for byte, octet, and unsigned shorts and longs.
|
2014-08-06 17:48:46 -07:00 |
Alon Zakai
|
80c9a24b65
|
Merge branch 'enum-support' of https://github.com/artillery/emscripten into incoming
Conflicts:
AUTHORS
|
2014-08-06 17:37:40 -07:00 |
Alon Zakai
|
8dde202a39
|
prepare to test webidl under closure; #2620
|
2014-08-06 17:33:27 -07:00 |
Alon Zakai
|
3aa06ea9f1
|
notice invalid locales in newlocale; fixes #2636
|
2014-08-06 16:57:01 -07:00 |
Alon Zakai
|
74d23a9741
|
revert 57b3f35a88 , which was wrong
|
2014-08-06 15:24:16 -07:00 |