aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2013-05-09misc sdl fixes to pull #1146Alon Zakai
2013-05-09Merge branch 'incoming' of github.com:mgerhardy/emscripten into ↵Alon Zakai
mgerhardy-incoming
2013-05-09changed getLength to cacheLengthJohn Allwine
2013-05-09changed createLazyFile to only issue xhr requests when the file is accessed ↵John Allwine
(fixes issue #1127)
2013-05-08Issue #1134: scanf does not treat CR, FF, VT as whitespaceAnthony Thibault
2013-05-08fix FI_* of Math.*Alon Zakai
2013-05-08fix function table wrapping of Math.*Alon Zakai
2013-05-08Fix bug in rename() that occures if new filename starts with the old filenamemanuels
2013-05-07avoid unnecessary bitcasts from double to i64, if the double was loaded and ↵Alon Zakai
only used as an i64
2013-05-07switch to le32 target by default1.4.3Alon Zakai
2013-05-07* SDL_GL_ExtensionSupported: fixed integer valueMartin Gerhardy
* added myself to the AUTHORS file
2013-05-07* more SDL2 stuffMartin Gerhardy
2013-05-07* some SDL2 stuffMartin Gerhardy
2013-05-06Merge pull request #1138 from sylvestre/incomingAlon Zakai
Minor improvements in the sources
2013-05-05add test for sdl allocation, and warn when using stub malloc/freeAlon Zakai
2013-05-04make memory management sane: 0 is null, then static including globals, then ↵Alon Zakai
stack, then dynamic/sbrk. deprecate shared libs (BUILD_AS_SHARED_LIB)
2013-05-04emit aborting stubs for DEAD_FUNCTIONSAlon Zakai
2013-05-04Remove more +x permissions on source or javascript filesSylvestre Ledru
2013-05-03assert on no fp80s etc. in non-x86 targetAlon Zakai
2013-05-03Merge pull request #1126 from imvu/more_embind_updatesAlon Zakai
More embind updates
2013-05-03fix asm.js coercionAlon Zakai
2013-05-03Merge branch 'strcat-fix' of github.com:fairfieldt/emscripten into ↵Alon Zakai
fairfieldt-strcat-fix
2013-05-03Provide the right declarations for the scripts to be executed correctlySylvestre Ledru
2013-05-02only emit aborting function stubs on undefined symbols in asm modeAlon Zakai
2013-05-02Add isAliasOf for seeing if two embind handles point to the same underlying ↵Chad Austin
object. Conflicts: tests/embind/embind_test.cpp
2013-05-02checkpoint object handle compositionChad Austin
2013-05-02fixes strcat so that it returns the correct valueTom Fairfield
It should return the "dest" pointer that was passed in. test_strings has been updated with a test for the correct behavior.
2013-05-02guard against exceptions in connect(), which can happen due to e.g. security ↵Alon Zakai
violations for websockets
2013-05-02ensure floats in varargsAlon Zakai
2013-05-02use full alignment in varargsAlon Zakai
2013-05-02use 64-bit alignment for double writes in le32Alon Zakai
2013-05-02fix SDL.keyboardState size to add safe buffer zoneAlon Zakai
2013-05-01remove unneeded corrections in unrolled memcpyAlon Zakai
2013-05-01fix alignment detection in asm for makeCopyValues, strip corrections before ↵Alon Zakai
calculating
2013-05-01optimize client attribute storageAlon Zakai
2013-05-01capture clientAttributes to a localAlon Zakai
2013-05-01unpress keys when losing focusAlon Zakai
2013-05-01missing GL sigsAlon Zakai
2013-05-01preparation for key releasing when losing focus in SDLAlon Zakai
2013-05-01Merge pull request #1117 from rib/wip/coglAlon Zakai
Enable simple Cogl based apps by fixing some SDL_GL_GetProcAddress issues
2013-04-30fix varargsAlon Zakai
2013-04-30lots of SDL_GL_GetProcAddress fixesRobert Bragg
These fixes are enough to enable us to start running Cogl based applications via our sdl backend
2013-04-30switch back to x86 target in preparation to merge to incomingAlon Zakai
2013-04-29make sure to align unnamed globalsAlon Zakai
2013-04-29do not get confused by local vars that alias names of library functions, and ↵Alon Zakai
are used as function pointers
2013-04-29update emscripten_jcache_printfAlon Zakai
2013-04-29speed up corruption checkerAlon Zakai
2013-04-29align struct fields to 64-bit in le32Alon Zakai
2013-04-29improve safe heap loggingAlon Zakai
2013-04-29improve corruption check assert outputAlon Zakai