aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2012-10-12get almost all of embind test passingAlon Zakai
2012-10-12embind integration in emcc and work towards a testAlon Zakai
2012-10-12Merge branch 'master' into incomingAlon Zakai
2012-10-11make runtimelink work in the browserAlon Zakai
2012-10-11refactor runtimelink testAlon Zakai
2012-10-04emscripten_async_prepareAlon Zakai
2012-10-04recvmsg and further socket debuggingAlon Zakai
2012-10-03socket debuggingAlon Zakai
2012-10-03socket listen fakingAlon Zakai
2012-10-03ignore and warn on -OsAlon Zakai
2012-10-03fix gethostbyname closure errorAlon Zakai
2012-10-02enet and socket improvementsAlon Zakai
2012-10-02sendmsg and recvmsgAlon Zakai
2012-10-02make socket relay parametrizableAlon Zakai
2012-10-02socket improvements towards enet testAlon Zakai
2012-10-02support for connecting to sockets with fake ips from gethostbynameAlon Zakai
2012-10-02gethostbyname initial supportAlon Zakai
2012-10-02preparation for enet testingAlon Zakai
2012-10-01inet_addrAlon Zakai
2012-10-01clean up websocket testsAlon Zakai
2012-10-01improve websocket harness durabilityAlon Zakai
2012-10-01websockets test notes and tweaksAlon Zakai
2012-10-01add socket send(), and almost working testAlon Zakai
2012-10-01make WebsockHarness parametrizableAlon Zakai
2012-10-01make socket server parametrizableAlon Zakai
2012-10-01fix file paths with --embed, fixes #597Alon Zakai
2012-10-01Merge pull request #592 from imvu/embind-pull-requestAlon Zakai
Embind pull request
2012-09-29fix test_split*Alon Zakai
2012-09-29always run websockets test last because it hangs the test harnessAlon Zakai
2012-09-29Merge pull request #594 from larsxschneider/lars/add-split-optionAlon Zakai
Add emcc option "--split <size>" to split javascript file.
2012-09-28support ioctl-FIONREADAlon Zakai
2012-09-28improve websocket harnessAlon Zakai
2012-09-28improve websocket harnessAlon Zakai
2012-09-28refactor websockets harnessAlon Zakai
2012-09-28final fixes for websockets test, now passesAlon Zakai
2012-09-28fix websockify usage issues and add basic data readingAlon Zakai
2012-09-27workaround for websockify issue 63Alon Zakai
2012-09-27initial (not-yet-working) sockets implementationAlon Zakai
2012-09-27Fix assert output.Lars Schneider
2012-09-26autoguess ~/.emscripten values on first run, possibly fixes #593Alon Zakai
2012-09-26remove misleading top line in settings when copying it to ~/.emscriptenAlon Zakai
2012-09-26Merge pull request #581 from LCID-Fire/debian_clang_checkAlon Zakai
Extract check_clang_version into an own function and correct checking so...
2012-09-26Add 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-26browser test harness note about allowing popupsAlon Zakai
2012-09-25add embind testsChad Austin
2012-09-26Use check_clang_version instead of hardcoding check.LCID Fire
2012-09-24force freetype detection in test_poppler, fixes it on machines that lack ↵Alon Zakai
freetype-config
2012-09-23Extract a function to build path to GL books' samples.LCID Fire
2012-09-22move settings.py to a less conspicuous place and rename it, to avoid confusionAlon Zakai
2012-09-21allow loading multiple asset bundles / outputs of file packagerAlon Zakai