https://github.com/kripken/emscripten

sort by:
Revision Author Date Message Commit Date
4a744fb Migrate to musl v1.0.3 prng functions. Fixes #2341. Bump version to 1.23.1 to have cached libc rebuilt with prng routines. 26 August 2014, 09:38:42 UTC
f104429 Add test that rand() produces both even and odd numbers (fails). See #2341. 26 August 2014, 09:36:10 UTC
87fcddc Make is_valid_abspath use path_from_root() to be more precise about what Emscripten root directory is. 26 August 2014, 09:15:32 UTC
b21418f Fix other.test_valid_abspath broken by previous feature to never warn when an absolute path points inside the emscripten tree. 26 August 2014, 09:12:15 UTC
9c7b5d8 Merge pull request #2716 from hamishwillee/incoming Move a bunch of files around to restructure "guidelines" section 25 August 2014, 23:56:47 UTC
856fcff fix up links broken by moving sections 25 August 2014, 23:36:06 UTC
f037f32 rename coding folder to porting 25 August 2014, 23:26:56 UTC
0198120 create new structure for coding guidelins (move some articles, update index) 25 August 2014, 23:22:45 UTC
10d481e deprecate old test modes s_x_x 25 August 2014, 22:16:01 UTC
481371b fix old link to wiki 25 August 2014, 21:55:41 UTC
b62abe1 text update 25 August 2014, 21:49:09 UTC
f0f8ea3 Merge branch 'incoming' of https://github.com/hamishwillee/emscripten into incoming Conflicts: site/source/docs/getting_started/FAQ.rst 25 August 2014, 21:45:00 UTC
b3f1a76 update other.test_outline for new smaller build sizes 25 August 2014, 21:38:21 UTC
5c881d6 Merge pull request #2651 from juj/raf_sdl_queue requestAnimationFrame-based SDL audio queue. 25 August 2014, 21:22:08 UTC
12d4b55 Merge pull request #2523 from juj/lib_gl_mem_opt Optimize memory usage in library_gl.js 25 August 2014, 21:17:49 UTC
6fdc3e9 Revert bad code change from https://github.com/kripken/emscripten/commit/5bed7c1a052c3a995a67d42a12596d424c4ec48a which accidentally removed proxy mode in browser.test_glgears_long. 25 August 2014, 21:14:45 UTC
7cf41ca remove unnecessary curly braces around all one-line blocks, where possible 25 August 2014, 18:24:22 UTC
ffb887d add a newline to source comments in uglify, where necessary 25 August 2014, 18:24:22 UTC
11a49ee add more test coverage for source maps, and improve existing test 25 August 2014, 18:24:22 UTC
f9ca07e make test_source_map more robust 25 August 2014, 18:24:22 UTC
63614dc improve warning 25 August 2014, 18:24:22 UTC
1d71a32 Optimize memory usage in library_gl.js to avoid unnecessary 2MB temp memory buffer from being created when neither FULL_ES2 or LEGACY_GL_EMULATION is defined. 25 August 2014, 13:55:55 UTC
d02db30 Reduce the SDL buffering delay to 50msecs to make the audio latency smaller. 25 August 2014, 12:10:33 UTC
844929b Improve SDL audio queueing to not only rely on setTimeout()s to queue new audio data, but also try to queue new audio at the end of each requestAnimationFrame. Since rAFs fire at every 16 msecs tied to vsync interval, this should give a much better granularity for audio streaming. 25 August 2014, 11:56:38 UTC
9440047 Remove the use of Web Audio API ScriptProcessorNode for queueing buffers. It doesn't improve in practice, generates a new set of compatibility bugs and is limited to one sampling frequency only (which the browser either matches or doesn't match at random). Keep the code simple and use a unified path for SDL audio in all audio frequencies. 25 August 2014, 11:56:38 UTC
df164a7 Remove support for old Mozilla Audio Data API which is not longer available in Firefox. 25 August 2014, 11:56:38 UTC
053192d Merge pull request #2696 from anlambert/glut_set_cursor Add support for glutSetCursor function 25 August 2014, 11:52:09 UTC
ff01ebc Silence a lot of the absolute path include warnings by always accepting any path that has the directory emscripten in it. 25 August 2014, 11:21:58 UTC
5b807a0 Fix bad signature of emscripten_set_socket_error_callback() in emscripten.h 25 August 2014, 11:21:49 UTC
5bed7c1 Fix native OSX builds in test_sockets.py. For OSX, when our own-compiled fastcomp Clang is invoked to build a native executable, we must pass a command line parameter to it to tell which OSX SDK we are targeting. 25 August 2014, 11:21:37 UTC
4f9c712 Fixes as a result of feedback to Getting Started topics. Minor additions to number of other topics 25 August 2014, 11:00:23 UTC
87e229a Merge pull request #2434 from Daft-Freak/gamepad_chrome Support webkit gamepad api 24 August 2014, 19:34:03 UTC
50a38fe Pass -Wno-warn-absolute-paths when building libcxx and libcxxabi to avoid the spamming absolute path warnings on first time build, which could easily be confused as the compiler having hung in an infinite error loop, since there are hundreds of these messages being printed. 24 August 2014, 09:26:54 UTC
0dafe7f clarify returnType for ccall/cwrap; fixes #2705 22 August 2014, 23:24:09 UTC
2d7a7ec remove some unnecessary trailing commas 22 August 2014, 23:12:33 UTC
f007ce1 Merge pull request #2706 from hamishwillee/incoming general fixes to FAQ and some of the getting started articles 22 August 2014, 23:01:26 UTC
99d9ec8 general fixes to FAQ and some of the getting started articles 22 August 2014, 22:47:00 UTC
4bc2c01 general fixes to FAQ and some of the getting started articles 22 August 2014, 22:45:22 UTC
e7ec3f1 tutorial updates 22 August 2014, 21:57:56 UTC
0cfded8 bug reports page updates 22 August 2014, 21:47:05 UTC
d398386 update community page 22 August 2014, 21:44:22 UTC
a4d6e2b do not include stdlibs that were not forced, if we asked for only forced ones 22 August 2014, 21:16:01 UTC
6fb578e remove old asmPrintInt and Float funcs 22 August 2014, 20:09:34 UTC
919556d add --closure 2 option, to run closure even on the asm.js output 22 August 2014, 20:07:02 UTC
ae14052 copy mem init file to temp dir, so EMCC_DEBUG intermediate files work in the temp dir 22 August 2014, 18:23:12 UTC
00a0eb7 module.html edits 22 August 2014, 17:24:54 UTC
20a0a2a Merge pull request #2703 from hamishwillee/incoming Changes to support SDK Build 22 August 2014, 02:44:23 UTC
e0ac401 changes to support SDK builds (both the actual text, and instructions on how to enable changes when needed) 22 August 2014, 02:15:26 UTC
e6148f2 partial update to V22010 getting started file 22 August 2014, 00:37:45 UTC
95cd41b Add external link icon to all external links 22 August 2014, 00:37:44 UTC
435cfe7 update text docs 22 August 2014, 00:12:47 UTC
e83ec61 update docs for -c 22 August 2014, 00:12:27 UTC
f6609e5 Merge pull request #2702 from hamishwillee/incoming Numerous general fixes 22 August 2014, 00:09:26 UTC
6dc95a7 Fixes to home page layout, size of inline code text, emcc final updates, improvements to tutorial and downloads 21 August 2014, 23:48:27 UTC
97e2a79 add NO_FILESYSTEM and NO_BROWSER options, to reduce file size in cases where those functionalities are not necessary 21 August 2014, 23:45:19 UTC
c6f5311 add structure alignment code to runtime only in non-fastcomp 21 August 2014, 22:25:07 UTC
06c6639 clean up dedup and set appearance in runtime 21 August 2014, 21:56:34 UTC
cdb7dad move imprecise bitops runtime utils into non-fastcomp 21 August 2014, 21:48:51 UTC
8a5c20a add settings.js note of when we are running fastcomp 21 August 2014, 21:47:40 UTC
424b709 move alignment and type utilities out of Runtime, as not needed at runtime 21 August 2014, 21:46:58 UTC
a9697cf Merge pull request #2694 from huningxin/incoming Update simd.js and code generation accordingly 21 August 2014, 20:12:27 UTC
776650c Merge pull request #2699 from juj/custom_clang_vendors Adjust clang version check to detect custom compiler vendor strings. #2698 21 August 2014, 19:43:09 UTC
33c92f6 1.23.0 21 August 2014, 18:57:27 UTC
4df83e7 Adjust clang version check to detect custom compiler vendor strings. #2698 21 August 2014, 10:03:32 UTC
7b7aeb9 Addition of Module reference and cross linking to it from elsewhere. Removal from Interacting with code 21 August 2014, 02:55:42 UTC
d207031 fix test_rounding 20 August 2014, 20:29:12 UTC
c5c2534 Merge branch 'floor' of https://github.com/socketpair/emscripten into incoming Conflicts: src/runtime.js 20 August 2014, 20:28:37 UTC
a56ebf0 use |0 in utf code 20 August 2014, 20:25:26 UTC
4805247 add test for modf negatives 20 August 2014, 20:19:52 UTC
392e7ff clean up emcc --help 20 August 2014, 20:10:55 UTC
206b05b use text output for local doc builds, and make emcc --help read and print its docs 20 August 2014, 18:40:04 UTC
575d26e Merge branch 'incoming' of https://github.com/hamishwillee/emscripten into incoming 20 August 2014, 18:14:01 UTC
6c91dce simplify other.test_emcc --help detection to try to fix it on windows 20 August 2014, 18:10:52 UTC
43112f2 suppress unneeded benchmark notification 20 August 2014, 18:10:37 UTC
7075ff4 handle all possible GLUT cursor value and throw an exception when an invalid one is provided 20 August 2014, 13:16:31 UTC
604c969 Fixes to fonts and some text as result of final review by Jukka on a number of docs 20 August 2014, 11:23:11 UTC
31ef456 fix indentation 20 August 2014, 09:36:26 UTC
3e9d790 add javascript implementation of glutSetCursor function 20 August 2014, 09:24:18 UTC
395ef97 Conversion of emcc docs to form that can easily be converted to text. Full review of that doc. 20 August 2014, 07:19:40 UTC
9431a0f Update filesystem API with clarifications from Anthony Pesch. Mark AboutEmscription doc as ready-for-review 20 August 2014, 00:43:11 UTC
c6c1cbf Merge pull request #2686 from artillery/webidl-array-attributes WebIDL: array attribute bindings 20 August 2014, 00:14:35 UTC
fed7423 faq updates 19 August 2014, 23:59:41 UTC
87c4287 Make Talks and Publications topic done (not ready for review) 19 August 2014, 23:59:41 UTC
50fc7c2 Fixes to building from source on Windows. Updated introduction. Minor updates to many other files 19 August 2014, 23:59:41 UTC
315c206 Add .ico files to site 19 August 2014, 23:58:58 UTC
22fe746 Merge pull request #2690 from waywardmonkeys/upstream-embind-changes Upstream embind changes 19 August 2014, 23:41:16 UTC
391f0e8 benchmark runner fixes 19 August 2014, 23:35:29 UTC
80779d0 update sockets.test_nodejs_sockets_echo 19 August 2014, 22:48:38 UTC
1ca55d4 limit the size of the test runner library cache name, to avoid OS limits 19 August 2014, 22:03:41 UTC
efcd418 disable test_readdir in non-emcc 19 August 2014, 21:54:50 UTC
8367ef6 Update SIMD.js code generation due to API update. 19 August 2014, 18:20:47 UTC
627141c Update the simd.js It is based on version https://github.com/johnmccutchan/ecmascript_simd/blob/14aa231d3c1021695ecee467ef35e5d61c8c669e/src/ecmascript_simd.js Changes: 46620fd Add type check into SIMD operations. 1f29859 Fix float64x2.clamp implementation and add test case for it. 22b8ccf Use object properties instead of typed array as storage in polyfill 8941215 Changed conversion operators from SIMD.XXX.toYYY() to SIMD.YYY.fromXXX(), added 'select' operator for all types, added/updated tests 3eaaf69 Added reciprocal, reciprocalSqrt, shuffle, shuffleMix, comparison, and select operators to SIMD.float64x2 6f68238 Added SIMD.float64x2 (abs, neg, add, sub, mul, div, clamp, min, max, scale, sqrt, withX, withY, SIMD.float32x4.toFloat64x2) 19 August 2014, 18:19:30 UTC
2cdd2fc docs updates 19 August 2014, 18:12:47 UTC
6122398 Merge pull request #2688 from juj/libcxx_map_selfassign_fix Libcxx map selfassign fix 19 August 2014, 13:56:52 UTC
f984d94 Bump version to 1.22.2 to ensure the previous patch is applied. 19 August 2014, 13:55:05 UTC
ccc9d13 Add a note to readme.txt for libcxx to remind about backported std::map self-assign fix. 19 August 2014, 13:54:48 UTC
6e35daa Add test for std::map self-assign. 19 August 2014, 13:54:48 UTC
1c8a97e Apply patch from upstream libc++ bug 18735: http://llvm.org/bugs/show_bug.cgi?id=18735 to fix self-assignment operators of std::map, multimap and unordered_map. 19 August 2014, 13:54:48 UTC
972e151 Embind: support nulls in embind_repr() 19 August 2014, 09:57:00 UTC
cef1852 Embind: Allow the cloning of pointers scheduled for deletion 19 August 2014, 09:56:34 UTC
back to top