Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindPython: clarify static libraries hint usage | Marc Chevrier | 2021-12-01 | 1 | -0/+5 |
| | | | | Fixes: #22956 | ||||
* | Help: Add `.. versionadded` directives to module docs | Nikita Nemkin | 2020-12-02 | 1 | -1/+1 |
| | | | | Issue: #19715 | ||||
* | Help: FindPython: add version information | Marc Chevrier | 2020-12-01 | 1 | -14/+84 |
| | |||||
* | FindPython: Adds control over artifact names to search | Marc Chevrier | 2020-11-03 | 1 | -0/+16 |
| | | | | Fixes: #21371 | ||||
* | FindPython: Ensure Apple Xcode python 3 is usable | Marc Chevrier | 2020-10-12 | 1 | -0/+3 |
| | | | | | | | The python 3 distributed as part of Xcode requires the specification of a 'rpath' pointing at frameowrks root for a correct execution. Fixes: #21293 | ||||
* | FindPython: Add version range support | Marc Chevrier | 2020-09-30 | 1 | -5/+47 |
| | | | | Fixes: #21107 | ||||
* | FindPython: fix typo in Python_LIBRARY_DIRS | Philipp Storz | 2020-09-11 | 1 | -1/+1 |
| | | | | | | | | Fixes the wrong spelling of Python_LIBRARY_DIRS as "Python_LIBRAY_DIRS" which exists in - FindPython - FindPython2 - FindPython3 | ||||
* | Fix typos identified using codespell | Jean-Christophe Fillion-Robin | 2020-07-22 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/codespell-project/codespell#readme The following command was used: ``` codespell -q6 --skip="\ .git,\ *.json,\ ./Copyright.txt,\ ./Help/command/foreach.rst,\ ./Help/prop_test/REQUIRED_FILES.rst,\ ./Help/variable/CTEST_COVERAGE_COMMAND.rst,\ ./Modules/CMakeCheckCompilerFlagCommonPatterns.cmake,\ ./Modules/CMakeRCInformation.cmake,\ ./Modules/Internal/CPack/NSIS.template.in,\ ./Modules/FindMatlab.cmake,\ ./Modules/MatlabTestsRedirect.cmake,\ ./Modules/Platform/Windows-Clang.cmake,\ ./Modules/Platform/Windows-Intel-Fortran.cmake,\ ./Modules/Platform/Windows-MSVC.cmake,\ ./Source/CMakeVersion.cmake,\ ./Source/cmConvertMSBuildXMLToJSON.py,\ ./Source/cmCreateTestSourceList.cxx,\ ./Source/cmGlobalVisualStudio10Generator.cxx,\ ./Source/cmExportBuildFileGenerator.cxx,\ ./Source/cmExportInstallAndroidMKGenerator.cxx,\ ./Source/cmExportInstallFileGenerator.cxx,\ ./Source/cmExportSet.cxx,\ ./Source/cmExportTryCompileFileGenerator.cxx,\ ./Source/cmFindPackageCommand.cxx,\ ./Source/cmInstallCommand.cxx,\ ./Source/cmGeneratorExpressionLexer.cxx,\ ./Source/cmLocalVisualStudio7Generator.cxx,\ ./Source/cmOrderDirectories.cxx,\ ./Source/cmTarget.cxx,\ ./Source/kwsys/*,\ ./Source/QtDialog/CMakeSetupDialog.ui,\ ./Source/CPack/WiX/cmWIXRichTextFormatWriter.cxx,\ ./Source/CTest/cmParseCoberturaCoverage.h,\ ./Tests/CMakeTests/ImplicitLinkInfoTest.cmake.in,\ ./Tests/RunCMake/CPack/tests/DMG_SLA/English.license.rtf,\ ./Tests/RunCMake/CPack/tests/DMG_SLA/German.license.txt,\ ./Tests/RunCMake/CPack/tests/DMG_SLA/German.menu.txt,\ ./Tests/RunCMake/GoogleTest/xml_output.cpp,\ ./Tests/RunCMake/Make/TargetMessages*,\ ./Utilities/*,\ " \ -L "\ dependees,\ endwhile,\ fo,\ filetest,\ helpfull,\ nd,\ objext,\ stoll,\ supercedes,\ superceded,\ vas,\ varn,\ " ``` | ||||
* | Help: Add Sphinx 'versionadded' directives to each top-level document | Kitware Robot | 2020-07-06 | 1 | -0/+2 |
| | | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715 | ||||
* | FindPython: Add IronPython support on all platforms | Marc Chevrier | 2020-05-11 | 1 | -1/+15 |
| | |||||
* | FindPython: Add support for 'PyPy' | Marc Chevrier | 2020-05-01 | 1 | -0/+6 |
| | |||||
* | FindPython: Add capability to specify Python implementations | Marc Chevrier | 2020-04-28 | 1 | -0/+21 |
| | | | | | | | | Through hint Python_FIND_IMPLEMENTATIONS it is possble to specify, as an ordered list, which implementations must be searched for. Currently possible values are: * CPython * IronPython | ||||
* | FindPython: add sub-components to Development component | Marc Chevrier | 2020-04-16 | 1 | -10/+26 |
| | | | | Fixes: #20425 | ||||
* | Help: FindPython: fix typos and add some clarifications | Marc Chevrier | 2020-04-11 | 1 | -9/+16 |
| | |||||
* | Merge topic 'FindPython-polish' | Brad King | 2020-03-25 | 1 | -8/+6 |
|\ | | | | | | | | | | | | | bf1ecfef7f FindPython: misc. fixes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4519 | ||||
| * | FindPython: misc. fixes | Marc Chevrier | 2020-03-24 | 1 | -8/+6 |
| | | | | | | | | | | Help: Fix errors regardings HINTS. Code: Optimize Python signature cache variable to avoid unecessary searchs. | ||||
* | | FindPython: Add possibility to control scope of artifacts. | Marc Chevrier | 2020-03-05 | 1 | -0/+16 |
|/ | | | | Fixes: #20362 | ||||
* | FindPython: python_add_library can now manage SOABI suffix. | Marc Chevrier | 2020-03-03 | 1 | -2/+6 |
| | | | | Fixes: #20408 | ||||
* | FindPython: Add variable Python_SOABI | Marc Chevrier | 2020-01-09 | 1 | -0/+7 |
| | | | | | | This variable holds the standard extension suffix for modules. Fixes: #20150 | ||||
* | FindPython: Extend virtual environment handling by considering conda | Sebastian Müller | 2019-12-21 | 1 | -6/+6 |
| | | | | | | - Add functionality to recognize and use CONDA_PREFIX environment variable - Add tests for conda virtual environments - Fixes: #20111 | ||||
* | Help: Minor wording cleanup for Python modules | Craig Scott | 2019-10-27 | 1 | -2/+2 |
| | |||||
* | FindPython: Add capability to specify directly artifacts | Marc Chevrier | 2019-09-02 | 1 | -0/+50 |
| | | | | Fixes: #19492 | ||||
* | FindPython: ensure virtual environments are correctly handled | Marc Chevrier | 2019-08-05 | 1 | -0/+6 |
| | | | | Fixes: #19525 | ||||
* | FindPython: add Python_FIND_ABI hint. | Marc Chevrier | 2019-06-24 | 1 | -0/+45 |
| | | | | This variable will enable to specify will ABIs will be searched. | ||||
* | FindPython: Add variable 'Python_FIND_FRAMEWORK' to control frameworks lookup. | Marc Chevrier | 2019-05-24 | 1 | -2/+7 |
| | |||||
* | FindPython: Add policy to manage lookup stratgey default. | Marc Chevrier | 2019-05-21 | 1 | -1/+3 |
| | |||||
* | FindPython: Implement lookup strategies. | Marc Chevrier | 2019-05-21 | 1 | -0/+11 |
| | | | | | | | Configration variable Python_FIND_STRATEGY controls the lookup startegy. Possible values are LOCATION and VERSION. Fixes: #19159 | ||||
* | FindPython*: Manage weak link for Python modules | Marc Chevrier | 2019-05-07 | 1 | -4/+8 |
| | | | | | | | Add new target Python::Module which take care of platform requirements for Python module development. Fixes: #18100 | ||||
* | FindPython*: Add capability to control virtual env handling. | Marc Chevrier | 2019-04-03 | 1 | -5/+17 |
| | | | | Fixes: #19097 | ||||
* | FindPython*: ensure correct architecture is selected. | Marc Chevrier | 2019-03-14 | 1 | -0/+7 |
| | | | | | | | | Ensure interpreter and libraries architecture matches CMake build configuration. Update documentation about interpreter constraints. Fixes: #19024 | ||||
* | FindPython: Introduce NumPy component | Hiroshi Miura | 2019-01-25 | 1 | -2/+11 |
| | | | | | Fixes: #18678 Signed-off-by: Hiroshi Miura <miurahr@linux.com> | ||||
* | FindPython: Support script mode | Kyle Edwards | 2019-01-23 | 1 | -4/+6 |
| | | | | Fixes: #18827 | ||||
* | FindPython*: fix erroneous handling of virtual environments | Marc Chevrier | 2018-10-02 | 1 | -0/+6 |
| | | | | fixes: #18408 | ||||
* | FindPython*: Windows: add facility to select lookup order for registry. | Marc Chevrier | 2018-09-12 | 1 | -0/+11 |
| | | | | Fixes: #18302 | ||||
* | FindPython*: MacOS: Fix erroneous handling of Frameworks. | Marc Chevrier | 2018-09-12 | 1 | -0/+8 |
| | | | | Fixes: #18204 | ||||
* | FindPython: enhance multiple major versions lookup | Marc Chevrier | 2018-04-03 | 1 | -7/+8 |
| | |||||
* | FindPython*: New implementation for Python stuff | Marc Chevrier | 2018-03-20 | 1 | -0/+180 |
Fixes: #16142 |