Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-23 | webidl binder | Alon Zakai | |
2013-11-17 | Fix test browser.test_sdl_image_compressed on Windows when the system does ↵ | Jukka Jylänki | |
not have Cygwin make, but does have MinGW32 make. | |||
2013-11-06 | [thirdparty/lzma.js]: Fixed doit.sh so that it compiles on Windows using ↵ | Pierre Renaux | |
MingW's GCC & Bash ; | |||
2013-07-31 | support for stb-image | Alon Zakai | |
2013-05-20 | Adding texEnv emulation to Immediate mode. | Jeff Gilbert | |
2013-05-12 | lzma missing files arg_parser.* added | Betti Oesterholz | |
Seems the lzma (/third_party/lzma.js/) modul is missing the "arg_parser.h" and "arg_parser.cc" files. Added the files from: http://fossies.org/linux/misc/lzip-1.15-pre1.tar.gz | |||
2013-05-04 | Remove generated file (should not be part of the repository) | Sylvestre Ledru | |
2013-03-22 | refactor jvm support into a JS library | Alon Zakai | |
2013-03-04 | experimental partial jni support | Alon Zakai | |
2012-12-19 | Updated some python invocations that I missed the first time through. | Alan Kligman | |
2012-12-19 | Updated scripts to call python2 directly rather than relying on python ↵ | Alan Kligman | |
symlink pointing to the right place. See PEP394 for details on why this should be OK. | |||
2012-11-20 | update closure compiler to 20120917 (revision 2180); fixes #719 | Alon Zakai | |
2012-11-01 | Update websockify, fix websocket tests, refactor websocket harness. | Joel Martin | |
- pull in websockify c00c0eed from https://github.com/kanaka/websockify with one-shot socket listener cleanup and other misc updates. - import the WebSocketProxy class directly and launch it one-shot using the run_once parameter rather than spawning a separate websockify via shell. - create a python version of socket_server.sh and in the harness and remove socket_server.sh. - refactor clean_pids to use a two phase cleanup where it sends a SIGTERM (to give the parent the chance to cleanup children) and then send a SIGTERM 1 second later. This still has risk of leaving child processes around (for example, the nc process in the original socket_server.sh which would also hold onto the listen port). Conflicts: tests/runner.py | |||
2012-10-30 | update websockify to latest trunk | Alon Zakai | |
2012-09-27 | initial (not-yet-working) sockets implementation | Alon Zakai | |
2012-07-19 | update closure compile to 2093 | Alon Zakai | |
2012-05-22 | Use clang when building native lzma | Ehsan Akhgari | |
This fixes issue #437. | |||
2012-04-24 | Fix some paths in lzma.js/doit.sh | Sigmund Vik | |
2012-03-19 | update lzma.js | Alon Zakai | |
2012-03-17 | update lzma.js | Alon Zakai | |
2012-03-16 | modify lzma.js to just build natively for us here | Alon Zakai | |
2012-03-16 | updated lzma.js | Alon Zakai | |
2012-03-16 | add lzma.js in thirdparty | Alon Zakai | |
2012-03-06 | Include Closure Compiler by default. | Nathan Hammond | |
2012-01-30 | Import shared.py properly | Ehsan Akhgari | |
2011-10-05 | path fixes | Alon Zakai | |
2011-09-18 | update demangler to process profiling output | Alon Zakai | |
2011-08-05 | new CppHeaderParser | Alon Zakai | |
2011-07-06 | improved bindings generator | Alon Zakai | |
2011-07-03 | initial work on bindings generator, using CppHeaderParser and ply. llvm-gcc ↵ | Alon Zakai | |
only for now | |||
2011-06-04 | update gcc_demangler.js, which no longer worked on latest js engines | Alon Zakai | |
2011-03-21 | optimize FUNCTION_POINTER and exporting | Alon Zakai | |
2011-01-14 | refactor shared components of python tools, and add emmaken.py | Alon Zakai | |
2010-11-05 | framework for integration tests | Alon Zakai | |
2010-10-27 | demangler tool fixes | alon@honor | |
2010-10-21 | namespace generator tool | alon@honor | |
2010-10-21 | demangler python script | alon@honor | |
2010-10-21 | gcc_demanger tool | alon@honor | |
2010-10-20 | dynamic stack allocation support; demangler test closer to passing | alon@honor | |
2010-10-20 | non-working gcc demangler test | alon@honor | |