summary refs log tree commit diff stats
path: root/src/common/Makefile.am
AgeCommit message (Collapse)Author
2017-06-13build: Replace Autotools with MesonPatrick Griffis
Quick rundown of benefits: - Much faster: - Autotools (with autogen): 22 seconds - Meson: 7 seconds - Meson (with ccache): 2 seconds - Simpler: - ~1000 lines smaller - Single simple language - Potentially better Windows (Visual Studio) support What is not done: - Complete Windows support - OSX support (easy) Closes #2013 Closes #1937 Closes #1803
2015-10-16build: Let 'make dist' do a better jobRico Tzschichholz
2015-02-15Fix distfilesTingPing
2014-12-30Rewrite identdTingPing
- Use gio (which is cross platform) - Properly support multiple users - Allow configuring port - Allow other plugins overriding
2014-12-28Remove MSProxy supportTingPing
It's not enabled anywhere, certainly not maintained
2014-12-02configure: Add option to run clang static analysisTingPing
2014-09-21Take two at fixing out of source buildsTingPing
2014-09-14Fix out of source buildsTingPing
Fixes #1018
2014-06-09Partial fix for out of source buildsTingPing
Patch from LRN Perl's makefile needs fixed and the relative include of config.h needs removed from hexchat.h Mentioned in #1018
2014-02-06Use a single marshal file for entire projectTingPing
2014-01-30More autotools cleanupTingPing
- Don't build msproxy if unused - Add resources to cleanfiles - Remove old extra_dist from plugins
2014-01-14Clean up formatting during buildTingPing
2013-04-03Remove strlutilBerke Viktor
2013-03-31MAKE: install hexchat-plugin.h header if plugins are enabledhasufell
2012-10-27build: use BUILT_SOURCES to properly order text*.h before libhexcommon.aJan Engelhardt
2012-10-24A lot more rebrandingBerke Viktor
2012-10-24Rename libxchatcommon to libhexchatcommonBerke Viktor
2012-10-13Compatibility for Automake 1.12.4+Berke Viktor
2012-09-24Add strlcat() and strlcpy(), might convert to them in the futureBerke Viktor
2011-02-24add xchat r1489berkeviktor@aol.com