Richard
911fd761b0
Minor improvements
2014-08-28 19:46:52 -05:00
Richard
6fee208010
Fixes for v8 3.19.2 (0x031902)
2014-08-28 19:46:51 -05:00
Richard
a6ffb22a2a
Fixed for v8 3.27.34
2014-08-28 19:46:51 -05:00
Richard
d4920591d4
Fixes for v8 3.24.3 (0x032403)
2014-08-28 19:46:51 -05:00
Richard
c23375d39d
Show V8 Deprecated warnings
2014-08-28 19:46:51 -05:00
Richard
1a0605bf45
Partial fixes for 3.24.40 (0x032440) - incomplete
2014-08-28 19:46:51 -05:00
Richard
98b1fca4d8
Fixed for v8 3.25.30 (0x032530)
2014-08-28 19:46:50 -05:00
Richard
e98a659246
Fixes for v8 3.21.17 (0x032117)
2014-08-28 19:46:50 -05:00
Richard
3d63f9113b
Fixes for v8 3.19.18 (0x031918)
2014-08-28 19:46:50 -05:00
Richard
8ee40e408b
Fixes for v8 3.17.10 (0x031710)
2014-08-28 19:46:50 -05:00
Richard
44e57d9cfd
Allow to compile for specific V8 version
2014-08-28 19:46:50 -05:00
William S Fulton
36a6a0cbe0
Update AX_BOOST_BASE autoconf macro to serial 23
2014-05-29 19:54:13 +01:00
Karl Wette
46ce4d3ba9
Distclean Tools/javascript
2014-05-29 02:24:33 +02:00
William S Fulton
18d72f4562
Add in CPPFLAGS and LDFLAGS to examples/test-suite
...
- Split current usage of CXXFLAGS into the conventional CPPFLAGS CXXFLAGS and LDFLAGS
- Split current usage of CFLAGS into the conventional CPPFLAGS CFLAGS and LDFLAGS
- This restores 'make whatever CXXFLAGS=-g' which stopped working during
the recently added suppport for out of source builds.
- LDFLAGS is currently empty, but is there for future use
2014-05-15 23:11:08 +01:00
Karl Wette
f574a34155
Allow examples and test-suite to be built out of source tree
...
- Examples/Makefile.in rules use SRCDIR as the relative source directory
- ./config.status replicates Examples/ source directory tree in build
directory, and copies each Makefile to build directory, prefixed with
a header which sets SRCDIR to source directory
- Examples/test-suite/.../Makefile.in set SRCDIR from Autoconf-set srcdir
- Examples/test-suite/errors/Makefile.in needs to filter out source
directory from SWIG error messages
- Lua: embedded interpreters are passed location of run-time test
- Python: copy run-time scripts to build directory because of 2to3
conversion; import_packages example copies __init__.py from source
directory; test-suite sets SCRIPTDIR to location of run-time tests
- Javascript: binding.gyp renamed to binding.gyp.in so that $srcdir
can be substituted with SRCDIR; removed './' from require() statements
so that NODE_PATH can be used to point Node.js to build directory
2014-05-11 23:21:10 +02:00
Karl Wette
96153c7c0a
Regenerate configured Makefile if Makefile.in or config.status have changed
2014-05-11 21:31:32 +02:00
Karl Wette
7cd9063b52
Remove execute permissions from various non-executable files
...
- source files and Makefiles need never be executable
- scripts are run directly by their interpreters in the
test suites, so also do not need to be executable
2014-05-02 20:06:11 +02:00
William S Fulton
a3ad811cee
Makefile and autoconf file tidy up for Javascript
2014-04-16 07:38:52 +01:00
Oliver Buchtala
f43741c3b7
Remove gdb pretty printing.
...
This will be provided in a separate branch.
2014-03-31 00:37:02 +02:00
Oliver Buchtala
7ce16cc56d
Remove cmake relict.
2014-03-30 23:32:59 +02:00
Oliver Buchtala
c2f22bb2b8
Fix regression in custom v8 interpreter.
...
Issue showed up with newer v8 version.
2014-03-06 06:32:06 +01:00
Oliver Buchtala
b5bc87667d
Fix regressions.
...
- Adapted to changes in UTL
- Fixed detection of setters and getters.
2014-03-05 01:10:55 +01:00
Oliver Buchtala
a234542543
Merge branch 'master' into tmp
...
Conflicts:
.travis.yml
Examples/Makefile.in
Examples/test-suite/director_nspace.i
Examples/test-suite/nspace.i
Examples/test-suite/nspace_extend.i
Source/Modules/lang.cxx
configure.ac
2014-03-05 01:09:26 +01:00
Oliver Buchtala
dbd61e40e1
Fix issues that were observed with newer JavascriptCore.
2014-03-04 10:41:35 +01:00
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
William S Fulton
8a5fb0fe7b
brew install workarounds on Travis
...
'brew install guile' does not complete within 10 minutes and the build is then killed by Travis
Suggestion and original script from travis-ci/travis-ci#1961
2014-02-16 09:33:51 +00:00
William S Fulton
ead4d695f0
Add openSUSE Build Service script
...
For updating SWIG tarball on OBS to latest from master.
Slightly modified from script received from Karl Kaempf.
2014-02-14 16:24:37 +00:00
William Fulton
05f92e9fbd
Release scripts to release from any branch
2014-02-09 23:19:17 +00:00
William S Fulton
3cf3be24ab
mkdist script tweaks to support releasing from any named branch
2014-02-08 11:08:56 +00:00
William S Fulton
bcb7aee022
Merge branch 'master' into gsoc2009-matevz
...
Conflicts:
Examples/Makefile.in
Examples/guile/Makefile.in
Lib/php/php.swg
Makefile.in
Source/CParse/parser.y
configure.ac
2013-10-10 07:26:09 +01:00
Oliver Buchtala
6dcbbf07db
Conflicts:
...
.gitignore
.project
.travis.yml
Examples/Makefile.in
Examples/test-suite/director_nspace.i
2013-09-27 02:29:02 +02:00
Olly Betts
12708c9241
Fix typos
2013-09-25 17:29:33 +12:00
William S Fulton
b0b8d4c87e
Add hint about pushing tags post release
...
[ci skip]
2013-09-15 22:42:19 +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
William S Fulton
de12f6c25e
Fix release script
2013-05-12 21:27:38 +01:00
William S Fulton
a3e2366882
Fix release script
2013-05-12 19:16:42 +01:00
William S Fulton
a5b0e34dea
Update release scripts to use git instead of svn
2013-05-12 19:14:59 +01:00
William S Fulton
e805d5f925
Merge branch 'master' into gsoc2009-matevz
...
parser.y still to be fixed up
Conflicts:
Doc/Devel/engineering.html
Examples/Makefile.in
Lib/allegrocl/allegrocl.swg
Lib/csharp/csharp.swg
Lib/csharp/enums.swg
Lib/csharp/enumsimple.swg
Lib/csharp/enumtypesafe.swg
Lib/java/java.swg
Lib/python/pydocs.swg
Lib/r/rtype.swg
Source/Include/swigwarn.h
Source/Modules/octave.cxx
Source/Modules/python.cxx
Source/Modules/ruby.cxx
Source/Swig/scanner.c
Source/Swig/stype.c
Source/Swig/swig.h
configure.ac
2013-01-28 07:01:37 +00:00
Vadim Zeitlin
38d454a102
Fix MAKE variable expansion in pcre-build.sh.
...
Correct the syntax used in 0e32be2 , it's ${var:-fallback}.
2013-01-25 19:18:12 +01:00
Tristan Carel
0e32be2465
Prefer $MAKE if specified in environment
...
Sometimes gmake is the only one available.
2013-01-17 16:54:54 +01:00