Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-29 | always run websockets test last because it hangs the test harness | Alon Zakai | |
2012-09-29 | Merge pull request #594 from larsxschneider/lars/add-split-option | Alon Zakai | |
Add emcc option "--split <size>" to split javascript file. | |||
2012-09-28 | note on file packager | Alon Zakai | |
2012-09-28 | SO_KEEPALIVE | Alon Zakai | |
2012-09-28 | support ioctl-FIONREAD | Alon Zakai | |
2012-09-28 | improve websocket harness | Alon Zakai | |
2012-09-28 | improve websocket harness | Alon Zakai | |
2012-09-28 | refactor websockets harness | Alon Zakai | |
2012-09-28 | workaround for libcxx --std=c++11 issue | Alon Zakai | |
2012-09-28 | final fixes for websockets test, now passes | Alon Zakai | |
2012-09-28 | fix websockify usage issues and add basic data reading | Alon Zakai | |
2012-09-27 | workaround for websockify issue 63 | Alon Zakai | |
2012-09-27 | initial (not-yet-working) sockets implementation | Alon Zakai | |
2012-09-27 | Fix assert output. | Lars Schneider | |
2012-09-26 | autoguess ~/.emscripten values on first run, possibly fixes #593 | Alon Zakai | |
2012-09-26 | remove misleading top line in settings when copying it to ~/.emscripten | Alon Zakai | |
2012-09-26 | Merge pull request #589 from LCID-Fire/browser_setcanvassize | Alon Zakai | |
Implemented Browser.setCanvasSize to have a central point for resizing <... | |||
2012-09-26 | Merge pull request #581 from LCID-Fire/debian_clang_check | Alon Zakai | |
Extract check_clang_version into an own function and correct checking so... | |||
2012-09-26 | Add 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-26 | browser test harness note about allowing popups | Alon Zakai | |
2012-09-25 | add workaround for older node versions | Alon Zakai | |
2012-09-25 | fix null error in settings.js - we need this to be parsable from python too | Alon Zakai | |
2012-09-25 | Merge pull request #590 from imvu/relative-paths-pull-requests | Alon Zakai | |
Support loading emscripten argument filenames with relative paths | |||
2012-09-25 | Merge pull request #591 from imvu/dlmalloc-warning-pull-request | Alon Zakai | |
Fix a warning under -Wall | |||
2012-09-25 | Add a marker showing that we changed an upstream library. | Chad Austin | |
2012-09-25 | Fix a warning under -Wall | Chad Austin | |
2012-09-25 | Merge pull request #588 from imvu/shell-file-pull-request | Alon Zakai | |
Add the ability to specify a custom shell file. | |||
2012-09-25 | Define and document SHELL_FILE in settings.js | Chad Austin | |
2012-09-25 | Support loading emscripten argument filenames with relative paths | Chad Austin | |
2012-09-25 | Fix a crash when invoking emcc without a shell file. | Chad Austin | |
2012-09-25 | Add a SHELL_FILE option to emscripten for more flexibility. | Chad Austin | |
2012-09-26 | Implemented Browser.setCanvasSize to have a central point for resizing <canvas> | LCID Fire | |
2012-09-25 | Merge pull request #587 from imvu/rtti-pull-request | Alon Zakai | |
add support for bool rtti | |||
2012-09-25 | Reflect IMVU's ownership of my contributions in AUTHORS. | Chad Austin | |
2012-09-25 | add support for bool rtti | Chad Austin | |
Conflicts: src/library.js | |||
2012-09-26 | Use check_clang_version instead of hardcoding check. | LCID Fire | |
2012-09-26 | Make check_clang_version return a bool value. | LCID Fire | |
2012-09-24 | improve av workaround in file packager | Alon Zakai | |
2012-09-24 | force freetype detection in test_poppler, fixes it on machines that lack ↵ | Alon Zakai | |
freetype-config | |||
2012-09-24 | comments in settings.js | Alon Zakai | |
2012-09-24 | make with statement in shared.py work in python 2.6 | Alon Zakai | |
2012-09-24 | commented option to add verbose logging to make | Alon Zakai | |
2012-09-24 | Merge pull request #584 from LCID-Fire/glbook_path_function | Alon Zakai | |
Extract a function to build path to GL books' samples. | |||
2012-09-24 | fix python conventions | Alon Zakai | |
2012-09-24 | Merge pull request #582 from LCID-Fire/build_error_output | Alon Zakai | |
Reworked `build_library`: | |||
2012-09-24 | better progress reporting with multiple datafile downloads | Alon Zakai | |
2012-09-23 | Extract a function to build path to GL books' samples. | LCID Fire | |
2012-09-23 | Reworked `build_library`: | LCID Fire | |
- Prevent file handle leaking - Print first error log when second build attempt fails (way easier to debug/analyze) | |||
2012-09-22 | move settings.py to a less conspicuous place and rename it, to avoid confusion | Alon Zakai | |
2012-09-22 | Extract 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"! |