Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-21 | core: check that python version is >= 2.5 in cmake/autotools (patch from ↵ | Sebastien Helleu | |
Peter Boström) | |||
2012-07-31 | core: fix typo in FindNcurses.cmake (patch from jaset) | Sebastien Helleu | |
2012-07-17 | python: fix detection of python (first try "python2.x" and then "python") ↵ | Sebastien Helleu | |
(bug #36835) | |||
2012-06-30 | ruby: replace puts with print in FindRuby.cmake | Peter Boström | |
2012-06-30 | ruby: add detection of ruby version 1.9.3 in cmake | Peter Boström | |
2012-01-08 | core: update copyright dates | Sebastien Helleu | |
2012-01-03 | python: 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-12-07 | core: fix detection of zlib with cmake | Sebastien Helleu | |
2011-12-06 | relay: add WeeChat protocol (for remote GUI), doc about protocol, new options | Sebastien Helleu | |
The protocol is partial, under development, and NOT ready for usage. New options added in relay.conf: - relay.network.allowed_ips: allow only some IPs on relay plugin (by default all IPs are allowed) - relay.network.compression_level: compression level used in WeeChat protocol (compression is made using zlib) | |||
2011-11-04 | core: replace Config by RbConfig for detection of Ruby to avoid deprecation ↵ | Sebastien Helleu | |
warnings | |||
2011-10-26 | core: remove unneeded whitespace | Sebastien Helleu | |
2011-10-26 | guile: new script plugin for scheme (task #7289) | Sebastien Helleu | |
2011-08-18 | core: fix lookup of ncurses include path under Cygwin | Sebastien Helleu | |
2011-03-26 | tcl: fix tcl detection on some 64-bits systems (bug #32915) | Sebastien Helleu | |
2011-01-13 | Fix compilation of Ruby plugin with ruby >= 1.9.1, give higher priority to ↵ | Sebastien Helleu | |
newest ruby when many versions are installed | |||
2011-01-01 | Update copyright dates | Sebastien Helleu | |
2010-12-13 | Add support of python 2.7 in cmake and configure (debian #606989) | Sebastien Helleu | |
2010-11-09 | Fix Tcl detection in autotools and cmake (look for tcl 8.5 or newer) (bug ↵ | Sebastien Helleu | |
#30907) | |||
2010-06-22 | Update licenses and copyrights, add missing author names in sources | Sebastien Helleu | |
2010-03-25 | Display cmake warning if libncursesw is not found | Sebastien Helleu | |
2010-03-19 | Reformat multi-line comments | Sebastien Helleu | |
2010-02-18 | Add mechanism DH-BLOWFISH for SASL authentication with IRC server | Sebastien Helleu | |
2010-01-28 | Add missing includes in FindIconv.cmake (patch #7069) | Sebastien Helleu | |
2010-01-24 | Remove evil tabs in sources | Sebastien Helleu | |
2010-01-03 | Update copyright dates | Sebastien Helleu | |
2009-11-29 | Support of Ruby >= 1.9.1 (patch #6989) | Sebastien Helleu | |
2009-10-03 | Replace MATCHES by STREQUAL in cmake: fix a fail to build on kFreeBSD | Emmanuel Bouthenot | |
2009-06-14 | Remove detection of library iksemel | Sebastien Helleu | |
2009-06-07 | Fix some bugs in asciidoc detection, add detection of source-highlight ↵ | Emmanuel Bouthenot | |
(needed by asciidoc to build doc) | |||
2009-06-07 | Change the way to detect gnutls (using pkg-config instead of libgnutls-config) | Emmanuel Bouthenot | |
2009-06-02 | Add cmake detection for asciidoc version | Sebastien Helleu | |
2009-02-02 | Add check for python 2.6 | Julien Louis | |
2009-01-25 | Use pkg-config to find iksemel library, if available | Sebastien Helleu | |
2009-01-15 | Add Jabber plugin (alpha version, many Jabber features are missing) | Sebastien Helleu | |
This commit introduces Jabber/XMPP protocol for WeeChat. It uses iksemel lib. Please note many major Jabber features are missing: - roster management (add/remove/.. buddies), - MUC, - transports. It is possible to define servers (with /jabber), connect to them (with /jconnect), disconnect (/jdisconnect) and chat with buddies (with /jchat). | |||
2009-01-03 | Update copyright dates | Sebastien Helleu | |
2008-10-19 | Fix build with cmake 2.4 which was accidentally broken | Julien Louis | |
2008-10-18 | - Add FindTCL.cmake to fix FreeBSD detection | Julien Louis | |
- Only call Tcl_CreateNamespace when available in the public API, fix compatibility with older release | |||
2008-07-04 | Fix Lua detection on FreeBSD (and probably other *BSD) | Julien Louis | |
Signed-off-by: Julien Louis <ptitlouis@sysif.net> | |||
2008-03-05 | Added file FindPkgConfig.cmake (for old cmake versions) | Sebastien Helleu | |
2008-01-02 | Update of year in some copyrights | Sebastien Helleu | |
2007-08-18 | Add uninstall and dist targets to the cmake build system. | Julien Louis | |
2007-07-02 | Replaced GPL 2 license by GPL 3 | Sebastien Helleu | |
2007-06-11 | Fix Gettext detection and code cleanup. | Julien Louis | |
2007-06-11 | re-introduce ELSEIF check since it breaks libintl check on other plateforms. | Julien Louis | |
2007-06-11 | check for dgettext function in libintl on non openbsd platforms | Julien Louis | |
2007-06-11 | Fix Typo in FindGettext.cmake | Julien Louis | |
2007-06-11 | Fix libintl detection on openbsd | Julien Louis | |
2007-06-11 | The lua library on openbsd is named liblua so we check now for liblua | Julien Louis | |
2007-05-26 | Fix libintl.h issue on FreeBSD | Julien Louis | |
2007-05-21 | Fix ncurses detection. | Julien Louis | |
We now provide a FindNcurses.cmake to find the library used and we define the right cpp variable when we compile the curses gui. Signed-off-by: Julien Louis <ptitlouis@sysif.net> |