summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Collapse)Author
2013-02-26Merge branch 'incoming' of github.com:lptr/emscripten into lptr-incomingAlon Zakai
2013-02-26Add myself to AUTHORS fileVladimir Vukicevic
2013-02-25space in AUTHORSAlon Zakai
2013-02-21Add Roger Braun to AUTHORS file.Roger Braun
2013-02-21Added some commentsLorant Pinter
2013-02-19add mbishopMichael Bishop
2013-02-01Add myself to AUTHORS.Bruce Mitchener
2013-01-19Merge branch 'incoming' of https://github.com/manuels/emscripten into incomingAlon Zakai
2013-01-19Add testcase for sscanf floating point format aliasesmanuels
2013-01-16Add myself to AUTHORSJasper St. Pierre
2013-01-16- remove erroneous, trailing comma at the end of the previously added ↵Michael Riss
gluOrtho2D function - fix my AUTHORS name Signed-off-by: Michael Riss <Michael.Riss@gmx.de>
2013-01-16Added the gluOrtho2D function.Michael Riss
Signed-off-by: Michael Riss <Michael.Riss@gmx.de>
2013-01-07Merge remote-tracking branch 'wolfviking/incoming' into incomingAlon Zakai
Conflicts: AUTHORS src/library_browser.js system/include/emscripten/emscripten.h
2012-12-28Add comment,test,authors. Change indentation and comma spaceAnthony Liot
Modify the indentation Add Author Add comment Add test inside runner.py
2012-12-19Updated AUTHORS to add myself.Alan Kligman
2012-11-30Fixed embind for non-void non-const class methods (with test).Dominic Wong
2012-11-19Fix correct case for my name, sorry for yet another commitXuejie Xiao
2012-11-19Add erf and erfc implementationsXuejie Xiao
2012-11-07add newline in authorsAlon Zakai
2012-11-05Added %lld support to __scanStringManuel Wellmann
Also extended makeSetValue for the i64/typed_array=2 case.
2012-11-01Add myself to AUTHORS.Joel Martin
2012-09-26Add emcc option "--split <size>" to split javascript file.Lars Schneider
Splits the resulting javascript file into pieces to ease debugging. This option only works if Javascript is generated (target -o <name>.js). Files with function declarations must be loaded before main file upon execution. Without "-g" option: Creates files with function declarations up to the given size with the suffix "_functions.partxxx.js" and a main file with the suffix ".js". With "-g" option: Recreates the directory structure of the C source files and stores function declarations in their respective C files with the suffix ".js". If such a file exceeds the given size, files with the suffix ".partxxx.js" are created. The main file resides in the base directory and has the suffix ".js".
2012-09-25Reflect IMVU's ownership of my contributions in AUTHORS.Chad Austin
2012-09-20add conftest.c flag passing test and use right indentingJanus
2012-09-18Add ability to use versioned llvm binariesRiccardo Magliocchetti
Some distributions in order to have multiple version of the same tool add the version to the binary. Teach emscripten about an environment variable called LLVM_ADD_VERSION that add the version to the binary when building its path. This let me use emscripten on debian sid.
2012-09-05Bitshift optimizer anticipates fns with switchesBenjamin Stover
Conflicts: AUTHORS
2012-09-05added myself to the AUTHORS fileMokhtar Naamani
2012-08-31More sensible default emscripten settings that can be overriden with env.jpike
2012-08-27Merge pull request #548 from andreabedini/gh-141Alon Zakai
Use strto{l,l,ll,d} for ato{i,l,ll,f} repectively (take two)
2012-08-28Add myself to AUTHORSAndrea Bedini
2012-08-24comment in AUTHORSAlon Zakai
2012-07-26Add self to AUTHORSJustin Kerk
2012-07-14Fix keyCodes for ctrl, alt, shiftXingxing Pan
2012-07-12Merge pull request #380 from linghuye/masterAlon Zakai
2012-07-11Fix SDL_MapRGB and implement SDL_MapRGBA.nandhp
Also provide a test case.
2012-07-05add myself to authors listChad Austin
2012-05-28Add implementation of strndup function and test for itAleksander Guryanov
2012-05-15Added Jukka Jylänki to AUTHORS.Jukka Jylänki
2012-04-18Add jbardin to AUTHORSDiclophis
2012-04-14Update AUTHORSYeZhongWen
2012-04-09Add Brian Anderson to AUTHORSBrian Anderson
2012-04-03merge fixesAlon Zakai
2012-04-04Updated AUTHORS ;Pierre Renaux
2012-03-31Implement SDL_Linked_VersionDavid Benjamin
2012-03-29Add Behdad Esfahbod to the AUTHORS fileEhsan Akhgari
2012-03-07Merge with @richardassar's changes.Nathan Hammond
2012-03-06Make requested changes: fix include, add myself to authors.Nathan Hammond
2012-03-05Adding myself to authorsThe_Fly
2012-02-13Adding myself to AUTHORS.Adrian Taylor
2012-01-20Add myself to the Authors fileEhsan Akhgari