summaryrefslogtreecommitdiff
path: root/Lib/scilab/sciruntime.swg
Commit message (Expand)AuthorAgeFilesLines
* [scilab] Fix to work on WindowsYungLee2022-03-151-1/+1
* [scilab] Name init function name to avoid collisionClement David2022-02-021-1/+1
* add type name argument in SWIG_ptr() function to cast from pointer adress to ...Simon Marchetto2018-01-301-2/+4
* scilab: add runtime function SWIG_Scilab_TypeQuery() checks runtime is initia...Simon Marchetto2016-10-051-0/+14
* scilab: clean runtime code (move error functions..)Simon Marchetto2016-10-051-8/+6
* scilab: fix Scilab variable creation for scilab 6Simon Marchetto2014-06-051-1/+1
* scilab: support of Scilab 6: gateway signaturesSimon Marchetto2014-05-221-1/+1
* scilab: refactor runtime codeSimon Marchetto2014-01-311-235/+1
* scilab: small cleanSimon Marchetto2014-01-311-4/+1
* scilab: use macro SWIG_NbInputArgument() instead of Rhs()Simon Marchetto2014-01-301-2/+2
* scilab: move scilab preprocessor directive before includesSimon Marchetto2014-01-291-4/+3
* Scilab: fix compilation errorSimon Marchetto2013-11-151-1/+1
* Scilab: fix SWIG_Scilab_SetOutput (scilab version macro changed)Simon Marchetto2013-10-091-5/+3
* Scilab: fix compilation error on createMatrixOfStringSimon Marchetto2013-10-091-11/+2
* Scilab: macro to check Scilab versionSimon Marchetto2013-09-261-5/+9
* Scilab: fix dynamic_cast test errorSimon Marchetto2013-09-241-0/+9
* Scilab: group together Scilab includesSimon Marchetto2013-09-231-5/+5
* Scilab: fix prefix SciObjectSimon Marchetto2013-09-231-2/+2
* Scilab: init function name SWIG_Init() changed to <module>_Init()Simon Marchetto2013-09-181-9/+0
* Scilab: add %feature scilab:const (constants are wrapped by Scilab variables)Simon Marchetto2013-09-021-1/+2
* Scilab: support of Scilab 5.3.3 (api_scilab: Rhs, Lhs, ..)Simon Marchetto2013-08-191-2/+23
* Scilab: fix SWIT_Init() close in C modeSimon Marchetto2013-07-311-1/+0
* Scilab: fix dynamic_cast test caseSimon Marchetto2013-07-231-8/+2
* Scilab: wrap SWIG_Init() function to initialize module SWIG types (needed for...Simon Marchetto2013-07-181-6/+29
* Scilab: SWIG exception raise macro : rethrow exceptionsSimon Marchetto2013-06-191-2/+11
* Redefine SWIG_Error and add testing code in examples\scilab\contractYung Lee2013-04-291-4/+45
* Replace MALLOC/FREE to malloc/free fot fix heap memory leak error on Win/VC++Yung Lee2013-04-291-2/+2
* Update tests & examples after Scilab API modificationsVincent Couvert2012-08-061-2/+2
* Update previous syntax to the latest. LhsVar => AssignOutputVariable + Rhs =>...Sylvestre Ledru2012-05-221-1/+1
* One more step to make 'vector' example work for ScilabVincent Couvert2012-04-101-0/+2
* Remove old deprecated include fileVincent Couvert2012-03-271-1/+0
* Start vector managementVincent Couvert2012-03-221-11/+13
* Make dynamic_cast.cpptest workVincent Couvert2011-05-301-0/+9
* * New version for Scilab module using fragmentsVincent Couvert2011-05-201-59/+156
* New test for stringsVincent Couvert2011-03-311-2/+6
* Many modifications needed to make allprotected test workVincent Couvert2011-01-041-0/+49
* Factorize code + add Scilab typedefsVincent Couvert2010-11-261-2/+14
* some fixesBaozeng Ding2009-08-161-1/+6
* fix typemap_subst.i testcaseBaozeng Ding2009-08-101-0/+2
* adding struct exampleBaozeng Ding2009-07-271-1/+1
* add support for EnumsBaozeng Ding2009-06-201-0/+9