aboutsummaryrefslogtreecommitdiff
path: root/third_party
AgeCommit message (Collapse)Author
2014-04-23webidl binderAlon Zakai
2013-11-17Fix 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-31support for stb-imageAlon Zakai
2013-05-20Adding texEnv emulation to Immediate mode.Jeff Gilbert
2013-05-12 lzma missing files arg_parser.* addedBetti 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-04Remove generated file (should not be part of the repository)Sylvestre Ledru
2013-03-22refactor jvm support into a JS libraryAlon Zakai
2013-03-04experimental partial jni supportAlon Zakai
2012-12-19Updated some python invocations that I missed the first time through.Alan Kligman
2012-12-19Updated 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-20update closure compiler to 20120917 (revision 2180); fixes #719Alon Zakai
2012-11-01Update 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-30update websockify to latest trunkAlon Zakai
2012-09-27initial (not-yet-working) sockets implementationAlon Zakai
2012-07-19update closure compile to 2093Alon Zakai
2012-05-22Use clang when building native lzmaEhsan Akhgari
This fixes issue #437.
2012-04-24Fix some paths in lzma.js/doit.shSigmund Vik
2012-03-19update lzma.jsAlon Zakai
2012-03-17update lzma.jsAlon Zakai
2012-03-16modify lzma.js to just build natively for us hereAlon Zakai
2012-03-16updated lzma.jsAlon Zakai
2012-03-16add lzma.js in thirdpartyAlon Zakai
2012-03-06Include Closure Compiler by default.Nathan Hammond
2012-01-30Import shared.py properlyEhsan Akhgari
2011-10-05path fixesAlon Zakai
2011-09-18update demangler to process profiling outputAlon Zakai
2011-08-05new CppHeaderParserAlon Zakai
2011-07-06improved bindings generatorAlon Zakai
2011-07-03initial work on bindings generator, using CppHeaderParser and ply. llvm-gcc ↵Alon Zakai
only for now
2011-06-04update gcc_demangler.js, which no longer worked on latest js enginesAlon Zakai
2011-03-21optimize FUNCTION_POINTER and exportingAlon Zakai
2011-01-14refactor shared components of python tools, and add emmaken.pyAlon Zakai
2010-11-05framework for integration testsAlon Zakai
2010-10-27demangler tool fixesalon@honor
2010-10-21namespace generator toolalon@honor
2010-10-21demangler python scriptalon@honor
2010-10-21gcc_demanger toolalon@honor
2010-10-20dynamic stack allocation support; demangler test closer to passingalon@honor
2010-10-20non-working gcc demangler testalon@honor