Alon Zakai
|
a1b108f326
|
use v8 readbuffer function, and if not, assert on read() returning an array as we expect
|
2014-08-27 15:26:52 -07:00 |
Alon Zakai
|
090e39e31c
|
Merge pull request #2725 from hamishwillee/incoming
Edit Function Pointer Issues.
|
2014-08-27 14:15:40 -07:00 |
Alon Zakai
|
44f70dc70e
|
Merge pull request #2728 from juj/fix_sdl_mousewheel
Fix various issues with SDL mouse scrolling and add a test. Fixes #2643.
|
2014-08-27 14:14:27 -07:00 |
Alon Zakai
|
61ec1d2d59
|
document preRun as expecting an array of functions; fixes #2729
|
2014-08-27 14:12:32 -07:00 |
Alon Zakai
|
9671ee6f34
|
Merge pull request #2726 from juj/remove_sys_include_gfx
Remove the directory system/include/gfx because it contains headers for ...
|
2014-08-27 14:07:20 -07:00 |
Alon Zakai
|
b33bb656bb
|
remove disabling of v8 in test runner, and fix v8 binary file reading; fixes #2731
|
2014-08-27 13:52:28 -07:00 |
Alon Zakai
|
bc9c24db80
|
revert pull #2722
|
2014-08-27 10:41:32 -07:00 |
Jukka Jylänki
|
2ef851bfff
|
Fix various issues with SDL mouse scrolling and add a test. Fixes #2643.
|
2014-08-27 14:59:18 +03:00 |
Jukka Jylänki
|
ce805cf9c0
|
Remove the directory system/include/gfx because it contains headers for functionality that Emscripten does not actually implement (png.h, tiff.h, tiffio.h)
|
2014-08-27 12:10:51 +03:00 |
Jukka Jylänki
|
efd8fc0ee3
|
Update 5ad9620881 to work with the changes from pull request https://github.com/kripken/emscripten/pull/2499 .
|
2014-08-27 11:59:16 +03:00 |
manny/MADE
|
70c6eb417e
|
ADDED: missing OpenAL method 'alSourceRewind'
|
2014-08-27 11:57:37 +03:00 |
juj
|
1120fa808e
|
Merge pull request #2720 from juj/warn_dylibs
Implement a warning message when building an dynamic library .so, .dll o...
|
2014-08-27 11:54:35 +03:00 |
Jukka Jylänki
|
b233147216
|
Implement a warning message when building an dynamic library .so, .dll or a .dylib, which are currently not supported. Closes #2562.
|
2014-08-27 11:53:46 +03:00 |
hamishwillee
|
e6722dc40b
|
Edit Function Pointer Issues. Mark other reviewed articles as Ready-to-review
|
2014-08-27 13:34:15 +10:00 |
Alon Zakai
|
355ffc43de
|
Merge pull request #2724 from hamishwillee/incoming
Minor clarifications to a few documents
|
2014-08-26 17:41:16 -07:00 |
Alon Zakai
|
94e0458fbb
|
__cxa_increment_exception_refcount and decrement; fixes #2715
|
2014-08-26 17:13:27 -07:00 |
Alon Zakai
|
cd232cb2dd
|
use a refcount for thrown exceptions; #2715
|
2014-08-26 17:03:10 -07:00 |
hamishwillee
|
fea0403d3f
|
minor editorial updates. Add TODO note to debugging topic
|
2014-08-27 10:02:45 +10:00 |
hamishwillee
|
1f0b33e14d
|
minor clarifications to file system behaviour
|
2014-08-27 09:48:18 +10:00 |
Alon Zakai
|
c61d3d5cc0
|
Merge pull request #2660 from socketpair/pid_gid_mess
pid/gid mess improved
|
2014-08-26 16:15:33 -07:00 |
Alon Zakai
|
d378082b32
|
portability_guidelines.rst updates
|
2014-08-26 16:11:02 -07:00 |
Alon Zakai
|
d971b0feeb
|
Merge pull request #2718 from hamishwillee/incoming
Restructure Files section.
|
2014-08-26 16:03:47 -07:00 |
Alon Zakai
|
7cad8528ff
|
fix regression on non-fastcomp stack alignment
|
2014-08-26 16:02:05 -07:00 |
Alon Zakai
|
12435cd5ee
|
Merge pull request #2722 from FishingCactus/fix-sdl_upper_blit
Fix SDL_UpperBlit
|
2014-08-26 15:38:22 -07:00 |
Alon Zakai
|
de98a203a5
|
remove no longer needed rand_seed hack
|
2014-08-26 15:31:49 -07:00 |
Alon Zakai
|
6b812d4bcd
|
test for 32-byte alignment; #2721
|
2014-08-26 15:24:20 -07:00 |
julien.hamaide
|
db2032669d
|
Fix SDL_UpperBlit
Source size was used in destination size when drawing image
|
2014-08-26 23:45:22 +02:00 |
Alon Zakai
|
1efbd0baa4
|
make stack align to 16 bytes in fastcomp, as the fastcomp backend does; #2721
|
2014-08-26 14:22:46 -07:00 |
Alon Zakai
|
60b94b94eb
|
relax other.test_outline limits some more
|
2014-08-26 10:58:01 -07:00 |
Alon Zakai
|
6791631fbc
|
Merge pull request #2719 from juj/musl_rand
Musl rand
|
2014-08-26 10:38:21 -07:00 |
Jukka Jylänki
|
a43eec5b9c
|
Improve test_rand to test all produced bits, not just the lowest one.
|
2014-08-26 18:31:58 +03:00 |
Jukka Jylänki
|
4a744fba1a
|
Migrate to musl v1.0.3 prng functions. Fixes #2341. Bump version to 1.23.1 to have cached libc rebuilt with prng routines.
|
2014-08-26 12:38:42 +03:00 |
Jukka Jylänki
|
f104429d58
|
Add test that rand() produces both even and odd numbers (fails). See #2341.
|
2014-08-26 12:36:10 +03:00 |
Jukka Jylänki
|
87fcddc5f7
|
Make is_valid_abspath use path_from_root() to be more precise about what Emscripten root directory is.
|
2014-08-26 12:15:32 +03:00 |
Jukka Jylänki
|
b21418f514
|
Fix other.test_valid_abspath broken by previous feature to never warn when an absolute path points inside the emscripten tree.
|
2014-08-26 12:12:15 +03:00 |
hamishwillee
|
b478cb04f8
|
updates to the porting guidelines documents
|
2014-08-26 17:22:21 +10:00 |
hamishwillee
|
3fc8bc592d
|
rename guidelines docs to match content
|
2014-08-26 13:41:10 +10:00 |
hamishwillee
|
5b1331b355
|
Minor fixes to wording in FAQ and Portability guidelines
|
2014-08-26 13:38:55 +10:00 |
hamishwillee
|
5f4920e744
|
rename the file systems guide filename
|
2014-08-26 11:26:29 +10:00 |
hamishwillee
|
6a9df070c1
|
Split out the packaging files section
|
2014-08-26 11:21:56 +10:00 |
hamishwillee
|
3255ea8cfa
|
Move File System docs into own folder undero porting
|
2014-08-26 11:14:49 +10:00 |
hamishwillee
|
75345538c4
|
FAQ updates - now ready for review
|
2014-08-26 11:05:43 +10:00 |
Alon Zakai
|
9c7b5d8d70
|
Merge pull request #2716 from hamishwillee/incoming
Move a bunch of files around to restructure "guidelines" section
|
2014-08-25 16:56:47 -07:00 |
hamishwillee
|
856fcff31f
|
fix up links broken by moving sections
|
2014-08-26 09:36:06 +10:00 |
hamishwillee
|
f037f32421
|
rename coding folder to porting
|
2014-08-26 09:26:56 +10:00 |
hamishwillee
|
0198120948
|
create new structure for coding guidelins (move some articles, update index)
|
2014-08-26 09:22:45 +10:00 |
Alon Zakai
|
10d481e283
|
deprecate old test modes s_x_x
|
2014-08-25 15:16:01 -07:00 |
Alon Zakai
|
481371b6d8
|
fix old link to wiki
|
2014-08-25 14:55:41 -07:00 |
Alon Zakai
|
b62abe1c6b
|
text update
|
2014-08-25 14:49:09 -07:00 |
Alon Zakai
|
f0f8ea3c5b
|
Merge branch 'incoming' of https://github.com/hamishwillee/emscripten into incoming
Conflicts:
site/source/docs/getting_started/FAQ.rst
|
2014-08-25 14:45:00 -07:00 |