Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-17 | improve node autodetection | Alon Zakai | |
2012-10-17 | Don't explode in emconfigure if no args are passed | Riccardo Magliocchetti | |
2012-10-14 | handle .a with identically named .o ; fixes #637 | Alon Zakai | |
2012-10-13 | update coffeescript to d8905e2f8799931013e227b869b1c6f6c85122f0 | Alon Zakai | |
2012-10-01 | fix file paths with --embed, fixes #597 | 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 | workaround for libcxx --std=c++11 issue | Alon Zakai | |
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 #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-25 | add workaround for older node versions | Alon Zakai | |
2012-09-25 | Support loading emscripten argument filenames with relative paths | Chad Austin | |
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 | 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 | 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 | 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"! | |||
2012-09-21 | add libcxxabi headers to include path | Alon Zakai | |
2012-09-21 | file packager docs | Alon Zakai | |
2012-09-21 | Merge pull request #577 from LCID-Fire/scons_environment_path | Alon Zakai | |
Make EMSCRIPTEN_ROOT path available in Environment | |||
2012-09-21 | workaround in file packager for silly antivirus programs | Alon Zakai | |
2012-09-21 | use createPath in file packager to allow separate asset bundles to play ↵ | Alon Zakai | |
nicely with shared folders | |||
2012-09-21 | allow loading multiple asset bundles / outputs of file packager | Alon Zakai | |
2012-09-21 | closurize file packager output | Alon Zakai | |
2012-09-21 | Make EMSCRIPTEN_ROOT path available in Environment | LCID Fire | |
2012-09-18 | indentation fix | Alon Zakai | |
2012-09-18 | Merge pull request #569 from xrmx/llvmversion | Alon Zakai | |
Add ability to use versioned llvm binaries | |||
2012-09-18 | fix pnow replay bug | Alon Zakai | |
2012-09-18 | Add ability to use versioned llvm binaries | Riccardo Magliocchetti | |
Some distributions in order to have multiple version of the same tool add the version to the binary. Teach emscripten about an environment variable called LLVM_ADD_VERSION that add the version to the binary when building its path. This let me use emscripten on debian sid. | |||
2012-09-18 | note on browser replay | Alon Zakai | |
2012-09-17 | add lineWidth to shell replay | Alon Zakai | |
2012-09-17 | fix fullscreen/pointer lock events in shell replay | Alon Zakai | |
2012-09-17 | adjust fake shell screen sizes | Alon Zakai | |
2012-09-17 | add some shell replay shims | Alon Zakai | |
2012-09-15 | reproduceriter is now 'stable' | Alon Zakai | |
2012-09-15 | reproduceriter docs | Alon Zakai | |
2012-09-14 | implement performance.now more carefully in the shell replay | Alon Zakai | |
2012-09-14 | refactor reproduceriter | Alon Zakai | |
2012-09-14 | split out reproducerwriter shell | Alon Zakai | |
2012-09-14 | navigator typo | Alon Zakai | |
2012-09-14 | remove some shell replay debug output | Alon Zakai | |
2012-09-14 | split out reproduceriter js | Alon Zakai | |
2012-09-14 | misc shell replay work; bananabread replay runs to completion | Alon Zakai | |