summaryrefslogtreecommitdiff
path: root/Examples/test-suite/scilab
Commit message (Expand)AuthorAgeFilesLines
* Fix Python compile errors with overloading and varargsWilliam S Fulton2019-02-251-1/+21
* Fix overloading for non-pointers and NULL - ScilabWilliam S Fulton2018-12-301-0/+45
* Misc. typosluz.paz2018-05-175-12/+12
* Rename func to funk in tests to avoid Go keyword problemsWilliam S Fulton2017-06-161-1/+1
* Fix scilab fragment dependency problem in STL headersWilliam S Fulton2017-06-061-3/+0
* Temporarily disable failing testsWilliam S Fulton2017-06-061-0/+3
* [Scilab] fix test scilab_pointer_conversion_function for scilab 5.3.3Simon Marchetto2016-12-191-2/+2
* scilab: SWIG_ptr() accepts mlist typed pointers and converts them to pointersSimon Marchetto2016-12-151-0/+6
* scilab: fix issue #755Simon Marchetto2016-07-292-1/+10
* handle const pointers to functionsPaweł Tomulik2016-03-241-0/+1
* scilab: fix and add overloading testssimon2016-03-083-17/+43
* scilab: fix template_rename testsimon2016-03-081-1/+1
* Duplicate tests that are run twice as both C and C++ tests to fix parallel ma...William S Fulton2016-02-211-0/+29
* Duplicate tests that are run twice as both C and C++ tests to fix parallel ma...William S Fulton2016-02-211-0/+13
* rename overload_extendc testcaseWilliam S Fulton2016-02-211-0/+0
* Duplicate tests that are run twice as both C and C++ tests to fix parallel ma...William S Fulton2016-02-211-0/+8
* Duplicate tests that are run twice as both C and C++ tests to fix parallel ma...William S Fulton2016-02-211-0/+11
* Duplicate tests that are run twice as both C and C++ tests to fix parallel ma...William S Fulton2016-02-211-0/+3
* Update Scilab test-suite output wordingWilliam S Fulton2015-08-031-2/+2
* Don't generate constructor wrappers if a base class has a private constructorWilliam S Fulton2015-07-071-9/+0
* scilab: fix throw_exception testSimon Marchetto2015-01-261-1/+1
* fix failing unit tests with Scilab V6Simon Marchetto2015-01-123-36/+35
* scilab: test li_std_string_extra is fixed by previous commitSimon Marchetto2014-10-231-4/+1
* scilab: fix test-suite makefiles and util scripts for standard build toolsSimon Marchetto2014-10-202-14/+3
* scilab: support typed constants (U UL L) in scilabconst(1)Simon Marchetto2014-10-161-24/+27
* scilab: fix tests having too long identifier namesSimon Marchetto2014-09-293-35/+34
* scilab: fix allprotected testSimon Marchetto2014-09-261-33/+48
* scilab: truncates too long (struct, class) member namesSimon Marchetto2014-09-261-3/+13
* scilab: add li_std_string_extra testSimon Marchetto2014-09-252-22/+26
* scilab: truncates too long identifier names (in addition to display warnings)Simon Marchetto2014-09-252-0/+20
* scilab: fix li_std_except test error codesSimon Marchetto2014-09-251-12/+12
* scilab: fix tests returning wrong error codeSimon Marchetto2014-09-243-14/+14
* scilab: fix test-suite (scripts were not executed)Simon Marchetto2014-09-243-20/+11
* Scilab minor build system improvementWilliam S Fulton2014-08-261-1/+1
* scilab: hide too long identifier warningsSimon Marchetto2014-07-241-0/+3
* scilab: rollback INCLUDESimon Marchetto2014-07-031-0/+1
* scilab: remove useless SCRIPTDIRSimon Marchetto2014-07-031-1/+0
* scilab: simplify Examples makefile (removing INCLUDE stuff)Simon Marchetto2014-07-031-1/+0
* Run overload_arrays testcase in all languages not just ScilabWilliam S Fulton2014-06-261-7/+6
* Revert "scilab: implement enum_var test"William S Fulton2014-06-261-9/+0
* scilab: rename swig_this(), swig_ptr() to SWIG_this(), SWIG_ptr()Simon Marchetto2014-06-264-10/+10
* scilab: fix test-suite: change to test dir before running testSimon Marchetto2014-06-201-3/+3
* scilab: fix test-suite cleanSimon Marchetto2014-06-201-11/+10
* scilab: no need to copy runme script in in-source buildSimon Marchetto2014-06-201-1/+3
* scilab: fix nested_structs testSimon Marchetto2014-06-191-9/+9
* scilab: simplify and complete arrays_dimensionsless testSimon Marchetto2014-06-161-20/+18
* scilab: fix array_member testSimon Marchetto2014-06-161-5/+5
* scilab: unsigned ints typemaps behave same as ints (2nd commit: arrays)Simon Marchetto2014-06-162-41/+28
* scilab: fix tests for unsigned ints typemap changesSimon Marchetto2014-06-162-95/+92
* scilab: fix pointer utility functions (return double instead of uint32)Simon Marchetto2014-06-161-1/+1