summaryrefslogtreecommitdiffstats
path: root/cmake (follow)
Commit message (Expand)AuthorAgeFilesLines
* python: add detection of Python 3.6Sébastien Helleu2017-05-081-2/+2
* core: add detection for Ruby 2.4Tim Harder2017-01-241-2/+2
* core: update copyright datesSébastien Helleu2017-01-0116-16/+16
* Revert "api: fix connection to servers with hook_connect() on Windows 10 with Windows subsystem for Linux (closes #770)"Sébastien Helleu2016-08-191-40/+0
* api: fix connection to servers with hook_connect() on Windows 10 with Windows subsystem for Linux (closes #770)Sébastien Helleu2016-08-061-0/+40
* python: add detection of Python 3.5Sébastien Helleu2016-06-211-2/+2
* core: remove obsolete file FindSourcehighlight.cmake (issue #722)Sébastien Helleu2016-05-151-39/+0
* core: require asciidoctor 1.5.4 instead of 1.5.0 (issue #722)Sébastien Helleu2016-05-141-2/+2
* doc: use asciidoctor instead of asciidoc (issue #722)Sébastien Helleu2016-05-141-19/+13
* Merge pull request #513 from rakuco/cmake-iconv-detectionSébastien Helleu2016-03-311-3/+2
|\
| * FindIconv: Stop hardcoding the library name.Raphael Kubo da Costa2015-09-021-3/+2
* | core: search Ruby 2.3 executableSébastien Helleu2016-02-291-1/+1
* | Add detection for Ruby 2.3Christian Hofstaedtler2016-02-291-1/+1
* | Python plugin shared libraries missingShane McCarron2016-02-011-1/+1
* | core: update copyright datesSébastien Helleu2016-01-0117-17/+17
* | ruby: fix Ruby detection when pkg-config is not installedSébastien Helleu2015-09-071-1/+1
|/
* core: fix package name in comment (FindCppUTest.cmake)Sébastien Helleu2015-06-121-3/+3
* core: fix package name in comment (FindV8.cmake)Sébastien Helleu2015-06-111-2/+2
* ruby: add detection of Ruby 2.2Sébastien Helleu2015-06-101-1/+1
* core: make cpputest optional in cmake compilationSébastien Helleu2015-05-171-1/+1
* lua: add detection of Lua 5.3Sébastien Helleu2015-05-171-1/+1
* javascript: add new plugin to run javascript scripts in WeeChatSébastien Helleu2015-03-071-0/+49
* doc: add translators in docs, move table of contents on the left, build HTML5Sébastien Helleu2015-01-121-1/+5
* core: update copyright datesSébastien Helleu2015-01-0116-16/+16
* core: fix Lua detection on FreeBSD with cmakeSébastien Helleu2014-11-221-1/+1
* core: fix Lua detection on Cygwin with cmakeSébastien Helleu2014-10-031-1/+1
* core: fix Lua detection on OpenBSD with cmakeSébastien Helleu2014-10-031-1/+1
* core: use pkg-config to find Lua lib/headers with cmake, detection of Lua 5.2Sébastien Helleu2014-10-031-47/+3
* core: use HINTS for introspected values in Python detectionTim D. Smith2014-09-281-3/+3
* guile: fix compilation with Guile < 2.0.4 (closes #198)Sébastien Helleu2014-09-201-0/+8
* aspell: fix compilation with enchant version older than 1.6.0 (closes #192)Sébastien Helleu2014-09-202-1/+10
* tests: add unit tests using CppUTestSébastien Helleu2014-07-201-0/+37
* core: use lower case for CMake keywordsSébastien Helleu2014-04-1217-352/+329
* ruby: add detection of Ruby 2.1Sebastien Helleu2014-03-161-1/+1
* core: fix cmake warning CMP0007 on "make uninstall" (bug #41528)Sebastien Helleu2014-02-121-0/+1
* core: fix typo in FindGnuTLS.cmakeSebastien Helleu2014-02-061-1/+1
* ruby: add detection and fix compilation with Ruby 2.0 (patch #8209)Sebastien Helleu2014-02-051-50/+57
* core: update copyright datesSebastien Helleu2014-01-0115-15/+15
* aspell: display aspell/enchant version on signal "debug_libs"Sebastien Helleu2013-11-171-1/+6
* core: use $DESTDIR on make uninstall with cmakeSebastien Helleu2013-08-071-13/+12
* core: update man page and add translations (in french, german, italian, and japanese)Sebastien Helleu2013-06-281-2/+7
* aspell: add support of enchant library (patch #6858)Sebastien Helleu2013-06-071-0/+44
* guile: fix arguments given to callbacks (separate arguments instead of one list with arguments inside), guile >= 2.0 is now required (bug #38350)Sebastien Helleu2013-02-191-1/+1
* core: fix detection of iconv with cmake on OS X (bug #38321)Sebastien Helleu2013-02-141-4/+5
* core: fix detection of python on Ubuntu RaringSebastien Helleu2013-01-311-1/+1
* guile: fix compilation with guile 2.0Sebastien Helleu2013-01-161-18/+4
* core: add cmake option ENABLE_PYTHON3 and configure option --enable-python3Sebastien Helleu2013-01-051-9/+22
* core: update copyright datesSebastien Helleu2013-01-0115-15/+15
* core: fix cmake target "dist": build tarballs using git-archive and not cvsSebastien Helleu2012-12-141-52/+0
* core: stop cmake if gcrypt lib is not found (bug #37671)Sebastien Helleu2012-11-061-5/+8