Граф коммитов

39 Коммитов

Автор SHA1 Сообщение Дата
Jukka Jylänki ba1d21daa8 Fix test browser.test_sdl_image_compressed on Windows when the system does not have Cygwin make, but does have MinGW32 make. 2013-11-17 22:06:01 +02:00
Pierre Renaux 1e4e155f25 [thirdparty/lzma.js]: Fixed doit.sh so that it compiles on Windows using MingW's GCC & Bash ; 2013-11-06 18:47:26 +08:00
Alon Zakai 9854bb1c7b support for stb-image 2013-07-31 11:14:04 -07:00
Jeff Gilbert 6210052164 Adding texEnv emulation to Immediate mode. 2013-05-20 10:48:40 -07:00
Betti Oesterholz 4a36fe84d4 lzma missing files arg_parser.* added
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-12 11:55:35 +02:00
Sylvestre Ledru d883668567 Remove generated file (should not be part of the repository) 2013-05-04 17:30:24 +02:00
Alon Zakai 716fcc6759 refactor jvm support into a JS library 2013-03-22 12:32:53 -07:00
Alon Zakai 90b9f2199f experimental partial jni support 2013-03-04 18:00:38 -08:00
Alan Kligman 14077b9868 Updated some python invocations that I missed the first time through. 2012-12-19 18:06:48 -05:00
Alan Kligman 315f13e5a1 Updated scripts to call python2 directly rather than relying on python symlink pointing to the right place. See PEP394 for details on why this should be OK. 2012-12-19 18:06:48 -05:00
Alon Zakai 33119ada58 update closure compiler to 20120917 (revision 2180); fixes #719 2012-11-20 18:18:35 +01:00
Joel Martin 99e238901b Update websockify, fix websocket tests, refactor websocket harness.
- 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-11-01 09:22:08 -05:00
Alon Zakai fcb6c33bac update websockify to latest trunk 2012-10-30 10:52:24 -07:00
Alon Zakai 31f7b2a5a6 initial (not-yet-working) sockets implementation 2012-09-27 16:11:55 -07:00
Alon Zakai 570cf436e4 update closure compile to 2093 2012-07-19 17:11:35 -07:00
Ehsan Akhgari 526a22f219 Use clang when building native lzma
This fixes issue #437.
2012-05-22 15:53:30 -04:00
Sigmund Vik e80cfb7a46 Fix some paths in lzma.js/doit.sh 2012-04-24 11:49:44 +02:00
Alon Zakai 24abef1817 update lzma.js 2012-03-19 14:35:16 -07:00
Alon Zakai d918fd60d5 update lzma.js 2012-03-17 19:20:03 -07:00
Alon Zakai 16c196ec3f modify lzma.js to just build natively for us here 2012-03-16 18:58:07 -07:00
Alon Zakai 37011d48e3 updated lzma.js 2012-03-16 12:18:45 -07:00
Alon Zakai ee1fc9904b add lzma.js in thirdparty 2012-03-16 11:10:10 -07:00
Nathan Hammond 55e965635c Include Closure Compiler by default. 2012-03-06 13:26:15 -05:00
Ehsan Akhgari f10e3e811d Import shared.py properly 2012-01-30 17:31:07 -05:00
Alon Zakai 417d47d048 path fixes 2011-10-05 11:12:45 -07:00
Alon Zakai 6d9840c41d update demangler to process profiling output 2011-09-18 14:25:21 -07:00
Alon Zakai b37f0ce622 new CppHeaderParser 2011-08-05 20:47:30 -07:00
Alon Zakai 8e4dc2caa6 improved bindings generator 2011-07-06 20:50:04 -07:00
Alon Zakai 7653c3b900 initial work on bindings generator, using CppHeaderParser and ply. llvm-gcc only for now 2011-07-03 23:51:38 -07:00
Alon Zakai 304221e18f update gcc_demangler.js, which no longer worked on latest js engines 2011-06-04 14:27:41 -07:00
Alon Zakai 24856d2069 optimize FUNCTION_POINTER and exporting 2011-03-21 19:48:26 -07:00
Alon Zakai 9d209878f9 refactor shared components of python tools, and add emmaken.py 2011-01-14 22:44:52 -08:00
Alon Zakai 906a8745c2 framework for integration tests 2010-11-05 20:48:19 -07:00
alon@honor 027d1d7ca6 demangler tool fixes 2010-10-27 19:49:11 -07:00
alon@honor ce5008630e namespace generator tool 2010-10-21 17:13:12 -07:00
alon@honor 9f7e6ddbd2 demangler python script 2010-10-21 15:22:42 -07:00
alon@honor 653032fba0 gcc_demanger tool 2010-10-21 12:33:08 -07:00
alon@honor db0bb3be25 dynamic stack allocation support; demangler test closer to passing 2010-10-20 23:27:59 -07:00
alon@honor 5f4f3fe49a non-working gcc demangler test 2010-10-20 22:56:12 -07:00