Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-19 | Updated AUTHORS to add myself. | Alan Kligman | |
2012-11-30 | Fixed embind for non-void non-const class methods (with test). | Dominic Wong | |
2012-11-19 | Fix correct case for my name, sorry for yet another commit | Xuejie Xiao | |
2012-11-19 | Add erf and erfc implementations | Xuejie Xiao | |
2012-11-07 | add newline in authors | Alon Zakai | |
2012-11-05 | Added %lld support to __scanString | Manuel Wellmann | |
Also extended makeSetValue for the i64/typed_array=2 case. | |||
2012-11-01 | Add myself to AUTHORS. | Joel Martin | |
2012-09-26 | Add 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-25 | Reflect IMVU's ownership of my contributions in AUTHORS. | Chad Austin | |
2012-09-20 | add conftest.c flag passing test and use right indenting | Janus | |
2012-09-18 | Add ability to use versioned llvm binaries | Riccardo 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-05 | Bitshift optimizer anticipates fns with switches | Benjamin Stover | |
Conflicts: AUTHORS | |||
2012-09-05 | added myself to the AUTHORS file | Mokhtar Naamani | |
2012-08-31 | More sensible default emscripten settings that can be overriden with env. | jpike | |
2012-08-27 | Merge pull request #548 from andreabedini/gh-141 | Alon Zakai | |
Use strto{l,l,ll,d} for ato{i,l,ll,f} repectively (take two) | |||
2012-08-28 | Add myself to AUTHORS | Andrea Bedini | |
2012-08-24 | comment in AUTHORS | Alon Zakai | |
2012-07-26 | Add self to AUTHORS | Justin Kerk | |
2012-07-14 | Fix keyCodes for ctrl, alt, shift | Xingxing Pan | |
2012-07-12 | Merge pull request #380 from linghuye/master | Alon Zakai | |
2012-07-11 | Fix SDL_MapRGB and implement SDL_MapRGBA. | nandhp | |
Also provide a test case. | |||
2012-07-05 | add myself to authors list | Chad Austin | |
2012-05-28 | Add implementation of strndup function and test for it | Aleksander Guryanov | |
2012-05-15 | Added Jukka Jylänki to AUTHORS. | Jukka Jylänki | |
2012-04-18 | Add jbardin to AUTHORS | Diclophis | |
2012-04-14 | Update AUTHORS | YeZhongWen | |
2012-04-09 | Add Brian Anderson to AUTHORS | Brian Anderson | |
2012-04-03 | merge fixes | Alon Zakai | |
2012-04-04 | Updated AUTHORS ; | Pierre Renaux | |
2012-03-31 | Implement SDL_Linked_Version | David Benjamin | |
2012-03-29 | Add Behdad Esfahbod to the AUTHORS file | Ehsan Akhgari | |
2012-03-07 | Merge with @richardassar's changes. | Nathan Hammond | |
2012-03-06 | Make requested changes: fix include, add myself to authors. | Nathan Hammond | |
2012-03-05 | Adding myself to authors | The_Fly | |
2012-02-13 | Adding myself to AUTHORS. | Adrian Taylor | |
2012-01-20 | Add myself to the Authors file | Ehsan Akhgari | |
2012-01-06 | additional space | Alon Zakai | |
2012-01-03 | Adding myself to the list of authors | julien.hamaide | |
2011-12-19 | Add self to AUTHORS file. | David Yip | |
2011-12-03 | Modify exit() to throw an object and catch it. | David Claughton | |
* Changed exit from throwing an text string to throwing an Error-derived object encapsulating the exit status. Then catch it in 'callMain' and return the status. Enable this functionality by setting CATCH_EXIT_CODE in settings.js | |||
2011-11-29 | add space to AUTHORS | Alon Zakai | |
2011-11-27 | When I64_MODE==1, split each global constant int64 at compile time. | Benjamin M. Schwartz | |
This change allows the generated code to be processed by the closure compiler. Without this change, commit 81f82a6a0dd932344027a408ff7bf905de1d2e52 prevents the closure compiler from running (see http://code.google.com/closure/compiler/docs/error-ref.html#error). This change should also slightly improve startup speed and reduce code size. | |||
2011-11-17 | Remove muting or std outputting stderr. | LCID Fire | |
2011-10-21 | Update AUTHORS | BenoitT | |
2011-10-13 | Add jterrace to authors | Jeff Terrace | |
2011-10-05 | Edited AUTHORS via GitHub | SiggyBar | |
2011-06-24 | Added some libc I/O stubs to get Python module importing to work: | max99x | |
* fdopen: no-op. * __01lseek64_: linked tp fseek. * __01open64_: calls open() with swapped args. * unlink: no-op. * __01fstat64_: linked to fstat. Added myself to AUTHORS. | |||
2011-06-24 | * added myself to AUTHORS | tim.dawborn | |
2011-06-23 | LICENSE and AUTHORS | Alon Zakai | |
2010-08-28 | missing file | alon@honor | |
--HG-- rename : AUTHORS.txt => AUTHORS |