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

231 Коммитов

Автор SHA1 Сообщение Дата
Victor Costan 9e6a6e4942 Add resize to bindings generated by register_vector.
register_vector currently generates push_back, size, get, and set. This
is sufficient for growing vectors, but provides no way to delete
elements and shrink vectors.  This change adds resize, which can be used
to shrink vectors.
2014-12-09 08:41:02 -05:00
Akira Takahashi 929ccfb5e4 add author 2014-11-19 00:52:15 +09:00
Petr Babička 22138c3522 Add Petr B. as author 2014-11-10 18:27:22 +01:00
Warren Seine 57ccb241f3 Fix typo in assertion in sdl_audio test. 2014-11-07 02:08:43 +02:00
Jukka Jylänki 4b27b6cafd Merge branch 'djg_gl' into incoming
Conflicts:
	AUTHORS
2014-10-30 18:50:13 -04:00
William Furr 40111cb502 Add William Furr to AUTHORS 2014-10-30 15:34:43 -07:00
Dan Glastonbury db5db1de5b Implement GLES3 functions:
* glGetActiveUniformBlockName
* glGetActiveUniformBlockiv
* glGetIntegeri_v
* glGetUniformBlockIndex
* glGetUniformIndices
* glUniformBlockBinding
2014-10-30 13:03:50 +10:00
Eric Rannaud f9defb7a3a Test for va_arg support on struct types (disabled on nested struct)
va_arg is not yet supported on nested struct types (see
https://code.google.com/p/nativeclient/issues/detail?id=3815)
2014-10-25 08:05:04 -07:00
Alon Zakai dce81fa4a1 Merge branch 'polyfill-glMapBufferRange' of https://github.com/dvander/emscripten into incoming
Conflicts:
	AUTHORS
2014-10-06 16:07:04 -07:00
Alon Zakai 9337907e2c Merge branch 'master' of https://github.com/jlongster/emscripten into incoming
Conflicts:
	AUTHORS
2014-10-06 11:31:00 -07:00
James Long 91a2d12373 add James Long to AUTHORS 2014-10-02 16:19:52 +01:00
David Anderson 4629b4054f Update AUTHORS. 2014-10-01 17:30:20 -07:00
Paul Holland 29b61da41d adding myself to AUTHORS file 2014-10-01 12:46:10 -07:00
Bailey Hayes 294cb60180 Update AUTHORS 2014-09-19 15:18:17 -04:00
Alon Zakai eb30905b40 Merge branch 'memoryInitializer_cdn' of https://github.com/amandle/emscripten into incoming
Conflicts:
	AUTHORS
2014-09-12 21:26:01 -07:00
Aaron Mandle eceb7b373c updating AUTHORS 2014-09-12 12:19:36 -07:00
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