Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindPython: add capability to select python version for the tests | Marc Chevrier | 2023-06-15 | 1 | -1/+1 |
| | |||||
* | Add deprecation warnings for policies CMP0088 and below | Brad King | 2021-06-30 | 1 | -0/+10 |
| | | | | | | | The OLD behaviors of all policies are deprecated, but only by documentation. Add an explicit deprecation diagnostic for policies introduced in CMake 3.14 and below to encourage projects to port away from setting policies to OLD. | ||||
* | UseSWIG: Use standard library name conventions for csharp language | Marc Chevrier | 2021-03-26 | 8 | -0/+51 |
| | | | | Fixes: #21542 | ||||
* | UseSWIG: avoid spurious policy warnings | Marc Chevrier | 2021-02-11 | 1 | -14/+0 |
| | |||||
* | Add deprecation warnings for policies CMP0081 and below | Brad King | 2021-02-10 | 1 | -0/+24 |
| | | | | | | | The OLD behaviors of all policies are deprecated, but only by documentation. Add an explicit deprecation diagnostic for policies introduced in CMake 3.13 and below to encourage projects to port away from setting policies to OLD. | ||||
* | FindPython*: Manage weak link for Python modules | Marc Chevrier | 2019-05-07 | 1 | -1/+1 |
| | | | | | | | Add new target Python::Module which take care of platform requirements for Python module development. Fixes: #18100 | ||||
* | UseSWIG: add management of SWIG option -module | Marc Chevrier | 2018-12-07 | 10 | -1/+58 |
| | | | | | | | When file property SWIG_MODULE_NAME is specified, provide option -module to SWIG compiler. Fixes: #18374 | ||||
* | cmake_policy: Add undocumented GET_WARNING command | Kyle Edwards | 2018-10-10 | 1 | -7/+8 |
| | | | | | | | This command is intended for modules that issue policy warnings so they can get the warning string from CMake in a uniform manner, rather than duplicating the string. Several modules been updated to include an example of the usage of this new command. | ||||
* | UseSWIG: add policy to manage target naming strategy. | Marc Chevrier | 2018-07-25 | 11 | -0/+40 |
| | |||||
* | UseSWIG: Rework tests | Marc Chevrier | 2018-04-02 | 20 | -732/+0 |
| | |||||
* | CMake build: Use new FindPython module | Marc Chevrier | 2018-03-20 | 2 | -5/+4 |
| | |||||
* | FindPython*: New implementation for Python stuff | Marc Chevrier | 2018-03-20 | 3 | -2/+32 |
| | | | | Fixes: #16142 | ||||
* | UseSWIG: modernize module | Marc Chevrier | 2018-02-14 | 8 | -8/+146 |
| | |||||
* | UseSWIG: Re-work test framework | Marc Chevrier | 2018-02-14 | 15 | -0/+565 |