summaryrefslogtreecommitdiff
path: root/src/miranda32
AgeCommit message (Collapse)Author
2024-01-08Update copyrightsdartraiden
2023-01-02Update copyrightsdartraiden
2022-07-24attempt to avoid the unneeded message dialog after upgradeGeorge Hazan
2022-07-24fixes #3125 (PluginUpdater не стирает старую версию ↵George Hazan
libmdbx.mir)
2022-01-01Happy new year, Mirandadartraiden
2021-11-16more shit removedGeorge Hazan
2021-11-07first version of mir_core that builds under Linuxghazan
2021-01-17Update copyrightsdartraiden
2020-05-22fix for broken project file compatibility in VS2019 16.6.0George Hazan
2020-01-09if smth cannot be incuded, it shall be inlinedGeorge Hazan
2020-01-01Happy new year, Miranda, part 2dartraiden
2020-01-01Happy new year, MirandaGeorge Hazan
2019-07-12CMake: delayed dll loading.protomors
2019-01-04Update copyrightsdartraiden
2018-07-31exe loader extracted to the separate module, now it's possible to compile ↵George Hazan
all exe using shared runtime modules
2018-05-27comparison of MIRANDA_VERSION_COREVERSION solves the problem of plugins who ↵George Hazan
differ only in a build number
2018-02-24guard headersGoraf
2018-01-01massive copyright updatedartraiden
2017-12-06convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit ↵Kirill Volinsky
62202ed10617927d5429bc59898e12a366abe744)
2017-12-06all rc files reverted to utf-8Kirill Volinsky
2017-12-06convert all files exept curl and new_gpg to utf-8 BOMKirill Volinsky
2017-11-29replace russian с to latin cKirill Volinsky
2017-11-28Source files converted to utf-8Kirill Volinsky
2017-11-26let's return back static build for nowGeorge Hazan
2017-11-26more dlls to be loaded dynamicallyGeorge Hazan
2017-11-25miranda32.exe is compiled completely without C++ runtime, therefore it can ↵George Hazan
use dynamic runtime linking
2017-11-13Code modernize ...Goraf
* replace 0/NULL with nullptr [using clang-tidy]
2017-11-05More 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-31Initial 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-24unified version resource with explicitly stated language & code pageGeorge Hazan
2017-10-22fix for loading Universal CRT from Libs subfolderGeorge Hazan
2017-10-08miranda32.exe became static to be independent from VS runtimeGeorge Hazan
2017-09-19we need to remove mir_core.dll after waiting for restartGeorge Hazan
2017-09-19unfortunately there's no other wayGeorge Hazan
2017-08-06Update all other files in repository to use https links for Miranda NG websiteRobert Pösel
2017-08-05Change rest of Miranda NG links to https://Robert Pösel
2017-01-01bump copyright yeardartraiden
2016-07-26less 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-25hello, 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-24we don't need these checks anymore, because they are moved to Plugin UpdaterGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@17031 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2016-01-02Copyrights update part 2Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@15985 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-08-15minor fixesTobias 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-21let the massacre be silentGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14294 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-19Miranda libs to have the .mir extension, to prevent conflictsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14272 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-17we delete only needed dlls, not everything but msvcr*.dllGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14240 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-17more secure dll cleanerGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14239 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-17fix for updating mirandaGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14231 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-16Miranda to remove any dlls from the root folder but the msvc runtimeGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14192 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2015-06-13manifest returned backGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@14153 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c