aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Collapse)Author
2013-10-16Merge branch 'fix-module-exports-with-closure-try2' of ↵Alon Zakai
github.com:fadams/emscripten into incoming Conflicts: AUTHORS tests/test_other.py
2013-10-16Merge branch 'antialiasing' of github.com:wsmind/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2013-10-14Merge branch 'implemet_glcolor4ubv' of github.com:chino/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2013-10-14authors: adding my self :]Daniel Aquino
2013-10-14Merge branch 'glut_mouse_wheel' of github.com:anlambert/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2013-10-13Added myself to AUTHORSRémi Papillié
2013-10-02fixed problem where module.exports, which is needed by node.js gets ↵Fraser Adams
incorrectly minified by Closure. Simple change from module.exports = Module to module['exports'] = Module fixes this. Added simple test case compiling with --O2 -closure 1 to /tests/Module-exports
2013-09-30add myself in AUTHORS fileAntoine Lambert
2013-09-29Add Marcos Scriven to list of authorsMarcos Scriven
2013-09-24Fix entire surface alpha blending with SDL_SetAlphaRichard Quirk
2013-09-24Fix AUTHORS to have UTF-8 encoding.Jukka Jylänki
2013-09-24Rewritten with audioBuffersILOVEPIE
Added myself to AUTHORS Signed-off-by: ILOVEPIE <thehairyrock@gmail.com>
2013-09-18Add a test and myself to AUTHORS.ngld
2013-09-18Add myself to AUTHORSngld
2013-08-28Update AUTHORS fileRanger Harke
2013-08-24Add myself to AUTHORSDaft-Freak
2013-08-20Add self to authorsAidan Hobson Sayers
2013-08-08Add Nick Bray to authors.Nick Bray
2013-08-01Merge branch 'qsort_reduce_callchain' of github.com:PinZhang/emscripten into ↵Alon Zakai
incoming
2013-07-31Reduce call chain of qsortpzhang
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-30Add Yu Kobayashi to AUTHORSYu Kobayashi
2013-07-21Merge branch 'isgraph' of github.com:ToadKing/emscripten into incomingAlon Zakai
2013-07-21add self to AUTHORSToadKing
2013-07-16Fix JS syntax error when embedding an empty file.Ryan Kelly
2013-07-15Added myself to AUTHORSSoeren Balko
2013-07-11Add Douglas Crosher to the AUTHORS file.Douglas T. Crosher
2013-07-01Added Joseph Gentle to authorsJoseph Gentle
2013-06-18CHANGED: added myself to AUTHORSmanny/MADE
2013-06-17Added test for float.h agreeing with sizeof.David Barksdale
2013-06-05Merge branch 'commonjs' of github.com:jazzzz/emscripten into incomingAlon Zakai
2013-06-05Add myself to AUTHORSJazz
2013-06-04Merge branch 'master' of github.com:feeley/emscripten into incomingAlon Zakai
2013-06-04Add basic support for nonblocking readMarc Feeley
2013-06-04Add Jez Ng to AUTHORS.Jez Ng
2013-06-04Fixed Issue #1241: _scanString not supporting upper case format specifiers ↵Onno
A, E, F, G, X.
2013-06-03Add myself to AUTHORSFrits Talbot
2013-05-30add jgilbert to AUTHORSAlon Zakai
2013-05-23Add myself to the AUTHORS file.Dan Gohman
2013-05-16Add myself to AUTHORSJames Gregory
2013-05-09Merge branch 'incoming' of github.com:mgerhardy/emscripten into ↵Alon Zakai
mgerhardy-incoming
2013-05-09added my name to authorsJohn Allwine
2013-05-08Issue #1134: scanf does not treat CR, FF, VT as whitespaceAnthony Thibault
2013-05-07* SDL_GL_ExtensionSupported: fixed integer valueMartin Gerhardy
* added myself to the AUTHORS file
2013-05-03Merge branch 'strcat-fix' of github.com:fairfieldt/emscripten into ↵Alon Zakai
fairfieldt-strcat-fix
2013-05-03Remove executable permissions on simple filesSylvestre Ledru
2013-05-02fixes strcat so that it returns the correct valueTom 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-30look for python2 before python for default .emscriptenRobert 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-24Added self to AUTHORSAnthony Pesch
2013-04-16Fix newline typo in AUTHORS.Jukka Jylänki
2013-04-12Update AUTHORS to refer to all people who contributed to embind.Jukka Jylänki