https://github.com/kripken/emscripten

sort by:
Revision Author Date Message Commit Date
785f61c 1.7.0 23 October 2013, 00:16:41 UTC
98a12c0 Merge pull request #1722 from juj/fix_nodefs_windows Fix nodefs windows 22 October 2013, 23:06:55 UTC
3c0549a Add a staticInit() initializer function to node fs. 22 October 2013, 23:06:10 UTC
e5b15ab start network fetch as early as possible in file packager output 22 October 2013, 22:06:58 UTC
901d128 move fetchRemotePackage to outside of file packager generated code 22 October 2013, 21:54:53 UTC
77f3f1b move file packager Module autocreation to toplevel 22 October 2013, 21:45:57 UTC
22d5103 fix file packager Module autocreation 22 October 2013, 21:26:28 UTC
b040c0d remove --pre-run option in file packager, handle all that automatically 22 October 2013, 18:41:25 UTC
afc0d5e do not call setStatus if not present 22 October 2013, 18:31:12 UTC
aea0476 Fake node.js stat() call on Windows to report a blocksize and blocks number. Otherwise these would be 'undefined', which later in unit tests would throw an error in SAFE_HEAP_STORE. Fixes o1.test_unistd_truncate. 22 October 2013, 10:34:32 UTC
e0c3cd7 add file handling code from --preload-file etc. in a pre-js, so that it will be able to start network access as early as possible 22 October 2013, 00:36:03 UTC
60e3202 indentation fix in file packager 21 October 2013, 21:16:38 UTC
be98952 Fix test_unistd_access and test_unistd_truncate on Windows. Both tests failed at the end on cleanup stage, when the test left behind files with readonly bit set, and shutil.rmtree() fails on Windows if any of the files are read-only. 21 October 2013, 19:20:25 UTC
aa3c7f8 Skip failing test_unistd_links test with NODEFS on Windows, since it requires running in administrative mode. (Also atm fails on a few node.js-specific crossplatform discrepancies) 21 October 2013, 19:18:52 UTC
7a2b48d Fixes to nodefs filesystem so that test_unistd_io passes on Windows. Don't pass integer permission modes to node.js open function, but use only the documented string open caps. 21 October 2013, 19:17:23 UTC
81a6e21 commented-out compiler profiler support 20 October 2013, 03:08:36 UTC
b31ab68 improve internal compiler Benchmarker 20 October 2013, 00:10:27 UTC
9a019d7 update other.test_toobig 19 October 2013, 23:00:35 UTC
5a09572 avoid allocating huge lists for [BIGNUM x type] types 19 October 2013, 00:31:20 UTC
8f14b5c fix simd math operations and improve test 18 October 2013, 21:04:46 UTC
f96f5df improve simd2 test 18 October 2013, 20:43:15 UTC
6129173 vector bitcasts 18 October 2013, 20:37:41 UTC
b89290b support for vector types nested in others 18 October 2013, 20:30:49 UTC
5c4bbda add test_simd2 18 October 2013, 20:01:13 UTC
2e2907e add -O2 to simd test 18 October 2013, 20:00:50 UTC
6d60dfe add test target 18 October 2013, 20:00:50 UTC
4cdc5fe integrate the SIMD polyfill code 18 October 2013, 20:00:50 UTC
d32d18a basic support for uint32x4 18 October 2013, 20:00:50 UTC
0237070 extractelement 18 October 2013, 20:00:50 UTC
634513d add vector.h 18 October 2013, 20:00:49 UTC
95ddf96 simd fix 18 October 2013, 20:00:49 UTC
b085d4c shufflevector 18 October 2013, 20:00:49 UTC
e623c44 insertelement 18 October 2013, 20:00:49 UTC
acb4008 vector loads and stores 18 October 2013, 20:00:49 UTC
5708083 vector load 18 October 2013, 20:00:49 UTC
f439b01 add basic float simd calls 18 October 2013, 20:00:49 UTC
775e1fa define vector literal type 18 October 2013, 20:00:49 UTC
0567f27 setup to do vector ops in processMathop 18 October 2013, 20:00:49 UTC
0b6d165 stubs for insertelement and shufflevector 18 October 2013, 20:00:49 UTC
e717685 use HEAPF32 for <4 x float> 18 October 2013, 20:00:49 UTC
02cd4ed do not fail on trying to analyze <N x type> 18 October 2013, 20:00:49 UTC
9e8b2f5 is SP is not defined in linpack, default to DP 17 October 2013, 22:54:12 UTC
a78aea9 document the ability to pass arbitrary llvm opt args to --llvm-opts 17 October 2013, 22:51:41 UTC
6d686fa optimize globalVariableHandler a little 17 October 2013, 17:21:26 UTC
f147345 simplify bss handling 17 October 2013, 01:47:01 UTC
128137d emit only tokens from tokenize, avoid allocating an object to wrap them 17 October 2013, 01:04:36 UTC
39cb16d remove .item from tokenizer output 17 October 2013, 00:54:47 UTC
bc218e3 optimize test for merging of *'s to last token 17 October 2013, 00:27:23 UTC
87cdaae do not add ',' tokens during param list processing 16 October 2013, 23:10:02 UTC
c3dfcb7 commented assertion for tokenize 16 October 2013, 20:12:09 UTC
408f03f tokenize '{' normally 16 October 2013, 18:41:52 UTC
909a67e add more necessary unistd clear()s 16 October 2013, 18:32:13 UTC
9c98148 Merge branch 'fix-module-exports-with-closure-try2' of github.com:fadams/emscripten into incoming Conflicts: AUTHORS tests/test_other.py 16 October 2013, 17:44:11 UTC
86fe72e Merge branch 'antialiasing' of github.com:wsmind/emscripten into incoming Conflicts: AUTHORS 16 October 2013, 17:42:08 UTC
9ca5fc4 disable test_iostream in non-ta2, where the mem initializer being aliased is a problem 16 October 2013, 00:42:22 UTC
3d5f213 avoid spidermonkey in test_files due to closure collision 16 October 2013, 00:34:25 UTC
8062ca4 work around ie limitations on canvas data not having .set() 16 October 2013, 00:06:24 UTC
1f41614 Merge pull request #1712 from juj/fix_ie_safari_callstack Don't try to demangle call stack on browsers where the feature is not supported. 15 October 2013, 23:47:03 UTC
a5e5357 cache ',' token 15 October 2013, 23:10:53 UTC
2944f90 avoid creating interim strings in main tokenize loop 15 October 2013, 23:07:04 UTC
7a166ee fix parsing of globals starting with @" 15 October 2013, 22:25:03 UTC
6469474 update test_emcc 15 October 2013, 21:45:25 UTC
3eca2db add some clear()s to unistd tests that need them 15 October 2013, 21:43:56 UTC
b21dffc fix autodebugger 15 October 2013, 21:38:40 UTC
29de05c optimize parsing of X = Y 15 October 2013, 18:26:22 UTC
0c7ec24 removed comment in src/shell.js and explicitly called run_js with engine=NODE_JS as requested 15 October 2013, 17:14:40 UTC
d4e40a8 Don't try to demangle call stack on browsers where the feature is not supported. 15 October 2013, 15:02:04 UTC
c2ace4f Changed EGL_SAMPLES to 4 (2x2 MSAA) 15 October 2013, 06:43:05 UTC
c53cc33 simplify tokenizing of {..}**.. 15 October 2013, 00:19:08 UTC
80f51bb ensure ErrnoError exists during static initialization 14 October 2013, 20:28:31 UTC
22dec34 Minor fixes and improvements 14 October 2013, 19:22:52 UTC
ff4008a emcc comments on -Ox options 14 October 2013, 19:14:07 UTC
76556a0 properly parse ctors fully; fixes #1155 14 October 2013, 19:03:55 UTC
c672824 use proper separator in va_argHandler; fixes #1705 14 October 2013, 18:39:19 UTC
74e4760 Merge branch 'implemet_glcolor4ubv' of github.com:chino/emscripten into incoming Conflicts: AUTHORS 14 October 2013, 18:00:12 UTC
8dbbccb authors: adding my self :] 14 October 2013, 17:56:04 UTC
92ca8c4 Merge branch 'glut_mouse_wheel' of github.com:anlambert/emscripten into incoming Conflicts: AUTHORS 14 October 2013, 17:48:35 UTC
3c8c068 Merge pull request #1681 from marcosscriven/incoming Fix debug format to allow specific LLVM opts rather than just an integer level 14 October 2013, 17:43:54 UTC
1ddb637 do not show spurious warnings about missing library deps 14 October 2013, 17:37:39 UTC
f450405 Merge branch 'fix-rotozoom' of github.com:fhd/emscripten into incoming 14 October 2013, 17:35:53 UTC
ae7378a warn on missing library deps, remove an obsolete VFS dep, and add a necessary glOrtho dep; fixes #1708 14 October 2013, 03:21:10 UTC
9e09f40 opengl: implement glColor4ubv 14 October 2013, 02:00:02 UTC
86c385d demangle arrays 13 October 2013, 19:02:05 UTC
70ef107 add remaining basic demangle types 13 October 2013, 18:54:53 UTC
1b89f6c more demangle testing 13 October 2013, 18:28:45 UTC
fd14b84 demangle references 13 October 2013, 18:24:33 UTC
345e607 demangle all functions in stack traces, not just one 13 October 2013, 18:23:23 UTC
bf712e0 Switched on MSAA in EGL. 13 October 2013, 10:41:29 UTC
7780bdf Implemented MSAA for SDL. 13 October 2013, 10:41:29 UTC
ad25f01 Implemented SDL_GL_SetAttribute and SDL_GL_GetAttribute. 13 October 2013, 10:41:28 UTC
53f960e Added multisampling support in GLUT 13 October 2013, 10:41:27 UTC
65a494e Implemented antialiasing for GLFW contexts. The WebGL context is created with antialiasing if GLFW_FSAA_SAMPLES is bigger than 1. 13 October 2013, 10:41:27 UTC
ebdaf9f Added myself to AUTHORS 13 October 2013, 10:41:26 UTC
2a9d0ee Switched off antialiasing by default for WebGL contexts. Allowed customization of context attributes through Browser.createContext(). 13 October 2013, 10:41:26 UTC
250b58c Fixed a few warnings in cubegeom tests 13 October 2013, 10:41:25 UTC
b89aaf0 un-closurify ErrnoError 13 October 2013, 04:07:51 UTC
80c217e use stackTrace in various places 13 October 2013, 04:01:03 UTC
5e6b5e3 demangle stacks in abort(), using new stackTrace utility 13 October 2013, 03:51:01 UTC
5e00090 properly demangle cxxabi craziness 13 October 2013, 01:52:30 UTC
07d68f0 refactor out parsing of nested demangled runs 13 October 2013, 01:39:06 UTC
back to top