Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-08 | Update copyrights | dartraiden | |
2023-01-02 | Update copyrights | dartraiden | |
2022-01-09 | more fixes | George Hazan | |
2022-01-09 | more thorough fix for #2992 | George Hazan | |
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-12-26 | DWORD -> uint32_t | George Hazan | |
2021-12-26 | BYTE -> uint8_t | George Hazan | |
2021-01-17 | Update copyrights | dartraiden | |
2020-09-08 | DeleteDirectoryTreeW - new function that deletes a folder with all ↵ | George Hazan | |
subfolders (recursively) | |||
2020-08-27 | Plugin Updater: if a file doesn't exist, it shoudn't generate an error too | George Hazan | |
2020-08-27 | Plugin Updater: more code cleaning | George Hazan | |
2020-08-27 | pu_stub synced with changes in Plugin Updater | George Hazan | |
2020-05-22 | fix for broken project file compatibility in VS2019 16.6.0 | George Hazan | |
2020-01-09 | if smth cannot be incuded, it shall be inlined | George Hazan | |
2020-01-01 | Happy new year, Miranda, part 2 | dartraiden | |
2019-06-19 | fixes #1992 (PU stub do not work) | George Hazan | |
2019-04-25 | pu_stub: | George Hazan | |
- fixes #1930 (crash when launching pu_stub under Windows 7); - unified project for all VS | |||
2019-04-14 | fix for a platform | George Hazan | |
2019-04-14 | also we need filters for VS2019 projects | George Hazan | |
2019-04-14 | pack of changes for VS2019 | George Hazan | |
2019-03-11 | warning fix for non-standard projects | George Hazan | |
2018-08-14 | fix for CreatePathToFileW prototype (missing const specifier) | George Hazan | |
2018-07-31 | pu_stub: fix for delay loaded dll | George Hazan | |
2018-07-31 | exe loader extracted to the separate module, now it's possible to compile ↵ | George Hazan | |
all exe using shared runtime modules | |||
2018-03-11 | remove unused batch file | dartraiden | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵ | Kirill Volinsky | |
62202ed10617927d5429bc59898e12a366abe744) | |||
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-11-01 | removed support for VS2010 as obsolete | George Hazan | |
2017-11-01 | removing support for VS2013 | George Hazan | |
2017-10-23 | pu_stub to be compiled statically to avoid conflicts with VS2017 runtime | George Hazan | |
2017-10-08 | SSE2 instructions not to be used for 32-bit Release configurations | George Hazan | |
2017-04-25 | this time for real - good bye | watcherhd | |
2017-04-25 | Revert "farewell MSVS 2015" | watcherhd | |
This reverts commit 8d1e289188ba821bcfd5e85c6ace09ef97f8f894. | |||
2017-04-25 | farewell MSVS 2015 | watcherhd | |
2017-03-09 | Visual Studio 2017 support added | watcherhd | |
2016-07-26 | less TCHARs: | George Hazan | |
- TCHAR is replaced with wchar_t everywhere; - LPGENT replaced with either LPGENW or LPGEN; - fixes for ANSI plugins that improperly used _t functions; - TCHAR *t removed from MAllStrings; - ptszGroup, ptszTitle & ptszTab in OPTIONSDIALOGPAGE replaced with pwsz* git-svn-id: http://svn.miranda-ng.org/main/trunk@17133 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-07-25 | hello, Unix. | George Hazan | |
phase 1: removing _T() git-svn-id: http://svn.miranda-ng.org/main/trunk@17127 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-10-03 | PluginUpdater: coverity fixes | MikalaiR | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15502 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-07-23 | platform toolset updated for vc2015 | Vadim Dashevskiy | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14653 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-07-21 | platform toolset updated for vc2015 | Kirill Volinsky | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14596 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-07-21 | preparing for vc2015 | Kirill Volinsky | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14594 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2014-12-21 | pu_stub: changed warning level to w4 | Kirill Volinsky | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@11551 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2014-03-22 | WIN32 macro isn't needed in projects | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@8688 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2014-02-28 | farewell MSVS 2012 | Vadim Dashevskiy | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@8324 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2013-11-09 | added projects and solutions for vc2013 | Kirill Volinsky | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@6831 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2013-03-30 | /SAFESEH removed from MSVC 2012 WIN32/Debug | Vadim Dashevskiy | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@4253 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2013-02-26 | compilation fix | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@3785 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2013-02-25 | - VC6 compatibility | Vadim Dashevskiy | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@3771 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2013-02-13 | VS2012 projects to be compiled with SP1 XP-compatible runtime | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@3586 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |