Simon Marchetto
3ac0dc2be5
scilab: rename matrix typemaps named parameters
2014-06-13 16:21:21 +02:00
Simon Marchetto
a531ea2f27
scilab: fix command line option names
2014-06-12 18:09:19 +02:00
Simon Marchetto
5f8552d9d9
scilab: small fixes in doc
2014-06-12 18:09:19 +02:00
William S Fulton
f8674b1ad9
Documentation proof reading edits
2014-06-12 07:29:39 +01:00
Simon Marchetto
ab7a095758
scilab: swig supports scilab 6
2014-06-11 16:50:55 +02:00
Simon Marchetto
4477699ae8
scilab: fix doc after rereading
2014-04-23 17:57:40 +02:00
Simon Marchetto
eb62899fac
scilab: document STL exceptions
2014-04-09 10:30:36 +02:00
Simon Marchetto
542abaf846
scilab: document namespaces
2014-04-07 12:44:52 +02:00
Simon Marchetto
1c207f76d0
scilab: document C++ exceptions
2014-04-07 11:33:39 +02:00
Simon Marchetto
a87c6f9bf2
scilab: in doc add chapter "pointers, references, values, arrays"
2014-04-04 09:34:29 +02:00
Simon Marchetto
cbf4a9e583
scilab: document C++ operators
2014-04-03 17:24:08 +02:00
Simon Marchetto
9fbcc0cee4
scilab: some fixes in doc
2014-04-03 09:59:02 +02:00
Simon Marchetto
a9397c3b49
scilab: rewrite doc on templates
2014-04-02 18:05:26 +02:00
Simon Marchetto
65fe133e2d
scilab: document argument passing
2014-04-02 16:39:26 +02:00
Simon Marchetto
29a1762149
scilab: fix doc pointers section
2014-04-02 11:25:07 +02:00
Simon Marchetto
c4381e8d57
scilab: add support for multiset
2014-03-26 10:26:07 +01:00
Simon Marchetto
5238ac0e5f
scilab: fix doc, associative container works also with matrices
2014-03-25 17:31:16 +01:00
Simon Marchetto
26cc1ea36e
scilab: document C++ inheritance
2014-03-21 17:56:15 +01:00
Simon Marchetto
849302913f
scilab: fix doc on structs & classes
2014-03-21 16:54:19 +01:00
Simon Marchetto
4cca1f67cb
scilab: little fixes in doc
2014-03-20 16:32:07 +01:00
Simon Marchetto
b4a4dc7e26
scilab: complete doc on STL
2014-03-20 15:03:31 +01:00
Simon Marchetto
aefdcd65e1
scilab: document struct array member
2014-03-19 12:05:38 +01:00
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
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
Simon Marchetto
109c65f52f
Scilab: fix help (command line options)
2013-09-18 09:25:59 +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
Baozeng Ding
153ffe45af
update the Doc
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@12001 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2010-04-30 02:16:56 +00:00
Sylvestre Ledru
62ecbe1e68
* cosmectic
...
* some fixes
* scilab syntax
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@11681 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2009-09-03 18:22:08 +00:00
Baozeng Ding
b1a384dc3c
a better way to deal with constants and enums and some change about the doc
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@11515 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2009-08-08 13:25:29 +00:00
Baozeng Ding
21671f7534
merge from trunk
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@11489 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2009-08-02 01:20:12 +00:00
Baozeng Ding
8217f59d55
adding struct example
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@11457 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2009-07-27 02:57:09 +00:00
Baozeng Ding
59b9f3b6de
clear up some code
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@11351 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2009-07-03 08:45:07 +00:00
Baozeng Ding
5d23e5310a
add INPUT/OUTPUT support
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@11325 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2009-06-27 09:08:23 +00:00
Baozeng Ding
ed84d6b162
add support for Enums
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@11288 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2009-06-20 02:44:06 +00:00
Baozeng Ding
4e9cbd8a7c
add support for constants
...
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@11251 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2009-06-13 12:18:35 +00:00