Anthony Pesch
|
54537559f3
|
- minor refactoring to new address translation functions to support better "raw" functionality
- moved test_inet* tests into sockets test suite
|
2013-08-29 01:45:38 -07:00 |
Alon Zakai
|
ffd0f62f99
|
Merge pull request #1567 from rharkeadsk/fix-device-permissions
Fix permissions set by FS.createDevice
|
2013-08-28 19:19:26 -07:00 |
Alon Zakai
|
08c9642ea8
|
fix tests that check for code not changing, given the recent sorting of functions
|
2013-08-28 19:10:52 -07:00 |
Alon Zakai
|
3f0a1a6d3a
|
sort generated functions
|
2013-08-28 15:30:00 -07:00 |
Ranger Harke
|
8b4db69024
|
Update remaining tests to use registerDevice/mkdev
|
2013-08-28 16:11:13 -04:00 |
Ranger Harke
|
2ce6e79484
|
Update test_unistd_io to use registerDevice/mkdev
|
2013-08-28 16:11:13 -04:00 |
Ranger Harke
|
05b1fe0a48
|
Fix permissions set by FS.createDevice
The read and write permission bits were reversed. A test has been added to
ensure that this works.
|
2013-08-28 15:38:29 -04:00 |
Ranger Harke
|
15a0da1fb0
|
Update AUTHORS file
|
2013-08-28 14:04:37 -04:00 |
Anthony Pesch
|
1847acc3a6
|
added extname to path library
|
2013-08-27 23:53:58 -07:00 |
Alon Zakai
|
8e6d2679b5
|
Merge pull request #1564 from inolen/sdl_fullscreen_fix
support SDL_WM_ToggleFullScreen when initiated by key input
|
2013-08-27 21:05:46 -07:00 |
Alon Zakai
|
1b134c883a
|
FS.loadFilesFromDB|saveFilesToDB
|
2013-08-27 18:23:35 -07:00 |
Anthony Pesch
|
263626010d
|
support SDL_WM_ToggleFullScreen when initiated by key input
|
2013-08-27 16:19:39 -07:00 |
Alon Zakai
|
3b2b7341aa
|
copy the entire datafile in one chunk into the heap, avoiding one malloc per file, but at the cost of not being able to free them
|
2013-08-27 14:17:38 -07:00 |
Alon Zakai
|
8c249ab4d5
|
own preloaded files, avoiding an unnecessary copy
|
2013-08-27 14:15:15 -07:00 |
Alon Zakai
|
66b0df277f
|
fix outliner bug with checking when switch cases need to be joined
|
2013-08-27 11:57:19 -07:00 |
Alon Zakai
|
0e962d46df
|
fix outlining separation of case statements ending in continue or return
|
2013-08-27 11:16:50 -07:00 |
Alon Zakai
|
711b304a00
|
better outlining debugging output
|
2013-08-27 11:10:05 -07:00 |
Alon Zakai
|
27acdf30fb
|
fix test_cases/callwithstructural
|
2013-08-27 10:16:57 -07:00 |
Alon Zakai
|
315570d2fd
|
handle illegal values in structural constants in calls; fixes #1318
|
2013-08-26 22:13:56 -07:00 |
Alon Zakai
|
71ce392233
|
handle structural constants in calls
|
2013-08-26 21:42:49 -07:00 |
Alon Zakai
|
0269efbd05
|
parse llvm structural types in parameter tokens
|
2013-08-26 18:26:32 -07:00 |
Alon Zakai
|
718e1e913f
|
emit less unnecessary code in side modules
|
2013-08-26 13:00:50 -07:00 |
Alon Zakai
|
38a35036a9
|
re-parse function types after types are fully analyzed, so we get the signatures of functions receiving struct types as parameters
|
2013-08-26 12:33:52 -07:00 |
Alon Zakai
|
422d9a1f32
|
make headless test use its own file
|
2013-08-26 11:58:01 -07:00 |
Alon Zakai
|
1c92c15746
|
move test_nostdincxx from other to sanity, because it causes the cache to be cleared, and so cannot be safely run in parallel with other tests
|
2013-08-26 11:20:29 -07:00 |
Alon Zakai
|
70d3a36274
|
Merge pull request #1525 from yukoba/pthread-specific
Bug fixes of pthread specific
|
2013-08-26 10:53:21 -07:00 |
Alon Zakai
|
fc56aa8d28
|
Merge pull request #1507 from ToadKing/sdl-alpha-keys
SDL alpha keys fix
|
2013-08-26 10:51:56 -07:00 |
Alon Zakai
|
5eb4366a24
|
Merge pull request #1549 from Daft-Freak/patch-1
Don't set context error when there is no context.
|
2013-08-26 10:41:35 -07:00 |
Alon Zakai
|
f00005c048
|
simplify test_dlfcn_basic
|
2013-08-25 18:56:42 -07:00 |
Alon Zakai
|
cad7d6a4d3
|
Merge pull request #1556 from ToadKing/getcanvassize
Ability to get current canvas size
|
2013-08-25 12:36:23 -07:00 |
ToadKing
|
70161252a9
|
emscripten_get_canvas_size testcase
|
2013-08-25 15:31:45 -04:00 |
Alon Zakai
|
0a574eea0d
|
outlining docs
|
2013-08-25 12:24:57 -07:00 |
Alon Zakai
|
7339344767
|
outlining value suggestion
|
2013-08-25 11:21:03 -07:00 |
Alon Zakai
|
8f4fa60b38
|
test for closure+mem init file in a more focused manner
|
2013-08-24 23:11:48 -07:00 |
ToadKing
|
42c0bcffe6
|
implement emscripten_get_canvas_size
|
2013-08-25 00:32:05 -04:00 |
Alon Zakai
|
e3a06c12b1
|
emit memory init files when closure is run, fixes #1547
|
2013-08-24 19:59:16 -07:00 |
Alon Zakai
|
fcf52d655c
|
settings.js docs
|
2013-08-24 16:51:21 -07:00 |
Alon Zakai
|
e14d165366
|
Merge pull request #1551 from waywardmonkeys/fix_browser_test_issues
Fix browser test issues
|
2013-08-24 11:34:28 -07:00 |
Alon Zakai
|
3daa674543
|
make script tag async in shell.html
|
2013-08-24 10:18:00 -07:00 |
Alon Zakai
|
0af1206e6b
|
improve test_html_source_map
|
2013-08-24 10:15:37 -07:00 |
Alon Zakai
|
a484c587e8
|
more docs for outlining
|
2013-08-24 09:45:26 -07:00 |
Daft-Freak
|
2fdbea2134
|
Add myself to AUTHORS
|
2013-08-24 10:20:15 +01:00 |
Bruce Mitchener
|
4830246784
|
Should be fopen, not open.
|
2013-08-24 13:23:47 +07:00 |
Bruce Mitchener
|
c92cb54442
|
_GNU_SOURCE definition not needed.
|
2013-08-24 10:18:25 +07:00 |
Bruce Mitchener
|
b9baa618eb
|
Include stdlib.h when using malloc().
|
2013-08-24 10:18:24 +07:00 |
Bruce Mitchener
|
1eca7017e7
|
Fix browser.test_float_tex.
This should be getting the size of a float, not a uint.
|
2013-08-24 09:59:13 +07:00 |
Bruce Mitchener
|
b21b6eecc4
|
Fix browser.test_emscripten_async_wget2.
Need to include <stdarg.h> to use va_start / va_end.
|
2013-08-24 09:59:00 +07:00 |
Anthony Pesch
|
63e5aee15f
|
add USE_IFRAME define to support compiled servers
|
2013-08-23 18:12:19 -07:00 |
Alon Zakai
|
51278aa1eb
|
testcase for flattening of switches with cases that need to be kept together
|
2013-08-23 16:53:46 -07:00 |
Alon Zakai
|
4bd1de0f65
|
add inlining test in freetype
|
2013-08-23 16:38:20 -07:00 |