summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2008-10-18Aspell plugin is born againSebastien Helleu
2008-10-05Add Tcl script plugin (thanks to Dmitry Kobylin)Sebastien Helleu
2008-09-07Enable Large File Support.Emmanuel Bouthenot
2008-08-21Change version from 0.2.7-dev to 0.2.7-dev-protocols, to prevent confusion ↵Sebastien Helleu
with git main branch
2008-07-04 Fix some warnings with cmake 2.6Julien Louis
Signed-off-by: Julien Louis <ptitlouis@sysif.net>
2008-06-17New plugin "notify", new option for debug messages in pluginsSebastien Helleu
2008-06-03Disable aspell and trigger plugins compilation by default (they do not ↵Sebastien Helleu
compile today)
2008-06-02Add compiler flag -Werror-implicit-function-declarationSebastien Helleu
2008-05-04Added new plugin "xfer" (used by irc plugin for DCC file and chat) (warning: ↵Sebastien Helleu
initial commit, not working yet)
2008-05-02Added CPACK options for cmake build, to build source or binary packageSebastien Helleu
Following cmake commands let you build packages: - "make package_source": build source package (that can be installed with cmake or autotools) - "make package": build binary package
2008-03-07New option DISABLE_COMPILE_DEBUG for cmakeSebastien Helleu
Default behaviour is debug info enabled, i.e. "-g" flag for C compiler.
2008-02-21Added new plugin "debug"Sebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2007-12-03Added alias plugin, added missing config file functions in plugins APISebastien Helleu
2007-11-11Added logger pluginSebastien Helleu
2007-11-03Added demo pluginSebastien Helleu
2007-10-31Modified general configure and makefilesSebastien Helleu
2007-09-21Added build of protocols lib, IRC protocol is now optional for buildSebastien Helleu
Build of src/protocols/lib_weechat_protocols.a was added. IRC protocol is now optional in configure and cmake builds.
2007-09-06Version 0.2.7-devSebastien Helleu
2007-09-06Version 0.2.6Sebastien Helleu
2007-08-18Add Support for gtk2 interface with cmake build systemJulien Louis
2007-08-18Add uninstall and dist targets to the cmake build system.Julien Louis
2007-07-02Replaced GPL 2 license by GPL 3Sebastien Helleu
2007-06-12Version 0.2.6-cvs (for cmake build)Sebastien Helleu
2007-05-21Added cmake for weechat compileSebastien Helleu