aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-28note on file packagerAlon Zakai
2012-09-28SO_KEEPALIVEAlon Zakai
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-28workaround for libcxx --std=c++11 issueAlon 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 #589 from LCID-Fire/browser_setcanvassizeAlon Zakai
Implemented Browser.setCanvasSize to have a central point for resizing <...
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 workaround for older node versionsAlon Zakai
2012-09-25fix null error in settings.js - we need this to be parsable from python tooAlon Zakai
2012-09-25Merge pull request #590 from imvu/relative-paths-pull-requestsAlon Zakai
Support loading emscripten argument filenames with relative paths
2012-09-25Merge pull request #591 from imvu/dlmalloc-warning-pull-requestAlon Zakai
Fix a warning under -Wall
2012-09-25Add a marker showing that we changed an upstream library.Chad Austin
2012-09-25Fix a warning under -WallChad Austin
2012-09-25Merge pull request #588 from imvu/shell-file-pull-requestAlon Zakai
Add the ability to specify a custom shell file.
2012-09-25Define and document SHELL_FILE in settings.jsChad Austin
2012-09-25Support loading emscripten argument filenames with relative pathsChad Austin
2012-09-25Fix a crash when invoking emcc without a shell file.Chad Austin
2012-09-25Add a SHELL_FILE option to emscripten for more flexibility.Chad Austin
2012-09-26Implemented Browser.setCanvasSize to have a central point for resizing <canvas>LCID Fire
2012-09-25Merge pull request #587 from imvu/rtti-pull-requestAlon Zakai
add support for bool rtti
2012-09-25Reflect IMVU's ownership of my contributions in AUTHORS.Chad Austin
2012-09-25add support for bool rttiChad Austin
Conflicts: src/library.js
2012-09-26Use check_clang_version instead of hardcoding check.LCID Fire
2012-09-26Make check_clang_version return a bool value.LCID Fire
2012-09-24improve av workaround in file packagerAlon Zakai
2012-09-24force freetype detection in test_poppler, fixes it on machines that lack ↵Alon Zakai
freetype-config
2012-09-24comments in settings.jsAlon Zakai
2012-09-24make with statement in shared.py work in python 2.6Alon Zakai
2012-09-24commented option to add verbose logging to makeAlon Zakai
2012-09-24Merge pull request #584 from LCID-Fire/glbook_path_functionAlon Zakai
Extract a function to build path to GL books' samples.
2012-09-24fix python conventionsAlon Zakai
2012-09-24Merge pull request #582 from LCID-Fire/build_error_outputAlon Zakai
Reworked `build_library`:
2012-09-24better progress reporting with multiple datafile downloadsAlon Zakai
2012-09-23Extract a function to build path to GL books' samples.LCID Fire
2012-09-23Reworked `build_library`:LCID Fire
- Prevent file handle leaking - Print first error log when second build attempt fails (way easier to debug/analyze)
2012-09-22move settings.py to a less conspicuous place and rename it, to avoid confusionAlon Zakai
2012-09-22Extract check_clang_version into an own function and correct checking so it ↵LCID Fire
works with Debian, too. Version string in Debian is: "Debian clang version"!