summaryrefslogtreecommitdiff
path: root/Lib/scilab/scitypemaps.swg
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect casts for Scilab enumsWilliam S Fulton2018-11-131-1/+1
* Fix various comment and documentation typosOlly Betts2017-08-131-1/+1
* [Scilab] fix compilation, missing returnSimon Marchetto2016-12-201-2/+3
* [Scilab] put typemap int/double check into function (to reduce generated code...Simon Marchetto2016-12-191-8/+16
* scilab: fix object/pointer type checkingsimon2016-03-081-2/+9
* Scilab typecheck typemaps fix for C90William S Fulton2015-02-111-29/+42
* scilab: support typed constants (U UL L) in scilabconst(1)Simon Marchetto2014-10-161-2/+20
* scilab: rename function name management routinesSimon Marchetto2014-09-111-3/+3
* scilab: fix li_std_vector testSimon Marchetto2014-09-111-3/+3
* Revert "scilab: remove useless SWIG_Scilab_SetOutput() second parameter"Simon Marchetto2014-09-111-5/+5
* scilab: remove useless SWIG_Scilab_SetOutput() second parameterSimon Marchetto2014-09-091-5/+5
* scilab: coding style remove "_" from parameter namesSimon Marchetto2014-07-211-5/+5
* Correct %include delimitersWilliam S Fulton2014-06-121-2/+2
* scilab: fix Scilab variable creation for scilab 6Simon Marchetto2014-06-051-5/+5
* scilab: implement & fix throw_exception testSimon Marchetto2014-04-071-4/+11
* scilab: fix commentsSimon Marchetto2014-04-041-12/+17
* scilab: no block (iterators, typechecks)Simon Marchetto2014-04-031-25/+25
* scilab: fix overload_arrays test and arrays typechecksSimon Marchetto2014-03-311-29/+16
* scilab: fix typechecksSimon Marchetto2014-03-281-27/+26
* scilab: return SWIG_OK or SWIG_ERROR (instead of 0)Simon Marchetto2014-03-141-7/+7
* scilab: move array typemaps in separate lib sciarray + add float array typemapsSimon Marchetto2014-03-041-171/+6
* scilab: typecheck for enumSimon Marchetto2014-02-141-0/+2
* scilab: fix scilab_enums test: enum returned as double, and enum value computingSimon Marchetto2014-02-111-2/+2
* scilab: fix (check integer type) and optimize typecheck typemapsSimon Marchetto2014-02-071-57/+39
* scilab: remove typemap useless stuffSimon Marchetto2014-01-311-16/+2
* Scilab: fix scalar typemaps & separate "interface" from "implementation"Simon Marchetto2013-10-101-6/+4
* Scilab: refactor enum typemapSimon Marchetto2013-09-271-7/+6
* Scilab: wrap enums to Scilab variables (if %feature scilab:const")Simon Marchetto2013-09-021-1/+7
* Scilab: add %feature scilab:const (constants are wrapped by Scilab variables)Simon Marchetto2013-09-021-0/+28
* Scilab: SWIG exception raise macro : rethrow exceptionsSimon Marchetto2013-06-191-1/+1
* Add typemap for returning enum from functionSimon Marchetto2013-06-031-0/+7
* Update tests & examples after Scilab API modificationsVincent Couvert2012-08-061-5/+5
* Start vector managementVincent Couvert2012-03-221-18/+18
* Add missing typecheck for booleanVincent Couvert2011-05-231-0/+2
* * New version for Scilab module using fragmentsVincent Couvert2011-05-201-1514/+281
* New test for stringsVincent Couvert2011-03-311-3/+3
* Change mapping for C++Vincent Couvert2011-03-231-1/+2
* Add tests + small modificationsVincent Couvert2011-01-281-1/+1
* Make abstract_access test work and clean functionWrapper in scilab.cxxVincent Couvert2011-01-281-5/+1
* Many modifications needed to make allprotected test workVincent Couvert2011-01-041-11/+44
* Wrong macro endVincent Couvert2011-01-031-222/+221
* Factorization & cleaningVincent Couvert2011-01-031-1955/+1088
* Factorize code + add Scilab typedefsVincent Couvert2010-11-261-412/+194
* Missing iPrec variable declarationVincent Couvert2010-11-231-0/+1
* Factorize code with macrosVincent Couvert2010-11-231-170/+62
* add a comment to not forget these bugsSylvestre Ledru2010-11-221-6/+7
* Add new test and make it workVincent Couvert2010-10-141-1/+1
* Replace scilabArgNumber variable by $input.Vincent Couvert2010-10-141-83/+83
* fix matrix input issueBaozeng Ding2010-06-151-84/+246
* fix some small thingBaozeng Ding2010-04-041-3/+3