Oliver Buchtala
|
7e015e4acf
|
Fix regression in Javascript configuration.
|
2014-02-26 23:26:19 +01:00 |
|
Oliver Buchtala
|
424e3f4712
|
Fix custom javascript interpreter configuration for OSX.
|
2014-02-26 22:46:24 +01:00 |
|
Oliver Buchtala
|
b216a739c4
|
Introduced an extra Makefile for the custom javascript interpreter.
|
2014-02-26 20:51:38 +01:00 |
|
Oliver Buchtala
|
4794fa1884
|
Refactored custom javascript engines to support primitive 'require' statements.
|
2013-09-06 00:38:07 +03:00 |
|
Oliver Buchtala
|
22525249f2
|
Resolve compile warnings in v8_shell.
|
2013-08-31 03:34:37 +02:00 |
|
Oliver Buchtala
|
4ac7065c3b
|
Bugfix: in javascript interpreter load extensions on MacOSX correctly.
|
2013-08-31 03:34:37 +02:00 |
|
Oliver Buchtala
|
31844ac72a
|
Simplify the signature of the v8 module intializer.
|
2013-08-31 03:23:11 +02:00 |
|
Oliver Buchtala
|
fb9c4955fb
|
Not a real change: removed some trailing spaces.
|
2013-08-31 03:23:11 +02:00 |
|
Oliver Buchtala
|
f9d6afbdfe
|
Add a missing return statement in JS shell.
|
2013-08-31 03:23:11 +02:00 |
|
Oliver Buchtala
|
caa6827daf
|
Javascript interpreter supports for JSC and V8 simultaneously.
Before, one had to build two different versions.
|
2013-08-31 03:23:10 +02:00 |
|
Oliver Buchtala
|
008adca72f
|
Provide more control about the target object/namespace where a v8 module is registered to.
|
2013-08-31 03:23:10 +02:00 |
|
Oliver Buchtala
|
058a27bf32
|
Simplify creation of a Javascript shell.
|
2013-08-31 03:23:10 +02:00 |
|
Oliver Buchtala
|
2092793868
|
Make v8 shell more quiet.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/oliverb-javascript-v8@13820 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2012-09-08 01:14:14 +00:00 |
|
Oliver Buchtala
|
915e65135c
|
Minor fix in v8 shell.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/oliverb-javascript-v8@13803 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2012-09-08 01:09:43 +00:00 |
|
Oliver Buchtala
|
9a914af2b7
|
Fix v8 shell to initialize v8 context in proper order.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/oliverb-javascript-v8@13797 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2012-09-08 01:08:16 +00:00 |
|
Oliver Buchtala
|
022c274256
|
Minor fixes in v8 javascript shell.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/oliverb-javascript-v8@13794 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2012-09-08 01:07:21 +00:00 |
|
Oliver Buchtala
|
5fab9c8a38
|
Minor cleanup in javascript shell implementation.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/oliverb-javascript-v8@13785 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2012-09-08 01:04:40 +00:00 |
|
Oliver Buchtala
|
10dc758cad
|
Refactored javascript shell implementation to support JSC and v8.
Also changed configuration in examples Makefile.in to allow switching modes.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/oliverb-javascript-v8@13783 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2012-09-08 01:03:42 +00:00 |
|
Oliver Buchtala
|
050219d998
|
Merge branch 'devel' of https://github.com/Neha03/gsoc2012-javascript into devel
Conflicts:
.project
COPYRIGHT
Doc/Manual/style.css
Examples/Makefile.in
Examples/test-suite/common.mk
Lib/typemaps/strings.swg
Makefile.in
Source/DOH/fio.c
Source/Makefile.am
Source/Modules/emit.cxx
Source/Modules/javascript.cxx
configure.in
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/oliverb-javascript-v8@13764 626c5289-ae23-0410-ae9c-e8d60b6d4f22
|
2012-09-08 00:56:48 +00:00 |
|