swig/Source
Clément DAVID f93f8ad1d5 [Scilab] remove targetversion argument
This commit handles multi-version support at runtime, it
fixes:
 * 5.5.2 - with cutted long identifier name
 * 6.0.0 - with full string identifier
 * 6.1.0 - with 1 or 0 output argument

It also improves the codebase by:
 * Using `Char(X)` instead of `DohCheck(X)` and `Data(X)`
 * Using `Len(X)` instead of `strlen()`
 * Correctly detecting old Scilab versions
2022-02-21 10:01:59 +01:00
..
CParse Merge branch 'using-declarations' into upstream-master 2022-02-20 17:04:56 +00:00
DOH Make DOH Char macro more robust 2021-12-13 09:33:26 +13:00
Doxygen [doxygen] Fix crash on unclosed HTML tag 2022-01-26 15:12:21 +13:00
Include Extern template tweaks 2022-01-25 00:28:08 +00:00
Modules [Scilab] remove targetversion argument 2022-02-21 10:01:59 +01:00
Preprocessor Fix -Wchar-subscripts warning 2021-04-26 22:32:52 +01:00
Swig Merge branch 'using-declarations' into upstream-master 2022-02-20 17:04:56 +00:00
Makefile.am Disable CFFI Common Lisp target language 2019-02-05 18:42:23 +00:00
README Remove details of long-removed directories 2021-05-16 08:42:39 +12:00

SWIG Source directory

 Source/DOH          -  A core set of basic datatypes including
                        strings, lists, hashes, and files.  Used
                        extensively by the rest of SWIG.

 Source/Swig         -  Swig core. Type-system, utility functions.

 Source/Preprocessor -  SWIG C Preprocessor

 Source/CParse       -  SWIG C Parser (still messy)

 Source/Modules      -  Language modules.

 Source/Include      -  Include files.