Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-28 | Update AUTHORS file | Ranger Harke | |
2013-08-24 | Add myself to AUTHORS | Daft-Freak | |
2013-08-20 | Add self to authors | Aidan Hobson Sayers | |
2013-08-08 | Add Nick Bray to authors. | Nick Bray | |
2013-08-01 | Merge branch 'qsort_reduce_callchain' of github.com:PinZhang/emscripten into ↵ | Alon Zakai | |
incoming | |||
2013-07-31 | Reduce call chain of qsort | pzhang | |
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-30 | Add Yu Kobayashi to AUTHORS | Yu Kobayashi | |
2013-07-21 | Merge branch 'isgraph' of github.com:ToadKing/emscripten into incoming | Alon Zakai | |
2013-07-21 | add self to AUTHORS | ToadKing | |
2013-07-16 | Fix JS syntax error when embedding an empty file. | Ryan Kelly | |
2013-07-15 | Added myself to AUTHORS | Soeren Balko | |
2013-07-11 | Add Douglas Crosher to the AUTHORS file. | Douglas T. Crosher | |
2013-07-01 | Added Joseph Gentle to authors | Joseph Gentle | |
2013-06-18 | CHANGED: added myself to AUTHORS | manny/MADE | |
2013-06-17 | Added test for float.h agreeing with sizeof. | David Barksdale | |
2013-06-05 | Merge branch 'commonjs' of github.com:jazzzz/emscripten into incoming | Alon Zakai | |
2013-06-05 | Add myself to AUTHORS | Jazz | |
2013-06-04 | Merge branch 'master' of github.com:feeley/emscripten into incoming | Alon Zakai | |
2013-06-04 | Add basic support for nonblocking read | Marc Feeley | |
2013-06-04 | Add Jez Ng to AUTHORS. | Jez Ng | |
2013-06-04 | Fixed Issue #1241: _scanString not supporting upper case format specifiers ↵ | Onno | |
A, E, F, G, X. | |||
2013-06-03 | Add myself to AUTHORS | Frits Talbot | |
2013-05-30 | add jgilbert to AUTHORS | Alon Zakai | |
2013-05-23 | Add myself to the AUTHORS file. | Dan Gohman | |
2013-05-16 | Add myself to AUTHORS | James Gregory | |
2013-05-09 | Merge branch 'incoming' of github.com:mgerhardy/emscripten into ↵ | Alon Zakai | |
mgerhardy-incoming | |||
2013-05-09 | added my name to authors | John Allwine | |
2013-05-08 | Issue #1134: scanf does not treat CR, FF, VT as whitespace | Anthony Thibault | |
2013-05-07 | * SDL_GL_ExtensionSupported: fixed integer value | Martin Gerhardy | |
* added myself to the AUTHORS file | |||
2013-05-03 | Merge branch 'strcat-fix' of github.com:fairfieldt/emscripten into ↵ | Alon Zakai | |
fairfieldt-strcat-fix | |||
2013-05-03 | Remove executable permissions on simple files | Sylvestre Ledru | |
2013-05-02 | fixes strcat so that it returns the correct value | Tom Fairfield | |
It should return the "dest" pointer that was passed in. test_strings has been updated with a test for the correct behavior. | |||
2013-04-30 | look for python2 before python for default .emscripten | Robert Bragg | |
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-24 | Added self to AUTHORS | Anthony Pesch | |
2013-04-16 | Fix newline typo in AUTHORS. | Jukka Jylänki | |
2013-04-12 | Update AUTHORS to refer to all people who contributed to embind. | Jukka Jylänki | |
2013-04-12 | Add Joe Lee to AUTHORS. | Bruce Mitchener | |
2013-04-08 | Merge branch 'sscanf' of github.com:artdent/emscripten into artdent-sscanf | Alon Zakai | |
2013-04-08 | Merge pull request #1039 from juj/no_emcc_exe | Alon Zakai | |
No emcc exe | |||
2013-04-08 | combine netdb.h | Arlo Breault | |
2013-04-07 | Added name to AUTHORS | Joshua Granick | |
2013-04-06 | scanf: support '*', which matches without assigning to an argument. | Jacob Lee | |
For example, sscanf("1 2 3", "%*d %d", &foo) stores 2 into foo. | |||
2013-04-05 | * Fixed OpenAL currentContext. | Éloi Rivard | |
2013-04-04 | Merge branch 'ag/clang-add-version' of github.com:agladysh/emscripten into ↵ | Alon Zakai | |
agladysh-ag/clang-add-version2 | |||
2013-04-04 | Update AUTHORS | Éloi Rivard | |
2013-04-04 | * OpenGL extensions. | Éloi Rivard | |
2013-04-04 | * OpenGL extensions. | Éloi Rivard | |
2013-04-04 | added myself to the AUTHORS | Alexander Gladysh | |
2013-03-30 | Add myself to AUTHORS | Felix H. Dahlke | |
2013-03-19 | Add myself to AUTHORS | tingyuan | |