summaryrefslogtreecommitdiff
path: root/Lib/scilab
Commit message (Expand)AuthorAgeFilesLines
...
* scilab: remove debug stuffsimon2016-03-111-1/+0
* scilab: fix object/pointer type checkingsimon2016-03-081-2/+9
* scilab: pointers are mapped as a tlist (instead of pointers) containing type ...simon2016-03-081-11/+136
* scilab: fix indentationsimon2016-03-023-36/+36
* scilab: fix scilab 6.0 beta1 compilation errorsimon2016-03-021-0/+2
* Fix STL wrappers to not generate <: digraphs.William S Fulton2015-12-121-6/+6
* shared_ptr typemap error message fix for global variablesWilliam S Fulton2015-09-251-2/+4
* simplify SWIG_SciString_AsChar()Simon Marchetto2015-06-231-23/+12
* improve support of varargsSimon Marchetto2015-06-231-0/+2
* scilab: use freeAllocatedSingleString() after getAllocatedSingleTree()Simon Marchetto2015-06-231-2/+1
* scilab: fix memory leakSimon Marchetto2015-06-231-7/+14
* scilab: fix possible crash by using consistent allocation/free methods (use S...Simon Marchetto2015-03-241-7/+26
* scilab: fix compilation error on WindowsSimon Marchetto2015-02-131-3/+4
* Scilab typecheck typemaps fix for C90William S Fulton2015-02-111-29/+42
* Scilab typemap fixes for C89William S Fulton2015-02-116-31/+15
* gateway source is moved into wrapper sourceSimon Marchetto2015-01-071-3/+2
* scilab: fix std::string length issueSimon Marchetto2014-10-231-1/+1
* scilab: fix compilation warnings in primitive_types testSimon Marchetto2014-10-211-4/+4
* scilab: fix matrix2 example compilation warningsSimon Marchetto2014-10-201-1/+1
* scilab: fix compilation error in scilab 5.3.3Simon Marchetto2014-10-201-1/+1
* scilab: support typed constants (U UL L) in scilabconst(1)Simon Marchetto2014-10-162-2/+33
* scilab: fix SWIG_SciString_FromChar compilation error on some compilersSimon Marchetto2014-10-141-7/+3
* scilab: fix int typemaps (functions and fragment names)Simon Marchetto2014-09-296-55/+55
* scilab: fix li_std_string_extra test, missing std_char_traits.iSimon Marchetto2014-09-261-0/+1
* scilab: fix li_std_string_extra, missing lib std_basic_string.iSimon Marchetto2014-09-261-0/+47
* scilab: remove useless SWIG_Scilab_GetOutputPositionAndReset()Simon Marchetto2014-09-111-6/+1
* scilab: rename function name management routinesSimon Marchetto2014-09-1125-62/+65
* scilab: fix li_std_vector testSimon Marchetto2014-09-112-4/+4
* scilab: rename wrapper global variable fname to SwigFuncNameSimon Marchetto2014-09-111-6/+6
* Revert "scilab: remove useless SWIG_Scilab_SetOutput() second parameter"Simon Marchetto2014-09-117-25/+25
* Revert "scilab: fix compilation error (extra parenthesis)"Simon Marchetto2014-09-111-1/+1
* Revert "scilab: fix compilation error (too many args in SWIG_Scilab_SetOutput)"Simon Marchetto2014-09-111-2/+2
* scilab: fix compilation error (too many args in SWIG_Scilab_SetOutput)Simon Marchetto2014-09-101-2/+2
* scilab: fix compilation error (extra parenthesis)Simon Marchetto2014-09-101-1/+1
* scilab: remove useless SWIG_Scilab_SetOutput() second parameterSimon Marchetto2014-09-097-25/+25
* Scilab parameter name changesWilliam S Fulton2014-09-043-14/+14
* Fix previous commit.William S Fulton2014-09-041-6/+6
* Correct global variable name in Scilab wrappersWilliam S Fulton2014-09-031-15/+17
* scilab: apply K&R coding style for typemapsSimon Marchetto2014-08-1218-250/+125
* scilab: use SWIG_Scilab_Raise() for exceptionsSimon Marchetto2014-08-081-2/+2
* scilab: macro SWIG_SCILAB_ERROR (value 999 by default) for SWIG errorsSimon Marchetto2014-08-081-4/+8
* scilab: use a macro instead of 999 for error codeSimon Marchetto2014-08-0820-82/+84
* scilab: apply boost_shared_ptr fixSimon Marchetto2014-07-211-11/+22
* scilab: no need to use prefix "g_" for global namesSimon Marchetto2014-07-211-6/+6
* scilab: coding style remove "_" from parameter namesSimon Marchetto2014-07-2117-204/+204
* scilab: coding style: remove "_" from parameter namesSimon Marchetto2014-07-107-37/+37
* scilab: coding style: remove "_" from parameter namesSimon Marchetto2014-07-1012-82/+82
* scilab: fix typo errorSimon Marchetto2014-07-101-1/+1
* scilab: library stl.i include same libraries as in other languagesSimon Marchetto2014-07-101-4/+2
* scilab: code style: remove underscore in parameters (first part)Simon Marchetto2014-07-0925-468/+465