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

29 Коммитов

Автор SHA1 Сообщение Дата
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