William S Fulton
f3357f1f57
Remove use of std::bind2nd which is removed in C++17
2019-06-27 07:40:49 +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
Simon Marchetto
0b07622a11
fix failing unit tests with Scilab V6
2015-01-12 16:20:27 +01:00
Simon Marchetto
2bcd768909
scilab: display loading errors in examples
2014-09-11 08:56:04 +02:00
William S Fulton
ea634d54a5
Synchronize common scilab examples with other languages
2014-09-03 07:18:10 +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
d50620ddeb
scilab: use TARGET in Examples Makefile
2014-07-03 12:13:49 +02:00
Simon Marchetto
e12601707d
scilab: out-of-sources build
2014-06-09 14:09:28 +02: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
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
Simon Marchetto
7a81f55ac9
Scilab: take in account TARGET in example makefile, fix target in examples sub makefiles
2013-09-04 14:53:14 +02:00
William S Fulton
05cc859d38
Scilab example Makefiles update.
...
Make consistent with other languages.
Output is also suppressed when run from top level directory - see
RUNPIPE.
2013-08-30 23:53:57 +01:00
William S Fulton
9b51d7d869
Example makefile tidy up
2013-08-30 22:14:21 +01:00
Simon Marchetto
62b61b5349
Scilab: fix examples (no paging which stops tests)
2013-08-20 10:26:08 +02:00
Simon Marchetto
255603639f
Scilab: rollback, support of container<class*> only (not <class>)
2013-07-31 18:28:23 +02:00
Simon Marchetto
f7b67980e6
Scilab: fix some example scripts (missing exit)
2013-07-22 17:57:30 +02:00
Simon Marchetto
2ce2862472
Scilab: fix some example makefiles (restore target check)
2013-07-22 17:53:00 +02:00
Simon Marchetto
111c1eb538
Scilab: add vector<class> in STL vector example
2013-07-22 17:39:01 +02:00
Simon Marchetto
ca282beae6
Scilab: add bool type in STL vector example
2013-07-19 17:31:59 +02:00
Simon Marchetto
28dd6985c2
Scilab: add STL simple vector example (available also for Python, Ruby...)
2013-07-18 08:56:44 +02:00
Simon Marchetto
2472fe492a
Scilab: rewrite STL vector example (vector argument passing example)
...
Fixes:
- use generic support of vectors
- add vector of object example
- improve example messages
- simplify cpp code
- move example code to "std_vector" folder
2013-07-18 08:56:37 +02:00