Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2015-10-10 | Use VS 2015 | Arnavion | |
2015-04-14 | winamp: More code cleanup | TingPing | |
2015-04-14 | winamp: Fix project file | TingPing | |
Broken by 72d7f64f8b47049842799ae7 | |||
2015-04-13 | winamp: Clean up formatting | TingPing | |
2015-04-13 | winamp: Fix utf8 song titles | TingPing | |
Fixes #1350 | |||
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 | |||
2013-09-15 | Convert project files to vs2013 | Eustachy Kapusta | |
2013-07-24 | Move optimization settings from all subsequent projects to hexchat.props | Eustachy Kapusta | |
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-14 | Relocate plugin icons | Berke Viktor | |
2013-04-01 | Remove another bunch of obsolete junk | Berke Viktor | |
2012-10-30 | Now some final cleanup (I hope) | Berke Viktor | |
2012-10-30 | Rebranding for the rest of plugin* | Berke Viktor | |
2012-10-30 | Rebranding for XCHAT_EAT_* | Berke Viktor | |
2012-10-30 | Rebranding for XCHAT_PRI_* | Berke Viktor | |
2012-10-30 | Remove hexchat-plugin.h duplicate | Berke Viktor | |
2012-10-24 | A lot more rebranding | Berke Viktor | |
2012-10-21 | Move warning level to property sheet | Berke Viktor | |
2012-10-03 | Revert to VS2010 part4 | Berke Viktor | |
2012-10-02 | Use explicit project names, output filenames depend on them | Berke Viktor | |
2012-10-02 | Oops, wrong find'n'replace | Berke Viktor | |
2012-10-02 | Remove hardcoding as much as possible | Berke Viktor | |
2012-10-02 | Change platform toolset to Visual Studio 2012 | Berke Viktor | |
2012-10-02 | Add XP (WDK) solution as a fallback option | Berke Viktor | |
2012-07-21 | Add _AMD64_ definition for x64 builds, make Visual Studio even happier | Berke Viktor | |
2012-07-21 | Add trailing backslashes to Output and Intermediate directories, make Visual ↵ | Berke Viktor | |
Studio happy | |||
2012-07-14 | get rid of *.user files and ignore them | xhmikosr | |
2012-07-13 | Rename DLL files, rename X-SASL to SASL | Berke Viktor | |
2012-07-13 | Update plugin descriptions and names, too | Berke Viktor | |
2012-07-13 | Rename files, delete old windows makefiles | Berke Viktor | |
2012-07-11 | Rebranding on the file level | Berke Viktor | |
2012-06-15 | Add .user files and .gitignore | Berke Viktor | |
2012-06-15 | Add x64 support to the VS solution | Berke Viktor | |
2012-06-15 | LOTS of fixes to the VS solution | Berke Viktor | |
2012-06-10 | Add all plugins to solution except WMPA | Berke Viktor | |
2011-02-28 | add wdk changes to named branch | berkeviktor@aol.com | |
2011-02-24 | nuke the repo | berkeviktor@aol.com | |
2011-01-26 | fix menu item deletion upon unload | berkeviktor@aol.com | |
2011-01-10 | some capitalization consistency for the menu | berkeviktor@aol.com | |
2010-10-29 | update wdk distribution to use relative paths where possible | berkeviktor@aol.com | |
2010-10-21 | even more cosmetics | berkeviktor@aol.com | |
2010-10-21 | some cosmetics | berkeviktor@aol.com | |
2010-10-20 | fix escape character | berkeviktor@aol.com | |
2010-10-21 | bump winamp plugin version | berkeviktor@aol.com | |
2010-10-21 | menu entry and icon for winam plugin | berkeviktor@aol.com | |
2010-10-09 | change winamp command name | berkeviktor@aol.com | |
2010-10-09 | replace easywinampcontrol with winamp | berkeviktor@aol.com | |