William S Fulton
f3357f1f57
Remove use of std::bind2nd which is removed in C++17
2019-06-27 07:40:49 +01:00
luz.paz
60dfa31a67
Misc. typos
...
found via `codespell` and `grep`
2018-05-17 10:04:23 -04:00
William S Fulton
fbeb566014
Remove incorrect executable bit
...
[skip ci]
2017-01-27 23:52:02 +00:00
William S Fulton
9d4a4439da
Revert "scilab: runtime initialization needed in examples"
...
This reverts commit 54b84b8fa1 .
2016-03-18 08:56:23 +00:00
simon
54b84b8fa1
scilab: runtime initialization needed in examples
2016-03-08 17:37:39 +01:00
William S Fulton
8e2bc595c6
Remove use of preinst-swig script
...
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 .
2015-08-21 22:43:17 +01:00
William S Fulton
bbca45174a
Fix typo
2015-01-19 07:59:23 +00:00
Simon Marchetto
0b07622a11
fix failing unit tests with Scilab V6
2015-01-12 16:20:27 +01:00
Simon Marchetto
f93e23b32f
scilab: fix matrix2 example compilation warnings
2014-10-20 17:44:46 +02:00
Simon Marchetto
c5ed672e45
scilab: fix matrix2 example module name
2014-10-20 14:57:57 +02:00
Simon Marchetto
2bcd768909
scilab: display loading errors in examples
2014-09-11 08:56:04 +02:00
Simon Marchetto
e107faf5cc
scilab: remove error messages in example contract
2014-09-09 14:47:20 +02:00
Simon Marchetto
7cd7166991
scilab: remove example matrix2 warnings
2014-09-09 14:21:06 +02:00
William S Fulton
ea634d54a5
Synchronize common scilab examples with other languages
2014-09-03 07:18:10 +01:00
William S Fulton
a41efbd0f7
File renames in Scilab std_list example
...
Conform to usual file naming used in SWIG examples.
2014-09-02 20:34:19 +01:00
William S Fulton
d3a54e50f8
Have just one Scilab constants example
...
Same example as other languages, but using %scilabconst(1)
2014-09-02 20:29:45 +01:00
William S Fulton
2831d891cd
Use CXXSRCS for testing for Scilab like other languages
2014-09-02 20:12:19 +01:00
William S Fulton
b707ee0fc8
Suppress Identifier name exceeds 24 characters warning in Scilab example
2014-09-01 19:47:49 +01:00
Simon Marchetto
31022667d6
scilab: file name is 'example' as in other examples
2014-08-08 17:47:36 +02:00
Simon Marchetto
9b427cc2e0
scilab: add missing exit in template example
2014-08-08 11:57:34 +02:00
Simon Marchetto
98d823face
scilab: template example same as in other languages
2014-07-24 17:25:58 +02:00
Simon Marchetto
7c9a7ea78a
scilab: remove indentation in example
2014-07-24 17:14:24 +02:00
Simon Marchetto
20987c42d0
scilab; new example scilab_const
2014-07-24 17:13:33 +02:00
Simon Marchetto
e37319b9be
scilab: enum example same as in other languages
2014-07-24 17:09:19 +02:00
Simon Marchetto
d8a0594254
scilab: constants example same as in other languages
2014-07-24 16:34:54 +02:00
Simon Marchetto
3b116719df
scilab: clean contract example
2014-07-10 12:23:20 +02:00
Simon Marchetto
34db2b83c5
scilab: library stl.i include same libraries as in other languages
2014-07-10 09:22:32 +02:00
Simon Marchetto
dd1128733f
scilab: remove debug stuff
2014-07-03 12:15:35 +02:00
Simon Marchetto
d50620ddeb
scilab: use TARGET in Examples Makefile
2014-07-03 12:13:49 +02:00
Simon Marchetto
2a5858e1e0
scilab: remove debug stuff
2014-07-02 17:44:59 +02:00
Simon Marchetto
a15a7e43bd
scilab: test example contract with another source
2014-07-01 15:44:49 +02:00
Simon Marchetto
7c1899a458
scilab: test enum example, source renamed
2014-07-01 09:58:33 +02:00
Simon Marchetto
bf2a71ec7d
scilab: test: example contract, source renamed
2014-07-01 09:48:44 +02:00
Simon Marchetto
51da580fc4
scilab: test travis without class example
2014-06-30 15:40:16 +02:00
Simon Marchetto
1f9ae92656
scilab: fix contract example (catch expected errors)
2014-06-27 10:33:59 +02:00
Simon Marchetto
77a522a91a
scilab: fix struct example makefile
2014-06-26 17:31:00 +02:00
Simon Marchetto
fca50ac631
scilab: remove matrix2 example README
2014-06-26 09:24:43 +02:00
William S Fulton
7af54ec169
Update scilab examples from other languages
2014-06-20 08:09:20 +01:00
Simon Marchetto
3ac0dc2be5
scilab: rename matrix typemaps named parameters
2014-06-13 16:21:21 +02:00
Simon Marchetto
894d6f6cb6
scilab: add std_list example in check.list
2014-06-10 17:39:46 +02:00
Simon Marchetto
e12601707d
scilab: out-of-sources build
2014-06-09 14:09:28 +02:00
Simon Marchetto
ca69e5e405
scilab: add a delete in struct example
2014-04-02 11:26:56 +02:00
Simon Marchetto
7f32e10b61
scilab: fix example matrix2
2014-03-17 12:28:43 +01:00
Simon Marchetto
4aa870c318
scilab: remove constants tests from example
2014-02-17 16:29:11 +01:00
Simon Marchetto
77da84f549
Scilab: init function name SWIG_Init() changed to <module>_Init()
2013-09-18 10:24:47 +02:00
Simon Marchetto
47868bcbfe
Scilab: remove build & link verbose messages in examples
2013-09-09 12:05:57 +02:00
Simon Marchetto
3abb810cc1
Scilab: std_set example converted to test
2013-09-09 11:13:36 +02:00
Simon Marchetto
f95e581dc5
Scilab: fix check list
2013-09-09 10:23:05 +02:00
Simon Marchetto
a7181c3c93
Scilab: move std_vector to upper directory
2013-09-09 10:22:54 +02:00
Simon Marchetto
84f1e3d3e2
Scilab: std_vector_as_argument example converted to test
2013-09-06 18:34:57 +02:00