summaryrefslogtreecommitdiff
path: root/cmake/FindPython.cmake
AgeCommit message (Collapse)Author
2017-01-01core: update copyright datesSébastien Helleu
2016-06-21python: add detection of Python 3.5Sébastien Helleu
2016-02-01Python plugin shared libraries missingShane McCarron
When linking against a python with shared libraries, this script ONLY asked for the LD flags, not any additional libraries. This could result in a condition where required libraries (such as libutil on Centos 6.7 against Python 2.7) are not loaded and the load of the plugin thus fails. This change asks the python being linked against which libraries it was linked using, and then ensures those are also linked against by the python plugin for weechat.
2016-01-01core: update copyright datesSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-09-28core: use HINTS for introspected values in Python detectionTim D. Smith
2014-04-12core: use lower case for CMake keywordsSébastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-01-31core: fix detection of python on Ubuntu RaringSebastien Helleu
2013-01-05core: add cmake option ENABLE_PYTHON3 and configure option --enable-python3Sebastien Helleu
With this option, the python plugin will be built and linked with Python 3 (if found, or Python 2 as fallback). This option it not (yet) recommended, because many scripts are working only with Python 2.x. It should be used only to tests scripts with Python 3.x in WeeChat.
2013-01-01core: update copyright datesSebastien Helleu
2012-08-21core: check that python version is >= 2.5 in cmake/autotools (patch from ↵Sebastien Helleu
Peter Boström)
2012-07-17python: fix detection of python (first try "python2.x" and then "python") ↵Sebastien Helleu
(bug #36835)
2012-01-08core: update copyright datesSebastien Helleu
2012-01-03python: support of Python 3.x (task #11704)Sebastien Helleu
Note that Python 2.x is still the only Python compiled if found: Python 3.x is not auto-detected by cmake neither configure. Many official Python scripts will not load/run with Python 3.x, so Python 2.x (2.7 or 2.6) is still the recommended version.
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-12-13Add support of python 2.7 in cmake and configure (debian #606989)Sebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-02-02Add check for python 2.6Julien Louis
2009-01-03Update copyright datesSebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2007-07-02Replaced GPL 2 license by GPL 3Sebastien Helleu
2007-05-21Added cmake for weechat compileSebastien Helleu