Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'UseSWIG-create-workingdir' | Brad King | 2021-11-22 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | 7224eb5185 UseSWIG: ensure directory for depfile exists Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6750 | ||||
| * | UseSWIG: ensure directory for depfile exists | Marc Chevrier | 2021-11-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | | When `Visual Studio` and `Xcode` generators are used, directory for depfile is not implicitely created by CMake when OUTFILE_DIR option is used. Fixes: #22932 | ||||
* | | UseSWIG: Use swig generated dependencies for Visual Studio | Marc Chevrier | 2021-07-09 | 1 | -1/+1 |
|/ | |||||
* | UseSWIG: use swig dependencies for Xcode generator | Marc Chevrier | 2021-04-23 | 1 | -1/+2 |
| | |||||
* | UseSWIG: use swig tool to generate dependencies | Marc Chevrier | 2021-01-21 | 1 | -0/+24 |
| | | | | | | add_custom_command() supports option DEPFILE when generator is Makefiles or Ninja. And swig tool is able to generate a dependencies file which is compatible with DEPFILE option. | ||||
* | UseSWIG: Add OUTPUT_DIR and OUTFILE_DIR source file properties | Marc Chevrier | 2020-09-30 | 1 | -0/+12 |
| | | | | | | | These properties enable to manage output directories on per source file basis. Fixes: #21250 | ||||
* | Merge topic 'UseSWIG-interface-option' | Brad King | 2020-09-01 | 1 | -0/+9 |
|\ | | | | | | | | | | | | | d264685bee UseSWIG: Update option -interface usage Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5172 | ||||
| * | UseSWIG: Update option -interface usage | Marc Chevrier | 2020-08-31 | 1 | -0/+9 |
| | | | | | | | | | | | | | | Option -interface must not be used if multiple SWIG files are part of the same library. Fixes: #21134 | ||||
* | | UseSWIG: Take care of support files in sub-directories | Marc Chevrier | 2020-08-04 | 1 | -0/+10 |
|/ | | | | Fixes: #20833 | ||||
* | UseSWIG: Enable SWIG Fortran target language | Seth R Johnson | 2020-02-24 | 1 | -0/+15 |
| | |||||
* | UseSWIG: Manage alternate library name | Marc Chevrier | 2019-05-03 | 1 | -0/+12 |
| | | | | | | | | Manage alternate library name by passing -interface <library_name> for python language or -dllimport <library_name> for CSharp language to the SWIG compiler. Fixes: #18771 | ||||
* | SWIG: Add support for custom Swig source file extensions | Thirumal Venkat | 2019-01-03 | 1 | -0/+12 |
| | |||||
* | UseSWIG: add management of SWIG option -module | Marc Chevrier | 2018-12-07 | 1 | -1/+13 |
| | | | | | | | When file property SWIG_MODULE_NAME is specified, provide option -module to SWIG compiler. Fixes: #18374 | ||||
* | UseSWIG: add support of target property INCLUDE_DIRECTORIES consumption | Marc Chevrier | 2018-06-13 | 1 | -0/+11 |
| | | | | Fixes: #18003 | ||||
* | UseSWIG: Add CSHARP variant for wrapper files | Rishi Theivendran | 2018-06-12 | 1 | -0/+14 |
| | | | | | Issue: #18065 Fixes: #18066 | ||||
* | UseSWIG: Add new behavior for better support files management | Marc Chevrier | 2018-04-03 | 1 | -0/+14 |
| | | | | fixes: #17840 | ||||
* | UseSWIG: Rework tests | Marc Chevrier | 2018-04-02 | 1 | -0/+62 |