aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-25Add embind headersChad Austin
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-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-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-21execinfo.hAlon Zakai
2012-09-21add libcxxabi headers to include pathAlon Zakai
2012-09-21move pthreads defines earlierAlon Zakai
2012-09-21allow more pthreads headerAlon Zakai
2012-09-21add getrlimitAlon Zakai
2012-09-21add freebsd spawn.hAlon Zakai
2012-09-21add bogus TIOCG* constsAlon Zakai
2012-09-21add dladdrAlon Zakai
2012-09-21add some more pthread constantsAlon Zakai
2012-09-21show warning about absolute paths only onceAlon Zakai
2012-09-21-s docs in emccAlon Zakai
2012-09-21file packager docsAlon Zakai
2012-09-21Merge pull request #577 from LCID-Fire/scons_environment_pathAlon Zakai
Make EMSCRIPTEN_ROOT path available in Environment
2012-09-21workaround in file packager for silly antivirus programsAlon Zakai
2012-09-21use createPath in file packager to allow separate asset bundles to play ↵Alon Zakai
nicely with shared folders
2012-09-21allow loading multiple asset bundles / outputs of file packagerAlon Zakai
2012-09-21closurize file packager outputAlon Zakai
2012-09-21Make EMSCRIPTEN_ROOT path available in EnvironmentLCID Fire
2012-09-21add import os to settings.pyAlon Zakai
2012-09-21Merge pull request #570 from ysangkok/for-upstreamAlon Zakai
don't pass EMCC specific flags on when configuring using clang
2012-09-20mntent.h headerAlon Zakai
2012-09-20add more slack in test_s3tc_crunchAlon Zakai
2012-09-20fix gl tests for intel hd gpusAlon Zakai