| Commit message (Expand) | Author | Age | Files | Lines |
* | FindPythonLibs: Do not try to find the interpreter (#13794) | Brad King | 2014-03-05 | 1 | -1/+0 |
|
|
* | FindPythonLibs: Find consistent Python interp, headers, libs (#13794) | Matt McCormick | 2014-03-03 | 1 | -4/+9 |
|
|
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -16/+29 |
|
|
* | FindPython*: simplify version selection | Rolf Eike Beer | 2013-08-31 | 1 | -6/+4 |
|
|
* | Find* (and some other): use ${CMAKE_CURRENT_LIST_DIR} in include() | Rolf Eike Beer | 2012-11-04 | 1 | -1/+1 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -25/+25 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -119/+119 |
|
|
* | FindPythonLibs: honor EXACT version specification (#13216) | Rolf Eike Beer | 2012-06-05 | 1 | -2/+8 |
|
|
* | FindPythonLibs: Document cache variables (#13240) | Zack Galbreath | 2012-05-22 | 1 | -0/+5 |
|
|
* | Search for other ABIFLAGS builds of Python | Ben Boeckel | 2012-03-27 | 1 | -1/+9 |
|
|
* | Don't put legacy variables back into the cache | Ben Boeckel | 2012-03-27 | 1 | -3/+2 |
|
|
* | FindPythonLibs: stop scanning when libraries are found | Rolf Eike Beer | 2012-02-23 | 1 | -0/+4 |
|
|
* | FindPythonLibs: put debug libraries into PYTHON_LIBRARIES | Rolf Eike Beer | 2012-02-23 | 1 | -3/+11 |
|
|
* | FindPythonLibs: get the exact version of the found library (#3080) | Rolf Eike Beer | 2012-02-22 | 1 | -2/+12 |
|
|
* | FindPythonLibs: make the version selection work as for PythonInterp | Rolf Eike Beer | 2012-02-22 | 1 | -2/+33 |
|
|
* | FindPython{Interp,Libs}: document Python_ADDITIONAL_VERSIONS as input | Rolf Eike Beer | 2012-02-22 | 1 | -1/+4 |
|
|
* | FindPythonLibs: Search for single-user installs on Windows | Christian Andersson | 2012-01-10 | 1 | -1/+6 |
|
|
* | Modules: Include builtin FindPackageHandleStandardArgs directly | Brad King | 2011-01-20 | 1 | -1/+1 |
|
|
* | Merge topic 'python-modules-header' | Brad King | 2011-01-19 | 1 | -0/+1 |
|\ |
|
| * | Bug #11715 - generate header in the build tree. | Marcus D. Hanwell | 2011-01-17 | 1 | -0/+1 |
|
|
* | | Merge branch 'policy-CMP0017' into resolve/python-versions/policy-CMP0017 | Brad King | 2011-01-11 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017 | Alex Neundorf | 2011-01-04 | 1 | -1/+1 |
|
|
* | | Python additional version support, bug #10279. | Marcus D. Hanwell | 2011-01-10 | 1 | -14/+20 |
|/ |
|
* | Merge topic 'PythonLibs-2.7' | David Cole | 2010-10-28 | 1 | -1/+1 |
|\ |
|
| * | ENH: Added case for Python 2.7. | Marcus D. Hanwell | 2010-10-19 | 1 | -1/+1 |
|
|
* | | Use absolute path to FindPackageHandleStandardArgs.cmake everywhere | Alex Neundorf | 2010-09-28 | 1 | -1/+1 |
|/ |
|
* | Set the module prefix, updated Windows suffix. | David Gobbi | 2010-09-24 | 1 | -0/+7 |
|
|
* | Bug with default library type of Python modules. | Marcus D. Hanwell | 2010-08-13 | 1 | -4/+2 |
|
|
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
|
|
* | A few small changed from Pat Marion (in VTK CVS too) | Marcus Hanwell | 2010-02-17 | 1 | -2/+2 |
|
|
* | Applied patch from Pat Marion - modules header macro. | Marcus Hanwell | 2010-02-17 | 1 | -6/+12 |
|
|
* | Do not force frameworks on Mac OS X - never worked well. | Marcus Hanwell | 2010-02-17 | 1 | -16/+0 |
|
|
* | Added a second call to find_library to find the static library. | Marcus Hanwell | 2009-12-14 | 1 | -0/+8 |
|
|
* | Fixed bug 8319, search for the Python shared library in the standard locations. | Marcus Hanwell | 2009-10-19 | 1 | -2/+0 |
|
|
* | Convert CMake find-modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+13 |
|
|
* | Change FindPythonLibs to use the standard _DIR instead of _PATH but stay back... | Bill Hoffman | 2009-09-14 | 1 | -14/+27 |
|
|
* | STYLE: use global property instead of helper target to collect all python | Alexander Neundorf | 2008-02-15 | 1 | -12/+13 |
|
|
* | ENH: Changed signature of GET_PROPERTY command to be more powerful and extend... | Brad King | 2008-01-17 | 1 | -1/+2 |
|
|
* | BUG: make the string static, otherwise the contents are gone when we exit | Alexander Neundorf | 2007-09-18 | 1 | -1/+1 |
|
|
* | ENH: add support for the next python release, python 2.6 | Alexander Neundorf | 2007-08-30 | 1 | -1/+1 |
|
|
* | STYLE: this wasn't intended to be committed | Alexander Neundorf | 2007-08-16 | 1 | -1/+0 |
|
|
* | ENH: add -Wl,-relax to the default linker flags for BlueGene, otherwise you c... | Alexander Neundorf | 2007-08-16 | 1 | -0/+1 |
|
|
* | ENH: make the python modules usable for C and C++ and only write the header | Alexander Neundorf | 2007-08-02 | 1 | -9/+31 |
|
|
* | ENH: deb generator can now generate deb packages | Alexander Neundorf | 2007-07-27 | 1 | -1/+1 |
|
|
* | COMP: same as in VTK, build modules by default as shared if the platform | Alexander Neundorf | 2007-07-25 | 1 | -8/+10 |
|
|
* | ENH: add second failure message parameter to | Alexander Neundorf | 2007-07-23 | 1 | -1/+1 |
|
|
* | BUG: fix typo | Alexander Neundorf | 2007-07-19 | 1 | -1/+1 |
|
|
* | ENH: make the list of modules global | Alexander Neundorf | 2007-07-19 | 1 | -2/+10 |
|
|
* | ENH: only load the static modules in the LoadAll function | Alexander Neundorf | 2007-07-19 | 1 | -3/+4 |
|
|
* | ENH: use the new FIND_PACKAGE_HANDLE_STANDARD_ARGS() macro in most of the | Alexander Neundorf | 2007-07-19 | 1 | -98/+82 |
|
|