summaryrefslogtreecommitdiff
path: root/Lib/scilab/sciint.swg
Commit message (Expand)AuthorAgeFilesLines
* [scilab] Extract values with ":"Clément DAVID2023-04-191-0/+5
* scilab: rename function name management routinesSimon Marchetto2014-09-111-2/+2
* scilab: apply K&R coding style for typemapsSimon Marchetto2014-08-121-16/+8
* scilab: use a macro instead of 999 for error codeSimon Marchetto2014-08-081-8/+8
* scilab: coding style remove "_" from parameter namesSimon Marchetto2014-07-211-18/+18
* scilab: coding style: remove "_" from parameter namesSimon Marchetto2014-07-101-11/+11
* scilab: code style: remove underscore in parameters (first part)Simon Marchetto2014-07-091-30/+30
* scilab: fix crash (int typecheck)Simon Marchetto2014-03-211-42/+45
* scilab: rollback on sciint CreateMagtrixOfDoubleAsInteger does not exist in 5...Simon Marchetto2014-03-171-1/+10
* scilab: in int typemap use API CreateMatrixOfDoubleAsIntegerSimon Marchetto2014-03-141-10/+1
* scilab: fix int array typemaps: accept in input and return by default double ...Simon Marchetto2014-03-051-32/+42
* scilab: new test scilab_li_matrix for matrix.i librarySimon Marchetto2014-02-201-11/+12
* scilab: From typemaps do not have to return output argument positionSimon Marchetto2014-02-111-4/+4
* scilab: check value and overflow errors in integer typemapsSimon Marchetto2014-02-071-8/+17
* scilab: fix and optimize integer typemapsSimon Marchetto2014-01-311-27/+27
* scilab: put size_t & ptrdiff_t typemaps in separate fileSimon Marchetto2014-01-311-37/+0
* scilab: optimize typemap AsIntSimon Marchetto2014-01-311-45/+46
* scilab: simplify 'from' integer typemaps: use createScalar* functionsSimon Marchetto2014-01-311-4/+3
* scilab: use macro SWIG_NbInputArgument() instead of Rhs()Simon Marchetto2014-01-301-2/+2
* scilab: roll back on primitive typemaps: return Scilab double on signed integersSimon Marchetto2014-01-301-17/+10
* Scilab: fix scalar typemaps & separate "interface" from "implementation"Simon Marchetto2013-10-101-13/+13
* Scilab: use fname argument not global variableSimon Marchetto2013-10-091-1/+1
* Scilab: fix compilation error on SWIG_SciInt32_FromSizeSimon Marchetto2013-10-091-1/+1
* Scilab: add fname parameter at typemap function (for consistency)Simon Marchetto2013-09-271-4/+4
* Scilab: fix scilab primitve typemapsSimon Marchetto2013-09-261-34/+55
* Scilab: fix prefix SciObjectSimon Marchetto2013-09-231-2/+2
* Scilab: add %feature scilab:const (constants are wrapped by Scilab variables)Simon Marchetto2013-09-021-0/+12
* Scilab: support of Scilab 5.3.3 (api_scilab: Rhs, Lhs, ..)Simon Marchetto2013-08-191-1/+1
* Fix int matrix typemap (accept empty matrix as input)Simon Marchetto2013-06-031-24/+45
* Fix int scalar typemap (do not base on double typemap)Simon Marchetto2013-06-031-30/+83
* Start vector managementVincent Couvert2012-03-221-15/+33
* Rename function: SwigScilabDoubleFromDouble -> SWIG_SciDouble_FromDoubleVincent Couvert2011-05-261-2/+2
* * New version for Scilab module using fragmentsVincent Couvert2011-05-201-0/+106