Commit graph

967 commits

Author SHA1 Message Date
Simon Marchetto
ca3bee92b2 scilab: improve doc on structs + small fixes on classes 2014-03-14 16:28:07 +01:00
Simon Marchetto
ed36fb862a scilab: in doc, add notes on double => int conversion & column major order, change arrays example 2014-03-14 11:04:47 +01:00
Simon Marchetto
7e0c5dd609 scilab: in doc, add example for array typemaps 2014-03-13 19:07:58 +01:00
Simon Marchetto
c52fe53332 scilab: document matrix.i 2014-03-13 17:50:21 +01:00
Simon Marchetto
8096b3d1cd scilab: in doc, move arrays and pointer-to-pointers into typemaps chapter 2014-03-13 12:34:09 +01:00
Simon Marchetto
21a3e761cc scilab: in doc group together constants and enums 2014-03-13 11:36:50 +01:00
Simon Marchetto
a11dae05f3 Scilab: new chapter for typemaps, fix some numbering and section titles 2014-03-13 10:22:27 +01:00
Simon Marchetto
f3b0497d62 scilab: fix doc on matrices (and arrays) 2014-03-12 17:30:07 +01:00
Simon Marchetto
139d74759d scilab: modify arrays example 2014-03-12 14:39:12 +01:00
Simon Marchetto
310b5e4408 scilab: small fix on doc chapters 2014-03-12 14:27:19 +01:00
Simon Marchetto
8701e6f843 scilab: support of std::deque 2014-03-11 18:34:14 +01:00
Simon Marchetto
7120e576c8 scilab: fix doc on STL, module 2014-03-11 18:19:21 +01:00
Simon Marchetto
3bbdffa833 scilab: fix doc on arrays 2014-03-11 17:49:01 +01:00
Simon Marchetto
013b9f9769 Merge branch 'master' into gsoc2012-scilab 2014-03-11 10:24:09 +01:00
Simon Marchetto
8dfd458ab0 scilab: update help on enums and constants (feature scilabconst) 2014-02-17 09:19:25 +01:00
Simon Marchetto
1eeb729487 scilab: add help on primitive type mappings 2014-02-14 14:13:00 +01:00
Simon Marchetto
808a81a113 Scilab: big documentation update
Fixes:
- Preliminaries: Scilab version, support of C++
- Running swig: example, some parts moved to new section Module
- Basic tour of wrapping : add overview & identifier name limitation
New sections:
- C++ wrapping (not finished)
- Module
- ...
2013-11-15 12:03:27 +01:00
Olly Betts
12708c9241 Fix typos 2013-09-25 17:29:33 +12:00
Simon Marchetto
109c65f52f Scilab: fix help (command line options) 2013-09-18 09:25:59 +02:00
William S Fulton
37bccfd517 Bump version to 3.0.0
SWIG 3 is open for business - looks go crazy!
2013-09-18 00:40:17 +01:00
William S Fulton
80b108eb70 Add swig-2.0.11 release info and date 2013-09-15 15:11:43 +01:00
Sylvestre Ledru
9c5bac9887 Merge remote-tracking branch 'origin/master' into gsoc2012-scilab 2013-09-13 09:18:06 +02:00
William S Fulton
6e36208928 Scilab command line options
Document the options.
Make scilab -help consistent with the other target languages.
2013-09-05 19:15:51 +01:00
William S Fulton
cf077090d3 Scilab documentation tweaks.
Minor grammar fixes.
Fix HTML.
HTML formatting changes.
2013-09-05 18:20:38 +01:00
Sylvestre Ledru
62d512b387 Update of the documentation regarding the Scilab change 2013-09-04 09:15:46 +02:00
William S Fulton
f47075ec99 Smart pointer documentation improvement 2013-09-03 23:58:05 +01:00
Sylvestre Ledru
21e17eaa73 Merge remote-tracking branch 'origin/master' into gsoc2012-scilab
Conflicts:
	Examples/Makefile.in
2013-08-06 10:06:31 +02:00
William S Fulton
d0af4f50d3 Add %pythonbegin directive.
For adding code at the beginning of the generated .py file.
2013-07-05 06:30:16 +01:00
William S Fulton
7f95c7bb3e Use a less confusing macro name, SWIG_PYTHON_NO_DEBUG => SWIG_PYTHON_INTERPRETER_NO_DEBUG 2013-06-11 19:15:57 +01:00
William S Fulton
5cdfc503e1 Add SWIG_PYTHON_NO_DEBUG macro for building Debug wrappers against the Python Debug dll 2013-06-11 00:22:21 -07:00
William S Fulton
abc27fd157 Further Ruby html doc formatting changes 2013-06-08 02:00:47 +01:00
William S Fulton
66599db01d Ruby html docs formatting - modify code snippets to be same as other chapters 2013-06-08 01:41:16 +01:00
William S Fulton
a7515a725e Remove use of monospace in Ruby docs and unncessary usage of <br> 2013-06-08 00:37:38 +01:00
William S Fulton
5766f19132 Remove lines with just spaces on them in Ruby docs 2013-06-08 00:37:15 +01:00
William S Fulton
8e89cad271 Bump version to 2.0.11 2013-05-27 20:27:50 +01:00
William S Fulton
1524d02e13 Add swig-2.0.10 release date and release notes 2013-05-27 19:24:04 +01:00
William S Fulton
030b97c891 Documentation sectioning update 2013-05-25 00:15:48 +01:00
William S Fulton
f15eb3f5ec Fix vararg documentation for Python 3
Memory handling is different to Python 2.
2013-05-24 23:02:34 +01:00
Geert Janssens
cb24c110df Guile remove references to -gh and -scm from manual 2013-05-13 22:31:29 +02:00
William S Fulton
ea2e615cec Fix some typos in directive names 2013-05-12 19:14:59 +01:00
William S Fulton
2733a0f7a3 Update htmldoc patch to htmldoc-1.8.27
Note: Best to use the patched source from Ubuntu/Debian which fixes some
bugs.

Also added "Patched with margin-left.patch" text to output of
  htmldoc --version
2013-05-12 19:14:58 +01:00
Karl Wette
95e2142347 Update Octave manual to use "swigexample" instead of "example"
Closes #46
2013-05-09 18:34:54 +01:00
William S Fulton
70b9df5ee9 Portable dynamic library loading for Guile
dynamic-link and load-extension work without passing the .so or .dll as
the shared library extension, so these have been dropped so the examples
and test-suite work on Cygwin.

Also update documentation and use the 'lib' prefix as that is what we
commonly name the shared libraries.
2013-05-08 12:42:17 +01:00
William S Fulton
4bf045ce2c Move installation and install check instructions from README to Preface section in the documentation. 2013-05-03 19:55:42 +01:00
William S Fulton
e9b76e4c85 Add more references about the SWIG license to the legal.html website page
Also add in references to the release notes.
2013-05-03 19:55:41 +01:00
William S Fulton
067b883813 Guile doc sections update 2013-05-03 19:55:41 +01:00
Terrell Russell
4b1e882865 subject/verb agreement 2013-04-30 22:49:12 -03:00
Geert Janssens
469022d311 Disable guile 2's autocompilation feature for the test suite
Autocompilation generates a lot of warnings. Most of them
just informational, but it clutters the test output.
2013-04-28 22:06:26 +02:00
Geert Janssens
b819d2a91e Drop guilegh interface
All of guile's interface files now use the scm interface.
This should not affect any users. Swig generated code
using the scm interface can be mixed with gh interface
using user code.
It does simplify maintenance of the guile swig code though.
2013-04-28 22:06:24 +02:00
Geert Janssens
3c47730803 Drop support for guile 1.6 and older 2013-04-28 22:06:22 +02:00