Commit graph

16,286 commits

Author SHA1 Message Date
Oliver Buchtala
70385842df Add missing copy ctor for Javascript Code Template class. 2014-02-28 10:40:41 +01:00
Oliver Buchtala
b20b0f4e4b Removed CMake.
Started a separate project which acts as a CMake shell around SWIG.
2014-02-27 01:02:06 +01:00
Oliver Buchtala
7e015e4acf Fix regression in Javascript configuration. 2014-02-26 23:26:19 +01:00
Oliver Buchtala
348cb2026e Fix regressions in configuration of some Javascript examples. 2014-02-26 22:56:31 +01:00
Oliver Buchtala
94869c9228 More gitignores filtering Javascript related files. 2014-02-26 22:47:29 +01:00
Oliver Buchtala
424e3f4712 Fix custom javascript interpreter configuration for OSX. 2014-02-26 22:46:24 +01:00
Oliver Buchtala
15f12d9b59 Make examples work with node.js and the custom interpreter. 2014-02-26 22:44:37 +01:00
Oliver Buchtala
b216a739c4 Introduced an extra Makefile for the custom javascript interpreter. 2014-02-26 20:51:38 +01:00
Oliver Buchtala
bf1606c0f9 Fix travis configuration. 2014-02-26 11:10:09 +01:00
Oliver Buchtala
16a702c0aa Added a comment. 2014-02-26 10:48:38 +01:00
Oliver Buchtala
e62c6126e9 Fix regressions in Javascript example configuration. 2014-02-26 10:47:48 +01:00
Oliver Buchtala
15550dab45 Fix issue with strange constants under OSX.
Receiving strange constant nodes before the real tree
under OSX 10.8. Not so under Ubuntu 12.04.
2014-02-25 20:16:15 +01:00
Oliver Buchtala
84ba91dc63 Some fixes in example section of Javascript documentation. 2014-02-20 12:38:53 +01:00
Oliver Buchtala
1ffacaab5b Add note about '-node' command line flag for Node.js code generation. 2014-02-20 12:30:57 +01:00
Oliver Buchtala
462674ea11 Added examples to Javascript module documentation. 2014-02-20 12:28:06 +01:00
Oliver Buchtala
3f22a3d639 Simplification in common javascript example Makefile. 2014-02-20 11:37:40 +01:00
Oliver Buchtala
8e65414a76 Add an extra argument for enabling nodejs support.
This is essentially using the v8 emitter plus setting a #define.
2014-02-20 11:37:15 +01:00
Oliver Buchtala
7c1f66c29e Add more notes about how to install node. 2014-02-20 11:15:46 +01:00
Oliver Buchtala
48e7df8eb2 Better error message when no Javascript emitter is specified. 2014-02-20 11:15:18 +01:00
Oliver Buchtala
fd0e75843d Deactivated broken JS examples. 2014-02-20 11:14:48 +01:00
Oliver Buchtala
77ead7017c Refactored configuration for javascript examples. 2014-02-20 11:13:57 +01:00
Oliver Buchtala
8df34d54d0 Beginning to document v8 integration. 2014-02-14 13:21:52 +01:00
Oliver Buchtala
05146e2aed Documented extending Node.js and Webkit's Javascript engine. 2014-02-14 13:04:21 +01:00
Oliver Buchtala
6847280272 Pandoc filter detects shell blocks when not explicitely given.
Considered as shell if the first character is '$', as in

    $ swig -javascript

Alternatively you can specify the class explicitely:

```shell
swig -javascript
```
2014-02-14 09:02:37 +01:00
Oliver Buchtala
1fca61c59a Conitnued documenting the Javascript module. 2014-02-14 09:00:04 +01:00
Oliver Buchtala
915b709433 Not a real change.
Using a macro to reset JSEmitterStates for the sake of readability.
2014-02-14 00:02:05 +01:00
Oliver Buchtala
8148b017f8 Add a pandoc filter to create compatible html. 2014-02-14 00:01:15 +01:00
Oliver Buchtala
e829ea601f Add Javascript to chapters. 2014-02-14 00:00:37 +01:00
Oliver Buchtala
fa8b350cd6 More Javascript module documentation. 2014-02-14 00:00:12 +01:00
Oliver Buchtala
02c55fc52f Next iteration on creating a documentation for the Javascript module. 2014-02-13 21:18:06 +01:00
Oliver Buchtala
1e34ecdc31 Next iteration on creating a documentation for the Javascript module. 2014-02-13 19:25:16 +01:00
Oliver Buchtala
41ec3fb67e Travis configuration for Javascript branch. 2013-09-27 03:25:28 +02:00
Oliver Buchtala
48af60d829 Javascript examples. 2013-09-27 03:25:28 +02:00
Oliver Buchtala
ecf9f96079 Javascript documentation. 2013-09-27 03:25:28 +02:00
Oliver Buchtala
00053169cd CMake configuration. 2013-09-27 03:25:28 +02:00
Oliver Buchtala
6a366cc050 Fix regression. 2013-09-27 03:24:50 +02: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
Oliver Buchtala
c2d3da2eec Fix test configuration. 2013-09-26 05:14:34 +02:00
Oliver Buchtala
582bd29769 Trying to install former working version of nodejs. 2013-09-26 04:55:34 +02:00
Oliver Buchtala
7adf93ef0f Fix test configuration for nodejs. 2013-09-26 04:13:32 +02:00
Oliver Buchtala
335d926c44 Add stub std_deque.i files. 2013-09-24 03:56:19 +02:00
Oliver Buchtala
51b36d1a1f Add non pretty printing function to Templates. 2013-09-24 03:55:51 +02:00
Oliver Buchtala
dc62a69775 Fix bug with typedefd function pointers. 2013-09-24 03:55:10 +02:00
Oliver Buchtala
2efe63ebb2 Add some test runners. 2013-09-24 01:50:33 +02:00
Oliver Buchtala
b9ecf75f17 Fix emitter for member pointer constants.
However, I am not happy with the constant emitter in general.
Should not return dynamic values but register constant wrappers statically.
2013-09-24 01:50:13 +02:00
Oliver Buchtala
8bf966a65c Fix %nspace support and activated relevant tests. 2013-09-24 01:47:13 +02:00
Oliver Buchtala
d34a6da08c Disable warnings for some v8 test-cases. 2013-09-17 01:53:22 +02:00
Oliver Buchtala
b3c198ccee Fix regression. 2013-09-16 22:28:14 +02:00
Oliver Buchtala
b99e8613ad Bugfix in argument marshalling. 2013-09-16 21:56:52 +02:00
Oliver Buchtala
dd4ed7f3d6 Disable testcase 'typemap_variables' for v8.
It uses output typemaps that are not compatible with the
v8 API.
2013-09-16 11:46:52 +02:00