Граф коммитов

118 Коммитов

Автор SHA1 Сообщение Дата
Nick Bray 5d680fd50d Add Nick Bray to authors. 2013-08-08 10:46:38 -07:00
Alon Zakai 3cff82da6a Merge branch 'qsort_reduce_callchain' of github.com:PinZhang/emscripten into incoming 2013-08-01 16:20:27 -07:00
pzhang ad2bd9af83 Reduce call chain of qsort
This will considerably improve the performance of qsort-heavily-used projects
like Android-Pinyin-IME, more discussion:
  https://groups.google.com/forum/#!topic/emscripten-discuss/Ah2CNfQ8ra4
  https://github.com/kripken/emscripten/pull/1437
2013-07-31 10:32:44 +08:00
Yu Kobayashi 9ef9ffc2ac Add Yu Kobayashi to AUTHORS 2013-07-30 07:49:20 +09:00
Alon Zakai 847b24e959 Merge branch 'isgraph' of github.com:ToadKing/emscripten into incoming 2013-07-21 12:12:14 -07:00
ToadKing cba8693198 add self to AUTHORS 2013-07-21 15:05:42 -04:00
Ryan Kelly 77f2dc17b4 Fix JS syntax error when embedding an empty file. 2013-07-16 16:21:33 +10:00
Soeren Balko c2a470bbdb Added myself to AUTHORS 2013-07-15 15:12:45 +10:00
Douglas T. Crosher fe247614cd Add Douglas Crosher to the AUTHORS file. 2013-07-11 14:23:47 +10:00
Joseph Gentle dfa647039a Added Joseph Gentle to authors 2013-07-01 10:35:41 -07:00
manny/MADE dceafa222a CHANGED: added myself to AUTHORS 2013-06-18 14:00:47 +02:00
David Barksdale 1326270ce8 Added test for float.h agreeing with sizeof. 2013-06-17 17:01:55 -07:00
Alon Zakai dbfb693b60 Merge branch 'commonjs' of github.com:jazzzz/emscripten into incoming 2013-06-05 11:40:18 -07:00
Jazz 12acd44d81 Add myself to AUTHORS 2013-06-05 10:53:45 +02:00
Alon Zakai 98ba79568b Merge branch 'master' of github.com:feeley/emscripten into incoming 2013-06-04 15:46:59 -07:00
Marc Feeley 9226578fa1 Add basic support for nonblocking read 2013-06-04 15:39:55 -07:00
Jez Ng e7969e3753 Add Jez Ng to AUTHORS. 2013-06-04 15:01:07 -07:00
Onno e16878f2b6 Fixed Issue #1241: _scanString not supporting upper case format specifiers A, E, F, G, X. 2013-06-04 13:26:45 +02:00
Frits Talbot 60faa96b41 Add myself to AUTHORS 2013-06-03 13:43:24 -07:00
Alon Zakai 8e71065660 add jgilbert to AUTHORS 2013-05-30 14:06:01 -07:00
Dan Gohman a2b9c72b67 Add myself to the AUTHORS file. 2013-05-23 15:23:08 -07:00
James Gregory 4f0674d6ad Add myself to AUTHORS 2013-05-16 13:35:23 -07:00
Alon Zakai d59c69f254 Merge branch 'incoming' of github.com:mgerhardy/emscripten into mgerhardy-incoming 2013-05-09 12:01:58 -07:00
John Allwine 4f29a5fee4 added my name to authors 2013-05-09 11:57:50 -07:00
Anthony Thibault a928ac77a8 Issue #1134: scanf does not treat CR, FF, VT as whitespace 2013-05-08 20:39:23 -07:00
Martin Gerhardy 5123418c4a * SDL_GL_ExtensionSupported: fixed integer value
* added myself to the AUTHORS file
2013-05-07 06:50:49 +02:00
Alon Zakai 40a5c44d66 Merge branch 'strcat-fix' of github.com:fairfieldt/emscripten into fairfieldt-strcat-fix 2013-05-03 13:30:41 -07:00
Sylvestre Ledru 155342908c Remove executable permissions on simple files 2013-05-03 13:18:26 -07:00
Tom Fairfield 4bdc1b05e8 fixes strcat so that it returns the correct value
It should return the "dest" pointer that was passed in.
test_strings has been updated with a test for the correct behavior.
2013-05-02 21:39:32 -03:00
Robert Bragg 3e4bd21bda look for python2 before python for default .emscripten
emscripten requires python 2 but some systems have multiple versions of
python installed and the 'python' binary will correspond to python 3. We
now explicitly look for a python2 first when setting up a default
.emscripten config file.
2013-04-30 19:30:42 +01:00
Anthony Pesch c22321bcfb Added self to AUTHORS 2013-04-24 13:14:01 -07:00
Jukka Jylänki 8ae67d7642 Fix newline typo in AUTHORS. 2013-04-16 11:45:11 +03:00
Jukka Jylänki 9437ede8d7 Update AUTHORS to refer to all people who contributed to embind. 2013-04-12 14:28:36 +03:00
Bruce Mitchener de4f21890f Add Joe Lee to AUTHORS. 2013-04-12 10:24:58 +07:00
Alon Zakai c5b4f5f2b8 Merge branch 'sscanf' of github.com:artdent/emscripten into artdent-sscanf 2013-04-08 20:26:47 -07:00
Alon Zakai 11f19e615c Merge pull request #1039 from juj/no_emcc_exe
No emcc exe
2013-04-08 20:16:44 -07:00
Arlo Breault ecaaf7a499 combine netdb.h 2013-04-08 17:20:08 -07:00
Joshua Granick 5a642b1a7e Added name to AUTHORS 2013-04-07 10:26:34 +03:00
Jacob Lee 66883355e4 scanf: support '*', which matches without assigning to an argument.
For example, sscanf("1 2 3", "%*d %d", &foo) stores 2 into foo.
2013-04-06 15:14:52 -04:00
Éloi Rivard 6512c70b54 * Fixed OpenAL currentContext. 2013-04-05 10:28:16 +02:00
Alon Zakai d79e23b630 Merge branch 'ag/clang-add-version' of github.com:agladysh/emscripten into agladysh-ag/clang-add-version2 2013-04-04 21:12:18 -07:00
Éloi Rivard e646c6db2b Update AUTHORS 2013-04-04 11:17:37 +02:00
Éloi Rivard c670dde7c6 * OpenGL extensions. 2013-04-04 11:17:37 +02:00
Éloi Rivard b4786e49d4 * OpenGL extensions. 2013-04-04 11:17:36 +02:00
Alexander Gladysh 1e30c181f0 added myself to the AUTHORS 2013-04-04 00:24:48 +04:00
Felix H. Dahlke 255d0f838d Add myself to AUTHORS 2013-03-30 22:24:11 +01:00
tingyuan ec8e3e0ade Add myself to AUTHORS 2013-03-19 12:13:29 +08:00
Alon Zakai 6d42ca16f2 Merge branch 'ldc' of github.com:gagern/emscripten into gagern-ldc2 2013-03-07 18:24:07 -08:00
Tobias Doerffel 4180b3ac7e Emit correct code for setjmp() calls when in UNALIGNED_MEMORY mode
makeSetValue() returns multiple statements when in UNALIGNED_MEMORY
mode and thus have to be separated by commas in this context.
2013-03-06 18:23:22 +01:00
Martin von Gagern 85b34c5c91 Adding myself to AUTHORS. 2013-03-06 01:43:46 +01:00