summaryrefslogtreecommitdiff
path: root/Examples/scilab
Commit message (Collapse)AuthorAgeFilesLines
* [scilab] Extract values with ":"Clément DAVID2023-04-193-5/+37
| | | | Fixes #894
* Alphabetise testing of examplesWilliam S Fulton2020-08-131-1/+0
|
* Remove use of std::bind2nd which is removed in C++17William S Fulton2019-06-271-3/+2
|
* Misc. typosluz.paz2018-05-172-2/+2
| | | found via `codespell` and `grep`
* Remove incorrect executable bitv3.0.12rel-3.0.12William S Fulton2017-01-271-0/+0
| | | | [skip ci]
* Revert "scilab: runtime initialization needed in examples"William S Fulton2016-03-189-9/+1
| | | | This reverts commit 54b84b8fa1789958e2f2ede69edd7b9e9af88dfa.
* scilab: runtime initialization needed in examplessimon2016-03-089-1/+9
|
* Remove use of preinst-swig scriptWilliam S Fulton2015-08-2114-28/+56
| | | | | | | | | | | | | Complete the prototype removal in ca1431. The script prevents SWIGTOOL=gdb from working as gdb can't be used to debug a shell script, it requires a binary. Add support for SWIGTOOL in all the examples. SWIG_LIB_DIR and SWIGEXE must now instead be set by all Makefiles. See issue #473.
* Fix typoWilliam S Fulton2015-01-191-1/+1
|
* fix failing unit tests with Scilab V6Simon Marchetto2015-01-122-15/+7
|
* scilab: fix matrix2 example compilation warningsSimon Marchetto2014-10-201-0/+3
|
* scilab: fix matrix2 example module nameSimon Marchetto2014-10-201-1/+1
|
* scilab: display loading errors in examplesSimon Marchetto2014-09-1114-14/+71
|
* scilab: remove error messages in example contractSimon Marchetto2014-09-091-2/+3
|
* scilab: remove example matrix2 warningsSimon Marchetto2014-09-091-4/+4
|
* Synchronize common scilab examples with other languagesWilliam S Fulton2014-09-034-8/+7
|
* File renames in Scilab std_list exampleWilliam S Fulton2014-09-024-5/+5
| | | | Conform to usual file naming used in SWIG examples.
* Have just one Scilab constants exampleWilliam S Fulton2014-09-028-145/+30
| | | | Same example as other languages, but using %scilabconst(1)
* Use CXXSRCS for testing for Scilab like other languagesWilliam S Fulton2014-09-026-12/+12
|
* Suppress Identifier name exceeds 24 characters warning in Scilab exampleWilliam S Fulton2014-09-011-0/+2
|
* scilab: file name is 'example' as in other examplesSimon Marchetto2014-08-083-3/+3
|
* scilab: add missing exit in template exampleSimon Marchetto2014-08-081-0/+2
|
* scilab: template example same as in other languagesSimon Marchetto2014-07-245-99/+58
|
* scilab: remove indentation in exampleSimon Marchetto2014-07-241-19/+18
|
* scilab; new example scilab_constSimon Marchetto2014-07-246-0/+131
|
* scilab: enum example same as in other languagesSimon Marchetto2014-07-246-31/+70
|
* scilab: constants example same as in other languagesSimon Marchetto2014-07-242-9/+6
|
* scilab: clean contract exampleSimon Marchetto2014-07-101-8/+8
|
* scilab: library stl.i include same libraries as in other languagesSimon Marchetto2014-07-101-0/+1
|
* scilab: remove debug stuffSimon Marchetto2014-07-032-1/+1
|
* scilab: use TARGET in Examples MakefileSimon Marchetto2014-07-0314-14/+14
|
* scilab: remove debug stuffSimon Marchetto2014-07-024-2/+2
|
* scilab: test example contract with another sourceSimon Marchetto2014-07-011-0/+0
|
* scilab: test enum example, source renamedSimon Marchetto2014-07-013-1/+24
|
* scilab: test: example contract, source renamedSimon Marchetto2014-07-012-24/+1
|
* scilab: test travis without class exampleSimon Marchetto2014-06-301-1/+1
|
* scilab: fix contract example (catch expected errors)Simon Marchetto2014-06-271-4/+11
|
* scilab: fix struct example makefileSimon Marchetto2014-06-261-1/+1
|
* scilab: remove matrix2 example READMESimon Marchetto2014-06-261-13/+0
|
* Update scilab examples from other languagesWilliam S Fulton2014-06-204-18/+15
|
* scilab: rename matrix typemaps named parametersSimon Marchetto2014-06-131-6/+6
|
* scilab: add std_list example in check.listSimon Marchetto2014-06-101-1/+1
|
* scilab: out-of-sources buildSimon Marchetto2014-06-0914-42/+42
|
* scilab: add a delete in struct exampleSimon Marchetto2014-04-021-5/+7
|
* scilab: fix example matrix2Simon Marchetto2014-03-171-2/+2
|
* scilab: remove constants tests from exampleSimon Marchetto2014-02-172-35/+9
|
* Scilab: init function name SWIG_Init() changed to <module>_Init()Simon Marchetto2013-09-184-4/+4
|
* Scilab: remove build & link verbose messages in examplesSimon Marchetto2013-09-0914-0/+14
|
* Scilab: std_set example converted to testSimon Marchetto2013-09-095-142/+0
|
* Scilab: fix check listSimon Marchetto2013-09-091-2/+1
|