summaryrefslogtreecommitdiffstats
path: root/cmake (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* core: check that python version is >= 2.5 in cmake/autotools (patch from Peter Boström)Sebastien Helleu2012-08-211-11/+18
* core: fix typo in FindNcurses.cmake (patch from jaset)Sebastien Helleu2012-07-311-1/+1
* python: fix detection of python (first try "python2.x" and then "python") (bug #36835)Sebastien Helleu2012-07-171-2/+2
* ruby: replace puts with print in FindRuby.cmakePeter Boström2012-06-301-12/+5
* ruby: add detection of ruby version 1.9.3 in cmakePeter Boström2012-06-301-2/+2
* core: update copyright datesSebastien Helleu2012-01-0816-16/+16
* python: support of Python 3.x (task #11704)Sebastien Helleu2012-01-031-3/+3
* core: fix detection of zlib with cmakeSebastien Helleu2011-12-072-1/+140
* relay: add WeeChat protocol (for remote GUI), doc about protocol, new optionsSebastien Helleu2011-12-062-0/+337
* core: replace Config by RbConfig for detection of Ruby to avoid deprecation warningsSebastien Helleu2011-11-041-5/+5
* core: remove unneeded whitespaceSebastien Helleu2011-10-267-27/+27
* guile: new script plugin for scheme (task #7289)Sebastien Helleu2011-10-261-0/+51
* core: fix lookup of ncurses include path under CygwinSebastien Helleu2011-08-181-1/+3
* tcl: fix tcl detection on some 64-bits systems (bug #32915)Sebastien Helleu2011-03-261-0/+4
* Fix compilation of Ruby plugin with ruby >= 1.9.1, give higher priority to newest ruby when many versions are installedSebastien Helleu2011-01-131-2/+2
* Update copyright datesSebastien Helleu2011-01-0115-15/+15
* Add support of python 2.7 in cmake and configure (debian #606989)Sebastien Helleu2010-12-131-2/+2
* Fix Tcl detection in autotools and cmake (look for tcl 8.5 or newer) (bug #30907)Sebastien Helleu2010-11-091-24/+4
* Update licenses and copyrights, add missing author names in sourcesSebastien Helleu2010-06-2215-56/+122
* Display cmake warning if libncursesw is not foundSebastien Helleu2010-03-251-2/+16
* Reformat multi-line commentsSebastien Helleu2010-03-1911-32/+32