| Commit message (Expand) | Author | Age | Files | Lines |
* | UseSWIG: modernize module | Marc Chevrier | 2018-02-14 | 1 | -148/+337 |
|
|
* | UseSWIG: Re-work test framework | Marc Chevrier | 2018-02-14 | 1 | -0/+6 |
|
|
* | UseSWIG: Restore support for like-named .i files in different modules | Marc Chevrier | 2018-02-02 | 1 | -2/+4 |
|
|
* | UseSWIG: Clarify documentation of SWIG_OUTFILE_DIR | Noel Eck | 2018-01-31 | 1 | -2/+2 |
|
|
* | UseSWIG: Improve documentation markup | Brad King | 2018-01-31 | 1 | -31/+42 |
|
|
* | UseSWIG: Convert docs to a bracket comment | Brad King | 2018-01-31 | 1 | -52/+53 |
|
|
* | swig: fix incremental build in case of removed interface files | Felix Schwitzer | 2017-11-08 | 1 | -1/+34 |
|
|
* | Merge topic 'UseSWIG-Java-enabled' | Brad King | 2017-08-03 | 1 | -2/+4 |
|\ |
|
| * | UseSWIG: Fix when Java is enabled as a language | Brad King | 2017-08-02 | 1 | -2/+4 |
|
|
* | | UseSWIG: Add `-dllimport` only if not already specified | Robert Langlois | 2017-06-14 | 1 | -4/+7 |
|/ |
|
* | UseSWIG: Fall back to empty PREFIX for unknown languages | Brad King | 2017-04-25 | 1 | -0/+3 |
|
|
* | Merge topic 'dont-include-CMakeParseArguments' | Brad King | 2017-01-12 | 1 | -3/+0 |
|\ |
|
| * | Don't include CMakeParseArguments | Daniel Pfeifer | 2017-01-11 | 1 | -3/+0 |
|
|
* | | UseSWIG: Automatically scan dependencies of SWIG files for Makefiles | Alexey Sokolov | 2017-01-10 | 1 | -0/+1 |
|/ |
|
* | UseSWIG: Record generated java files as custom command outputs | caryoscelus | 2016-11-29 | 1 | -3/+4 |
|
|
* | UseSWIG: Add USE_BUILD_SHARED_LIBS to accepted values for the TYPE arg | Daniele E. Domenichelli | 2016-11-14 | 1 | -1/+3 |
|
|
* | UseSWIG: Do not set PREFIX property for SHARED and STATIC lua libraries | Daniele E. Domenichelli | 2016-11-11 | 1 | -1/+3 |
|
|
* | UseSWIG: Do not set NO_SONAME property for SHARED and STATIC libraries | Daniele E. Domenichelli | 2016-11-11 | 1 | -1/+3 |
|
|
* | UseSWIG: Add swig_add_library macro. | Daniele E. Domenichelli | 2016-11-11 | 1 | -7/+41 |
|
|
* | UseSWIG: Add option to specify swig output file directory | Cong Zhang | 2016-11-01 | 1 | -3/+13 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -14/+3 |
|
|
* | Use string(APPEND) in Modules | Daniel Pfeifer | 2016-07-27 | 1 | -6/+6 |
|
|
* | FindSWIG: Do not generate erroneous outputs with -noproxy | Ben Webb | 2015-09-09 | 1 | -4/+6 |
|
|
* | Revert "add_custom_command: Diagnose MAIN_DEPENDENCY limitation." | Nils Gladitz | 2015-04-30 | 1 | -1/+2 |
|
|
* | UseSWIG: Fix module name detection with relative source file (#15508) | Tuukka Pasanen | 2015-04-15 | 1 | -1/+1 |
|
|
* | UseSWIG: Do not use MAIN_DEPENDENCY on custom commands (#15480) | Felix Schwitzer | 2015-03-30 | 1 | -2/+1 |
|
|
* | UseSWIG: Avoid if() auto-dereferene in quoted arguments | Brad King | 2015-03-09 | 1 | -4/+4 |
|
|
* | UseSWIG: Fix R module prefix | Julien Schueller | 2014-10-14 | 1 | -0/+2 |
|
|
* | Merge topic 'UseSWIG-fix-noproxy-check' | Brad King | 2014-06-27 | 1 | -1/+1 |
|\ |
|
| * | UseSWIG: Fix check for noproxy flag (#14990) | Brad King | 2014-06-25 | 1 | -1/+1 |
|
|
* | | UseSWIG: Add support for Go and Lua | Julien Schueller | 2014-04-29 | 1 | -0/+4 |
|
|
* | | Merge topic 'UseSWIG-guess_module_name' | Brad King | 2014-04-21 | 1 | -17/+56 |
|\ \ |
|
| * | | UseSWIG: Revise and format documentation | Julien Schueller | 2014-04-21 | 1 | -16/+32 |
|
|
| * | | UseSWIG: Detect module name from interface file (#10080) | Julien Schueller | 2014-04-21 | 1 | -1/+24 |
|
|
* | | | Remove .* expressions from beginning and end of MATCHES regexs | Rolf Eike Beer | 2014-04-14 | 1 | -1/+1 |
|
|
* | | | Merge topic 'UseSWIG-NO_SONAME' | Brad King | 2014-04-01 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | UseSWIG: Enable NO_SONAME on swig modules (#14815) | Julien Schueller | 2014-04-01 | 1 | -0/+1 |
|
|
* | | | Revert "UseSWIG: Name extra generated files after module name (#10080)" | Julien Schueller | 2014-03-20 | 1 | -4/+3 |
|/ / |
|
* | | UseSWIG: Name extra generated files after module name (#10080) | Julien Schueller | 2014-02-24 | 1 | -3/+4 |
|/ |
|
* | Help: Fix some erroneous code block markers in Module docs. | Stephen Kelly | 2014-01-07 | 1 | -4/+2 |
|
|
* | Merge topic 'UseSWIG-octave' | Brad King | 2013-12-02 | 1 | -1/+4 |
|\ |
|
| * | UseSWIG: Handle octave extensions. | Julien Schueller | 2013-11-29 | 1 | -1/+4 |
|
|
* | | Merge topic 'UseSWIG-fix12184' | Brad King | 2013-12-02 | 1 | -2/+12 |
|\ \ |
|
| * | | UseSWIG: set .bundle ext on OSX and no prefix (#12184) | Julien Schueller | 2013-11-28 | 1 | -2/+12 |
| |/ |
|
* | | Merge topic 'UseSWIG-fix13318' | Brad King | 2013-12-02 | 1 | -4/+7 |
|\ \
| |/
|/| |
|
| * | UseSWIG: Name python module according to swig flags (#13318) | Julien Schueller | 2013-11-26 | 1 | -4/+7 |
|
|
* | | Merge topic 'UseSWIG-fix14520' | Brad King | 2013-11-26 | 1 | -0/+1 |
|\ \ |
|
| * | | UseSWIG: Remove duplicate include dirs (#14520) | Julien Schueller | 2013-11-25 | 1 | -0/+1 |
|
|
* | | | Merge topic 'UseSWIG-fix13814' | Brad King | 2013-11-26 | 1 | -0/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | UseSWIG: Handle a dll name different than module name (#13814) | Julien Schueller | 2013-11-25 | 1 | -0/+4 |
| |/ |
|