Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-08 | Update copyrights | dartraiden | |
2023-01-02 | Update copyrights | dartraiden | |
2022-07-24 | attempt to avoid the unneeded message dialog after upgrade | George Hazan | |
2022-07-24 | fixes #3125 (PluginUpdater не стирает старую версию ↵ | George Hazan | |
libmdbx.mir) | |||
2022-01-01 | Happy new year, Miranda | dartraiden | |
2021-11-16 | more shit removed | George Hazan | |
2021-11-07 | first version of mir_core that builds under Linux | ghazan | |
2021-01-17 | Update copyrights | dartraiden | |
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 | |
2020-01-01 | Happy new year, Miranda | George Hazan | |
2019-07-12 | CMake: delayed dll loading. | protomors | |
2019-01-04 | Update copyrights | dartraiden | |
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-05-27 | comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who ↵ | George Hazan | |
differ only in a build number | |||
2018-02-24 | guard headers | Goraf | |
2018-01-01 | massive copyright update | 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 | all rc files reverted to utf-8 | Kirill Volinsky | |
2017-12-06 | convert all files exept curl and new_gpg to utf-8 BOM | Kirill Volinsky | |
2017-11-29 | replace russian с to latin c | Kirill Volinsky | |
2017-11-28 | Source files converted to utf-8 | Kirill Volinsky | |
2017-11-26 | let's return back static build for now | George Hazan | |
2017-11-26 | more dlls to be loaded dynamically | George Hazan | |
2017-11-25 | miranda32.exe is compiled completely without C++ runtime, therefore it can ↵ | George Hazan | |
use dynamic runtime linking | |||
2017-11-13 | Code modernize ... | Goraf | |
* replace 0/NULL with nullptr [using clang-tidy] | |||
2017-11-05 | More CMake (#1016) | Vitaly Svyastyn | |
* Generate version information before build. * Removed /EHsc from compile options. * CMake files for the rest of protocols. * CMake 64 bit build. * CMake: precompiled headers. | |||
2017-10-31 | Initial CMake support. (#1013) | Vitaly Svyastyn | |
* CMake files for building application and core library. * CMake files for core plugins. Now it runs! * CMake files for some plugins. | |||
2017-10-24 | unified version resource with explicitly stated language & code page | George Hazan | |
2017-10-22 | fix for loading Universal CRT from Libs subfolder | George Hazan | |
2017-10-08 | miranda32.exe became static to be independent from VS runtime | George Hazan | |
2017-09-19 | we need to remove mir_core.dll after waiting for restart | George Hazan | |
2017-09-19 | unfortunately there's no other way | George Hazan | |
2017-08-06 | Update all other files in repository to use https links for Miranda NG website | Robert Pösel | |
2017-08-05 | Change rest of Miranda NG links to https:// | Robert Pösel | |
2017-01-01 | bump copyright year | dartraiden | |
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 | |||
2016-06-24 | we don't need these checks anymore, because they are moved to Plugin Updater | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@17031 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2016-01-02 | Copyrights update part 2 | Dart Raiden | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@15985 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-08-15 | minor fixes | Tobias Weimer | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14958 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-07-31 | - Windows 10 version detection; | George Hazan | |
- GetOSDisplayString() moved to mir_core.mir; - numerous warning fixes in mir_core git-svn-id: http://svn.miranda-ng.org/main/trunk@14765 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-21 | let the massacre be silent | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14294 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-19 | Miranda libs to have the .mir extension, to prevent conflicts | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14272 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-17 | we delete only needed dlls, not everything but msvcr*.dll | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14240 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-17 | more secure dll cleaner | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14239 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-17 | fix for updating miranda | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14231 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-16 | Miranda to remove any dlls from the root folder but the msvc runtime | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14192 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c | |||
2015-06-13 | manifest returned back | George Hazan | |
git-svn-id: http://svn.miranda-ng.org/main/trunk@14153 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c |