Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-03-07 | Merge branch 'ldc' of github.com:gagern/emscripten into gagern-ldc2 | Alon Zakai | |
2013-03-06 | Emit correct code for setjmp() calls when in UNALIGNED_MEMORY mode | Tobias Doerffel | |
makeSetValue() returns multiple statements when in UNALIGNED_MEMORY mode and thus have to be separated by commas in this context. | |||
2013-03-06 | Adding myself to AUTHORS. | Martin von Gagern | |
2013-02-26 | Merge branch 'incoming' of github.com:lptr/emscripten into lptr-incoming | Alon Zakai | |
2013-02-26 | Add myself to AUTHORS file | Vladimir Vukicevic | |
2013-02-25 | space in AUTHORS | Alon Zakai | |
2013-02-21 | Add Roger Braun to AUTHORS file. | Roger Braun | |
2013-02-21 | Added some comments | Lorant Pinter | |
2013-02-19 | add mbishop | Michael Bishop | |
2013-02-05 | Merge branch 'incoming' | Alon Zakai | |
2013-02-01 | Add myself to AUTHORS. | Bruce Mitchener | |
2013-01-24 | Merge branch 'incoming' | Alon Zakai | |
2013-01-19 | Merge branch 'incoming' of https://github.com/manuels/emscripten into incoming | Alon Zakai | |
2013-01-19 | Add testcase for sscanf floating point format aliases | manuels | |
2013-01-16 | Add myself to AUTHORS | Jasper 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-16 | Added the gluOrtho2D function. | Michael Riss | |
Signed-off-by: Michael Riss <Michael.Riss@gmx.de> | |||
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-16 | Added the gluOrtho2D function. | Michael Riss | |
Signed-off-by: Michael Riss <Michael.Riss@gmx.de> | |||
2013-01-07 | Merge remote-tracking branch 'wolfviking/incoming' into incoming | Alon Zakai | |
Conflicts: AUTHORS src/library_browser.js system/include/emscripten/emscripten.h | |||
2012-12-28 | Add comment,test,authors. Change indentation and comma space | Anthony Liot | |
Modify the indentation Add Author Add comment Add test inside runner.py | |||
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 | |