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

49 Коммитов

Автор SHA1 Сообщение Дата
Dominic Wong e0c208c493 Fixed embind for non-void non-const class methods (with test). 2012-11-30 15:16:00 +08:00
Xuejie Xiao a8f02d0776 Fix correct case for my name, sorry for yet another commit 2012-11-19 16:00:15 -05:00
Xuejie Xiao 9be35831f0 Add erf and erfc implementations 2012-11-19 15:52:26 -05:00
Alon Zakai 29b01efc95 add newline in authors 2012-11-07 17:58:37 -08:00
Manuel Wellmann 1365ac6abc Added %lld support to __scanString
Also extended makeSetValue for the i64/typed_array=2 case.
2012-11-05 18:00:29 +01:00
Joel Martin b64755f16a Add myself to AUTHORS. 2012-11-01 09:22:08 -05:00
Lars Schneider 0c33345f22 Add emcc option "--split <size>" to split javascript file.
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-26 19:30:19 +02:00
Chad Austin b84fcaf11c Reflect IMVU's ownership of my contributions in AUTHORS. 2012-09-25 16:10:52 -07:00
Janus b3039131e6 add conftest.c flag passing test and use right indenting 2012-09-20 14:32:26 +02:00
Riccardo Magliocchetti feb4433e07 Add ability to use versioned llvm binaries
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-18 19:06:55 +02:00
Benjamin Stover 00338e07d6 Bitshift optimizer anticipates fns with switches
Conflicts:
	AUTHORS
2012-09-05 11:18:40 -07:00
Mokhtar Naamani 5849d6f137 added myself to the AUTHORS file 2012-09-05 09:49:16 +03:00
jpike 65423e7b73 More sensible default emscripten settings that can be overriden with env. 2012-08-31 18:46:33 +01:00
Alon Zakai 58a2ec60c6 Merge pull request #548 from andreabedini/gh-141
Use strto{l,l,ll,d} for ato{i,l,ll,f} repectively (take two)
2012-08-27 20:24:02 -07:00
Andrea Bedini c9f8502174 Add myself to AUTHORS 2012-08-28 12:10:20 +10:00
Alon Zakai 0c2e620f5e comment in AUTHORS 2012-08-24 14:29:51 -07:00
Justin Kerk 6b20729a18 Add self to AUTHORS 2012-07-26 21:10:43 -07:00
Xingxing Pan 83f62834f0 Fix keyCodes for ctrl, alt, shift 2012-07-14 23:31:38 +08:00
Alon Zakai 96f8df489e Merge pull request #380 from linghuye/master 2012-07-12 14:16:03 -07:00
nandhp 81bbbc3de4 Fix SDL_MapRGB and implement SDL_MapRGBA.
Also provide a test case.
2012-07-11 10:30:29 -05:00
Chad Austin 80a4f1a3a3 add myself to authors list 2012-07-05 01:07:57 -07:00
Aleksander Guryanov 2134a33a61 Add implementation of strndup function and test for it 2012-05-28 21:35:04 +07:00
Jukka Jylänki ec8684267f Added Jukka Jylänki to AUTHORS. 2012-05-15 21:19:27 +03:00
Diclophis f3194e27c7 Add jbardin to AUTHORS 2012-04-18 08:02:18 +00:00
YeZhongWen 2c138e342d Update AUTHORS 2012-04-14 09:21:51 +08:00
Brian Anderson 0779f9cc2e Add Brian Anderson to AUTHORS 2012-04-09 14:40:45 -07:00
Alon Zakai e2bdb34948 merge fixes 2012-04-03 20:26:45 -07:00
Pierre Renaux 8d73ecdc51 Updated AUTHORS ; 2012-04-04 09:33:17 +08:00
David Benjamin 951f4e6698 Implement SDL_Linked_Version 2012-03-31 03:30:34 -04:00
Ehsan Akhgari 8d29314585 Add Behdad Esfahbod to the AUTHORS file 2012-03-29 22:02:33 -07:00
Nathan Hammond 8219427f95 Merge with @richardassar's changes. 2012-03-07 21:31:08 -05:00
Nathan Hammond 1c1e00f1dd Make requested changes: fix include, add myself to authors. 2012-03-06 17:51:45 -05:00
The_Fly 45b5ad4af6 Adding myself to authors 2012-03-05 22:57:46 +00:00
Adrian Taylor 423519b365 Adding myself to AUTHORS. 2012-02-13 22:15:13 +00:00
Ehsan Akhgari ec0e494e6a Add myself to the Authors file 2012-01-20 15:08:12 -05:00
Alon Zakai 638532d89f additional space 2012-01-06 17:55:19 -08:00
julien.hamaide 642a4368d8 Adding myself to the list of authors 2012-01-03 22:59:09 +01:00
David Yip 22d3d978e3 Add self to AUTHORS file. 2011-12-19 03:03:09 -06:00
David Claughton ca12d620e8 Modify exit() to throw an object and catch it.
* 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-12-03 01:29:44 +00:00
Alon Zakai 6c4725c1ff add space to AUTHORS 2011-11-29 14:15:26 -08:00
Benjamin M. Schwartz d5248fa076 When I64_MODE==1, split each global constant int64 at compile time.
This change allows the generated code to be processed by the
closure compiler.  Without this change, commit
81f82a6a0d
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-27 20:51:20 -05:00
LCID Fire c77c200fba Remove muting or std outputting stderr. 2011-11-17 20:08:28 +01:00
BenoitT 08afd7358a Update AUTHORS 2011-10-21 09:52:14 -03:00
Jeff Terrace 8d3f03197c Add jterrace to authors 2011-10-13 18:04:31 -04:00
SiggyBar 19a52a996d Edited AUTHORS via GitHub 2011-10-05 10:15:25 +03:00
max99x 9d0ea81c35 Added some libc I/O stubs to get Python module importing to work:
* 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 04:15:28 +03:00
tim.dawborn ad7d02cd33 * added myself to AUTHORS 2011-06-24 09:49:48 +10:00
Alon Zakai 67edb0096d LICENSE and AUTHORS 2011-06-23 16:07:17 -07:00
alon@honor de312eeea6 missing file
--HG--
rename : AUTHORS.txt => AUTHORS
2010-08-28 21:06:12 -07:00