summaryrefslogtreecommitdiff
path: root/Tools/javascript
Commit message (Expand)AuthorAgeFilesLines
* [Javascript] For v8 >= 4.3.0, use V8_MAJOR_VERSION.Olly Betts2016-01-121-10/+10
* Cosmetic corrections - Mac OS XWilliam S Fulton2015-08-021-1/+1
* Tidy up Javascript build systemWilliam S Fulton2014-12-281-4/+0
* [js] v8-shell.cxx had some Windows line endings.Bruce Mitchener2014-10-151-222/+222
* Minor improvementsRichard2014-08-281-28/+28
* Fixes for v8 3.19.2 (0x031902)Richard2014-08-281-2/+5
* Fixed for v8 3.27.34Richard2014-08-281-0/+3
* Fixes for v8 3.24.3 (0x032403)Richard2014-08-281-6/+4
* Show V8 Deprecated warningsRichard2014-08-281-1/+1
* Partial fixes for 3.24.40 (0x032440) - incompleteRichard2014-08-281-2/+2
* Fixed for v8 3.25.30 (0x032530)Richard2014-08-282-96/+81
* Fixes for v8 3.21.17 (0x032117)Richard2014-08-281-15/+73
* Fixes for v8 3.19.18 (0x031918)Richard2014-08-281-51/+53
* Fixes for v8 3.17.10 (0x031710)Richard2014-08-281-1/+27
* Allow to compile for specific V8 versionRichard2014-08-281-1/+8
* Distclean Tools/javascriptKarl Wette2014-05-291-0/+3
* Add in CPPFLAGS and LDFLAGS to examples/test-suiteWilliam S Fulton2014-05-151-4/+6
* Allow examples and test-suite to be built out of source treeKarl Wette2014-05-111-1/+1
* Regenerate configured Makefile if Makefile.in or config.status have changedKarl Wette2014-05-111-4/+12
* Remove execute permissions from various non-executable filesKarl Wette2014-05-021-0/+0
* Makefile and autoconf file tidy up for JavascriptWilliam S Fulton2014-04-161-2/+0
* Fix regression in custom v8 interpreter.Oliver Buchtala2014-03-061-12/+15
* Fix regressions.Oliver Buchtala2014-03-051-3/+4
* Fix issues that were observed with newer JavascriptCore.Oliver Buchtala2014-03-043-3/+4
* Fix regression in Javascript configuration.Oliver Buchtala2014-02-261-3/+3
* Fix custom javascript interpreter configuration for OSX.Oliver Buchtala2014-02-264-9/+32
* Introduced an extra Makefile for the custom javascript interpreter.Oliver Buchtala2014-02-264-2/+67
* Refactored custom javascript engines to support primitive 'require' statements.Oliver Buchtala2013-09-065-131/+203
* Resolve compile warnings in v8_shell.Oliver Buchtala2013-08-311-0/+2
* Bugfix: in javascript interpreter load extensions on MacOSX correctly.Oliver Buchtala2013-08-311-1/+6
* Simplify the signature of the v8 module intializer.Oliver Buchtala2013-08-311-2/+2
* Not a real change: removed some trailing spaces.Oliver Buchtala2013-08-311-6/+6
* Add a missing return statement in JS shell.Oliver Buchtala2013-08-311-0/+1
* Javascript interpreter supports for JSC and V8 simultaneously.Oliver Buchtala2013-08-315-15/+40
* Provide more control about the target object/namespace where a v8 module is r...Oliver Buchtala2013-08-311-2/+5
* Simplify creation of a Javascript shell.Oliver Buchtala2013-08-314-70/+53
* Make v8 shell more quiet.Oliver Buchtala2012-09-081-3/+3
* Minor fix in v8 shell.Oliver Buchtala2012-09-081-0/+4
* Fix v8 shell to initialize v8 context in proper order.Oliver Buchtala2012-09-081-17/+74
* Minor fixes in v8 javascript shell.Oliver Buchtala2012-09-081-0/+4
* Minor cleanup in javascript shell implementation.Oliver Buchtala2012-09-082-14/+8
* Refactored javascript shell implementation to support JSC and v8.Oliver Buchtala2012-09-085-192/+611
* Merge branch 'devel' of https://github.com/Neha03/gsoc2012-javascript into develOliver Buchtala2012-09-081-0/+217