summaryrefslogtreecommitdiff
path: root/Modules/FindPythonLibs.cmake
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'different-python-header-libs-exe-0013794'Brad King2014-03-141-0/+4
|\
| * FindPython*: Document suggested find_package order (#13794)Matt McCormick2014-03-141-0/+4
* | Merge topic 'python-3.4'Brad King2014-03-071-1/+1
|\ \ | |/ |/|
| * FindPython{Interp,Libs}: Search for Python 3.4.Matt McCormick2014-03-061-1/+1
* | FindPythonLibs: Do not try to find the interpreter (#13794)Brad King2014-03-051-1/+0
* | FindPythonLibs: Find consistent Python interp, headers, libs (#13794)Matt McCormick2014-03-031-4/+9
|/
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-16/+29
* FindPython*: simplify version selectionRolf Eike Beer2013-08-311-6/+4
* Find* (and some other): use ${CMAKE_CURRENT_LIST_DIR} in include()Rolf Eike Beer2012-11-041-1/+1
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-25/+25
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-119/+119
* FindPythonLibs: honor EXACT version specification (#13216)Rolf Eike Beer2012-06-051-2/+8
* FindPythonLibs: Document cache variables (#13240)Zack Galbreath2012-05-221-0/+5
* Search for other ABIFLAGS builds of PythonBen Boeckel2012-03-271-1/+9
* Don't put legacy variables back into the cacheBen Boeckel2012-03-271-3/+2
* FindPythonLibs: stop scanning when libraries are foundRolf Eike Beer2012-02-231-0/+4
* FindPythonLibs: put debug libraries into PYTHON_LIBRARIESRolf Eike Beer2012-02-231-3/+11
* FindPythonLibs: get the exact version of the found library (#3080)Rolf Eike Beer2012-02-221-2/+12
* FindPythonLibs: make the version selection work as for PythonInterpRolf Eike Beer2012-02-221-2/+33
* FindPython{Interp,Libs}: document Python_ADDITIONAL_VERSIONS as inputRolf Eike Beer2012-02-221-1/+4
* FindPythonLibs: Search for single-user installs on WindowsChristian Andersson2012-01-101-1/+6
* Modules: Include builtin FindPackageHandleStandardArgs directlyBrad King2011-01-201-1/+1
* Merge topic 'python-modules-header'Brad King2011-01-191-0/+1
|\
| * Bug #11715 - generate header in the build tree.Marcus D. Hanwell2011-01-171-0/+1
* | Merge branch 'policy-CMP0017' into resolve/python-versions/policy-CMP0017Brad King2011-01-111-1/+1
|\ \ | |/ |/|
| * Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017Alex Neundorf2011-01-041-1/+1
* | Python additional version support, bug #10279.Marcus D. Hanwell2011-01-101-14/+20
|/
* Merge topic 'PythonLibs-2.7'David Cole2010-10-281-1/+1
|\
| * ENH: Added case for Python 2.7.Marcus D. Hanwell2010-10-191-1/+1
* | Use absolute path to FindPackageHandleStandardArgs.cmake everywhereAlex Neundorf2010-09-281-1/+1
|/
* Set the module prefix, updated Windows suffix.David Gobbi2010-09-241-0/+7
* Bug with default library type of Python modules.Marcus D. Hanwell2010-08-131-4/+2
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* A few small changed from Pat Marion (in VTK CVS too)Marcus Hanwell2010-02-171-2/+2
* Applied patch from Pat Marion - modules header macro.Marcus Hanwell2010-02-171-6/+12
* Do not force frameworks on Mac OS X - never worked well.Marcus Hanwell2010-02-171-16/+0
* Added a second call to find_library to find the static library.Marcus Hanwell2009-12-141-0/+8
* Fixed bug 8319, search for the Python shared library in the standard locations.Marcus Hanwell2009-10-191-2/+0
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-0/+13
* Change FindPythonLibs to use the standard _DIR instead of _PATH but stay back...Bill Hoffman2009-09-141-14/+27
* STYLE: use global property instead of helper target to collect all pythonAlexander Neundorf2008-02-151-12/+13
* ENH: Changed signature of GET_PROPERTY command to be more powerful and extend...Brad King2008-01-171-1/+2
* BUG: make the string static, otherwise the contents are gone when we exitAlexander Neundorf2007-09-181-1/+1
* ENH: add support for the next python release, python 2.6Alexander Neundorf2007-08-301-1/+1
* STYLE: this wasn't intended to be committedAlexander Neundorf2007-08-161-1/+0
* ENH: add -Wl,-relax to the default linker flags for BlueGene, otherwise you c...Alexander Neundorf2007-08-161-0/+1
* ENH: make the python modules usable for C and C++ and only write the headerAlexander Neundorf2007-08-021-9/+31
* ENH: deb generator can now generate deb packagesAlexander Neundorf2007-07-271-1/+1
* COMP: same as in VTK, build modules by default as shared if the platformAlexander Neundorf2007-07-251-8/+10
* ENH: add second failure message parameter toAlexander Neundorf2007-07-231-1/+1