Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-14 | build: Fix rpath not getting set for perl plugin | Patrick Griffis | |
Some distros of perl pass an rpath so we shouldn't ignore it. Other junk comes with it but oh well. | |||
2017-06-13 | build: Replace Autotools with Meson | Patrick 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 | |||
2016-10-11 | perl: Remove dead assignment | Igor | |
2016-09-26 | build: Reorder includes to avoid installed plugin header | Rainer Müller | |
When hexchat is already installed into a non-default prefix, a new build could pick up ${prefix}/include/hexchat-plugin.h from the installed version instead of the local header, as configuration variables such as $(GLIB_CFLAGS) would point to -I${prefix}/include. Reordering the includes and moving -I arguments to CPPFLAGS prevents this, as it ensures the local directories are always searched first. This was no problem when compiling for /usr or /usr/local as these directories in the compiler search path are always searched last. Closes #1822 | |||
2016-09-07 | perl: Fixed Windows build with VS2015u3. | Arnavion | |
2016-01-30 | perl: Fixed warning about duplicate definition of bool. | Arnavion | |
2015-10-10 | Use VS 2015 | Arnavion | |
2015-04-22 | configure: Simplify perl tests | TingPing | |
2015-02-11 | Better project files. | Arnavion | |
- Output directly to rel\ instead of to bin\ and then copying files over. - Deduped Win32 vs x64 configs - Moved some common properties to hexchat.props - All build intermediates (except htm's intermediates) are no longer emitted in the source directory | |||
2014-12-28 | Use glib for allocations in all plugins | TingPing | |
Continuation of 83032b1aa | |||
2014-12-17 | More consistently include config.h | TingPing | |
2014-12-15 | configure: Improve various build flags | TingPing | |
- Store openssl flags in own vars - Share some common flags for plugins - Fix building plugins on win32 - Store all glib flags in one var - Don't link against every lib for each plugin - Don't hardcode ldflags for sysinfo | |||
2014-12-14 | perl: Fixed warning about implicitly casting the time_t returned from ↵ | Arnavion | |
hexchat_list_time() to an NV. | |||
2014-12-04 | Fix some obvious type warnings. | Arnavion | |
2014-09-14 | Fix out of source builds | TingPing | |
Fixes #1018 | |||
2014-06-04 | win32: Use config.h instead of config-win32.h | TingPing | |
2014-05-28 | perl: Update Perl to 5.20 | tomek | |
2014-03-11 | Fix miscapitalization | Eustachy Kapusta | |
2014-02-12 | Fix some leaks | TingPing | |
2014-01-20 | Remove unused perl files | TingPing | |
- old example scripts - outdated docs - mingw build script | |||
2013-10-13 | Perl: fixed crash when a script exits abnormally | Farow | |
2013-10-12 | Rename Strawberry to Hexchat in Perl error message | Eustachy Kapusta | |
2013-10-07 | Rebrand Perl plugin to HexChat, | Farow | |
Add /pl and plugin_pref Add help messages | |||
2013-10-05 | some Typos causing lintian moaning: {R,r}eciev.. -> {R,r}eceiv.. | Alf Gaida | |
2013-09-27 | Update link to site in perl plugin | Eustachy Kapusta | |
2013-09-15 | Convert project files to vs2013 | Eustachy Kapusta | |
2013-08-04 | Add reload command for plugins and add to gui | TingPing | |
2013-07-24 | Move optimization settings from all subsequent projects to hexchat.props | Eustachy Kapusta | |
2013-06-22 | perl: Fixed get_list('networks') to work with new servlist.conf syntax for ↵ | Arnavion | |
autojoin channels. | |||
2013-04-28 | Don't hardcode "plugins" as the subdirectory for plugins in many | Christoph J. Thompson | |
places. modified: config-win32.h modified: configure.ac modified: plugins/checksum/Makefile.am modified: plugins/doat/Makefile.am modified: plugins/fishlim/Makefile.am modified: plugins/perl/Makefile.am modified: plugins/python/Makefile.am modified: plugins/sysinfo/Makefile.am modified: plugins/xdcc/Makefile.am modified: src/common/plugin.c modified: src/fe-text/fe-text.c | |||
2013-04-25 | win32: Moved PlatformToolset configuration to individual project files. It ↵ | Arnavion | |
should be set before setting other properties or importing other props. This fixes the broken GUI Platform Toolset indicator, as well as VS compilation itself if another version such as 2010 was also installed. | |||
2013-04-23 | Add '(void)' to fix perl.c unused-value warning message | RichardHitt | |
2013-04-13 | Fix last filename | Berke Viktor | |
Left here to make changes trackable | |||
2013-04-13 | Get rid of multiple Perl versions | Berke Viktor | |
2013-04-01 | Add future Perl 5.18 project | Berke Viktor | |
2013-04-01 | Remove another bunch of obsolete junk | Berke Viktor | |
2013-03-24 | Typo | TingPing | |
2013-03-24 | Update missing perl note. | TingPing | |
2013-03-23 | Get rid of the servlist_ rubbish | Berke Viktor | |
2013-03-19 | Update Perl download links | Berke Viktor | |
2013-03-16 | Backport XChat r1523 | Berke Viktor | |
2012-12-23 | fix incorrect FSF address | Dan Mashal | |
2012-11-12 | Update Perl error message according to recent changes | Berke Viktor | |
2012-11-12 | Prepare solution for Perl 5.16 VC build | Berke Viktor | |
2012-11-11 | Rebranding | Berke Viktor | |
2012-11-04 | Use configdir instead of *xchatdir* | Berke Viktor | |
2012-10-30 | Nah, even more rebranding | Berke Viktor | |
2012-10-30 | Some final rebranding | Berke Viktor | |
2012-10-30 | Rebrand get_info(xchatdir) but remain compatible for Perl and Python | Berke Viktor | |
2012-10-30 | Some remaining fixes | Berke Viktor | |