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

215 Коммитов

Автор SHA1 Сообщение Дата
Nicholas Wilson 7eab43d564 Fix returning uninitialised memory to C code. flowinfo is a dead field that's unused, scope_id is actually useful but browsers have terrible support for link-local IPv6 addresses so we needn't support it now. 2014-09-04 10:26:15 +01:00
Alon Zakai 0ed40d28da Merge branch 'patch-1' of https://github.com/H2CO3/emscripten into incoming
Conflicts:
	AUTHORS
2014-09-02 12:15:07 -07:00
Árpád Goretity  0fddc76727 Update AUTHORS 2014-09-02 21:08:17 +02:00
Gauthier Billot ec5d819565 Update AUTHORS 2014-08-29 22:37:09 +02:00
Alon Zakai b8c49ac75f Merge branch 'master' of https://github.com/socketpair/emscripten into incoming
Conflicts:
	AUTHORS
2014-08-12 14:47:12 -07:00
Коренберг Марк (imac) 045157e7c0 Signal-related function implementations moved to separate file
When stubs are used, message will be printed using console.error()

alarm() and ualarm() throws exception now instead of stub. Using stubs
may significantly break applications.

siginterrupt() calls stub instead of exception. Since syscalls are never
interrupted in emscripten, it is better not to raise exception here.
2014-08-12 11:22:52 +06:00
Alon Zakai 80c9a24b65 Merge branch 'enum-support' of https://github.com/artillery/emscripten into incoming
Conflicts:
	AUTHORS
2014-08-06 17:37:40 -07:00
Alon Zakai 07e0c4147d Merge branch 'abort_requests' of https://github.com/mulder93/emscripten into incoming
Conflicts:
	AUTHORS
2014-08-05 15:59:18 -07:00
zzmp 382bebec61 Add myself to AUTHORS 2014-08-05 12:33:07 -07:00
Mark Logan 7d1ba2ea82 Add myself to AUTHORS 2014-08-02 09:31:18 -07:00
Boris Tsarev 9cc8b331c8 Added capability to abort async requests. 2014-07-30 13:11:19 +04:00
Nathan Ross a309ef636c updating authors - have a patch ready.
following procedure @ http://kripken.github.io/emscripten/docs/contributing/contributing.html
2014-07-27 21:23:52 -04:00
Alon Zakai daa166256a Merge branch 'incoming' of https://github.com/syl22-00/emscripten into incoming
Conflicts:
	AUTHORS
2014-07-25 13:03:03 -07:00
Sylvain Chevalier 192f5fa59b Added test for embedding large files 2014-07-25 12:54:03 +02:00
Alon Zakai 13c81b721e add hamishwillee to AUTHORS 2014-07-24 16:45:25 -07:00
Glenn Wichman b3a23c27af add self to authors 2014-07-17 14:31:31 -07:00
Bruce Mitchener c618847937 Fix typo in AUTHORS. 2014-07-08 23:21:21 +07:00
Benoit Tremblay d6b4f539df Updated my e-mail address 2014-07-03 20:35:36 -04:00
Alon Zakai 349be82108 Merge branch 'sdl' of github.com:sronsse/emscripten into incoming
Conflicts:
	AUTHORS
2014-07-01 10:55:12 -07:00
Sebastien Ronsse 923c144c8b add myself to AUTHORS 2014-06-28 13:08:04 -07:00
Jonas Platte e3cf0ef1e9 Fix CMAKE_FIND_ROOT_PATH
This allows projects and libraries using CMake to automatically find include directories and library files in the emscripten system directory. I am unsure why it was set to `${EMSCRIPTEN_ROOT_PATH}/cmake` before, but I tested it and it didn't work until I changed `cmake` to `system`. `CMAKE_FIND_ROOT_PATH` is documented [here](http://www.cmake.org/Wiki/CMake_Cross_Compiling#Searching_and_finding_external_software).
2014-06-27 14:17:51 +02:00
Nikolay Vorobyov 22d2a0fcd2 Added embind support for std::unique_ptr 2014-06-18 16:44:03 +03:00
Sathyanarayanan Gunasekaran fc553d898a add myself to AUTHORS 2014-06-11 17:08:46 -07:00
Nicolas Guillemot 332d525ce0 added Nicolas Guillemot to AUTHORS 2014-06-04 13:03:09 -07:00
Alon Zakai a4393330db Merge branch 'update_simd' of github.com:huningxin/emscripten into incoming
Conflicts:
	AUTHORS
2014-06-02 16:40:48 -07:00
Ningxin Hu 8823b6305f Add ningxin.hu@intel.com into AUTHORS 2014-05-29 16:33:08 +08:00
Alon Zakai 8abdafadfc Merge branch 'master' of github.com:JasonGreen/emscripten into incoming
Conflicts:
	AUTHORS
2014-05-28 14:04:51 -07:00
Jason Green 2bafe8167c glTex[Sub]Image* should not throw an exception, but should cause a GL_INVALID_ENUM error on unrecognized formats or types 2014-05-28 15:45:24 -05:00
Alon Zakai 447f96296b Merge branch 'archive_groups' of github.com:rsturgell/emscripten into incoming
Conflicts:
	AUTHORS
2014-05-20 12:58:27 -07:00
Ophir LOJKINE 1d05dabfb0 Add @lovasoa to the AUTHORS 2014-05-20 21:13:25 +02:00
mhenschel e0a636a296 Add myself to AUTHORS 2014-05-13 15:28:19 +02:00
Ryan Sturgell 91d6303b96 Add Ryan Sturgell to AUTHORS 2014-05-07 16:44:31 -07:00
Camilo Polymeris 6c1b114fa5 Add myself to AUTHORS 2014-04-29 17:20:09 -04:00
Alon Zakai 55c1dfd2c1 Merge branch 'fix-SDL_GetKeyboardState-not-based-on-scanCode-bug' of github.com:usagi/emscripten into incoming
Conflicts:
	AUTHORS
2014-04-23 13:02:52 -07:00
Alon Zakai b6834b7094 Merge branch 'incoming' of github.com:guillaumeblanc/emscripten into incoming
Conflicts:
	AUTHORS
2014-04-22 10:25:51 -07:00
Guillaume Blanc fd9e8330ea Fixes glfwGetKey that always returns 0 if no callback is set with glfwSetKeyCallback; fixes #1320 2014-04-22 13:40:22 +02:00
Ori Avtalion 5a2501b3b9 Fix typo in settings.js 2014-04-17 09:46:06 -07:00
Usagi Ito 2c0a4c6ad5 add myself 2014-04-16 21:26:30 +09:00
prixeus 33ff37f9b9 - fix mouse button ordering
- added/fixed some glfw button codes
- added myself to AUTHORS
- unified the comments and else statements
2014-04-02 12:17:03 +02:00
Alon Zakai 1762d5adba Merge branch 'patch-2' of github.com:dandv/emscripten into incoming
Conflicts:
	AUTHORS
2014-03-24 14:04:16 -07:00
Dan Dascalescu 45a98fe1ea Adding @dandv 2014-03-24 13:58:19 -07:00
Alon Zakai 8b67982bf0 Merge branch 'patch-1' of github.com:ddiproietto/emscripten into incoming
Conflicts:
	AUTHORS
2014-03-10 10:12:32 -07:00
Daniele Di Proietto 99a8cf5b4f Added myself to AUTHORS 2014-03-08 15:12:04 +01:00
Alon Zakai e351933a7a Merge pull request #2202 from abergmeier/fix_address
Correct my email address.
2014-03-07 15:31:46 -08:00
Alon Zakai 899244588d Merge branch 'master' of github.com:Noxalus/emscripten into incoming
Conflicts:
	AUTHORS
2014-03-07 10:31:38 -08:00
Noxalus 0cff0780c9 Update AUTHORS 2014-03-07 10:10:40 +01:00
Andreas Bergmeier ba91806f0e Correct my email address. 2014-03-07 09:25:11 +01:00
Alon Zakai 6ec190d394 Merge branch 'allow_multiple_worker_responses' of github.com:virusdave/emscripten into incoming
Conflicts:
	AUTHORS
2014-03-03 14:10:55 -08:00
Dave Nicponski 168ec74a34 Allow multiple worker responses (via messages) if desired.
Add unit test for multiple worker responses.

Test command:
  python tests/runner.py browser.test_worker_api_3

Add self to authors file.
2014-03-03 17:00:11 -05:00
Alon Zakai a5a94fb703 Merge branch 'incoming' of github.com:DerKoun/emscripten-fullscreen-improvements into incoming
Conflicts:
	AUTHORS
2014-02-28 12:48:31 -08:00