aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-21Convert threwValue check to boolean expressionAnthony Pesch
2013-05-19Updated test_longjmp to test against negative valuesAnthony Pesch
2013-05-19trigger setjmp on negative valuesAnthony Pesch
2013-05-05generate empty function tables of proper sizeAlon Zakai
2013-05-05update commentsAlon Zakai
2013-05-05add test for sdl allocation, and warn when using stub malloc/freeAlon Zakai
2013-05-05generalize customizeVTable to support asmAlon Zakai
2013-05-05update test_staticsAlon 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-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-03use sys.executableAlon Zakai
2013-05-03Provide the right declarations for the scripts to be executed correctlySylvestre Ledru
2013-05-03Remove executable permissions on simple filesSylvestre Ledru
2013-05-03use -fno-threadsafe-statics, issue #1128Alon Zakai
2013-05-03adjust js pass logging level to debugAlon Zakai
2013-05-03update testsAlon Zakai
2013-05-03restore warning on no input files, to match gccAlon Zakai
2013-05-03fix some logging usesAlon Zakai
2013-05-03tweak some logging levelsAlon Zakai
2013-05-03Displays usage when no argument is passed.Éloi Rivard
2013-05-03* Added some colors to messages displayed from python files.Éloi Rivard
2013-05-02only emit aborting function stubs on undefined symbols in asm modeAlon Zakai
2013-05-021.4.21.4.2Alon Zakai
2013-05-02update test_structbyvalAlon Zakai
2013-05-02Oops, fix a test leak.Chad Austin
2013-05-02Add a test for interface methods that return void.Chad Austin
2013-05-02Add a benchmark for calling from C++ into JS via interfacesChad Austin
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-02Snip some dead codeChad Austin
2013-05-02namespace the binding struct a bit moreChad Austin
2013-05-02snip dead codeChad Austin
2013-05-02Add a select_const for selecting the const method implementation if there ↵Chad Austin
are only two. Conflicts: tests/embind/embind_test.cpp
2013-05-02fix test_runtimelinkAlon Zakai
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-02fix sanity.test_emccAlon Zakai
2013-05-02fix test_firstrunAlon Zakai
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-02check sanity later in test runner, so we can know env settings, and do not ↵Alon Zakai
needless tear down le32 stuff
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