summaryrefslogtreecommitdiff
path: root/config.h.cmake
AgeCommit message (Collapse)Author
2011-10-29core: add WEECHAT_HOME option in cmake and configure to setup default ↵Sebastien Helleu
WeeChat home (default is "~/.weechat") (task #11266) Syntax for cmake: cmake <dir> -DWEECHAT_HOME="~/.weechat" Syntax for configure: ./configure WEECHAT_HOME="~/.weechat"
2011-06-01core: fix bug with new line inserted at end of each line displayed (set ↵Sebastien Helleu
eat_newline_glitch to 0 if available)
2011-02-10Add option "memory" to command /debugSebastien Helleu
2008-10-27Add missing backtrace() function check in cmakeJulien Louis
2008-10-18- Add FindTCL.cmake to fix FreeBSD detectionJulien Louis
- Only call Tcl_CreateNamespace when available in the public API, fix compatibility with older release
2007-05-21Added cmake for weechat compileSebastien Helleu