| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | LICENSE: Replace references to Copyright.txt with LICENSE.rst | Kitware Robot | 2025-03-03 | 1 | -1/+1 |
| | | | | | | | | | | | ``` git grep -lz 'Copyright.txt or https://cmake.org/licensing ' | while IFS= read -r -d $'\0' f ; do sed -i '/Copyright.txt or https:\/\/cmake.org\/licensing / { s/Copyright.txt/LICENSE.rst/ }' "$f" ; done ``` | ||||
| * | UseSWIG: Take care of support files in sub-directories | Marc Chevrier | 2020-08-04 | 1 | -2/+2 |
| | | | | | Fixes: #20833 | ||||
| * | UseSWIG: multiple input files must be supported in version 2 | Marc Chevrier | 2018-10-29 | 1 | -0/+31 |
| Fixes: #18506 | |||||
