Commit Graph

336 Commits

Author SHA1 Message Date
3aca9f48db Updated copyright year. 2023-03-07 20:35:15 +01:00
f1a001819b Re-generated documents. 2022-06-16 16:46:10 +02:00
49e64e2542 Updated copyright year. 2022-06-16 16:44:01 +02:00
7410d11e5e Added support for newer version of VS2022 + ignore the same warnings in "Release" configuration as in "Release_Static" configuration. 2022-06-16 15:49:19 +02:00
7605972d02 Small code simplification in OS detection code. 2021-12-25 00:40:13 +01:00
8ec1f69393 Small improvement in OS detection code. 2021-12-25 00:04:23 +01:00
ac4df08e6b Small improvement in OS detection code. 2021-12-24 20:02:34 +01:00
6b44e7183c Small code refactoring. 2021-12-23 21:31:43 +01:00
05e9b6aefc Drop an unused function. 2021-12-23 21:09:07 +01:00
2eb036fbad Implemented detection of Windows 11 + workaround for DwmEnableBlurBehindWindow() not working on Windows 11. 2021-12-23 21:04:46 +01:00
e5e3b1b1a1 Fixed some more level #4 warnings in Debug build. 2021-12-23 16:57:26 +01:00
c027d08c84 Increased warning level to #4 and fixed a number of warnings. 2021-12-21 16:20:22 +01:00
b9ce1421dd Added support for VS2022 + added project/solution files for VS2022. 2021-12-08 00:27:09 +01:00
829c1a1a58 Updated the Windows SDK version in the VS2019 project. 2021-12-07 20:04:58 +01:00
d53c29d50f Documentation was updated. 2021-08-29 17:29:30 +02:00
235d03f5ca Removed project/solution files for Visual Studio 2013. 2021-08-29 17:19:13 +02:00
6482dbc52e Added support for Visual Studio 2019.11 (v16.11). 2021-08-29 17:18:03 +02:00
c6337d4ba0 Implemented support for CodeSign Verify utility. 2021-06-27 21:21:22 +02:00
61b1167ab3 Correctly set environment variable CURL_CA_BUNDLE. 2021-06-19 22:21:23 +02:00
b526f1c566 Fixed path to Qt libraries. 2021-06-05 15:29:48 +02:00
d445aed1f6 dded support for Visual Studio 2019.10 (v16.10) 2021-05-29 19:52:09 +02:00
b6091380a6 In fatal_exit() function: Clear the TOPMOST attribute of all windows, before showing the message box. 2021-05-29 04:04:56 +02:00
400bb421cd Updated the Windows SDK version to 10.0.14393.0 + explicitly set MinimumRequiredVersion to 5.1 (for Windows XP). 2021-05-22 23:17:59 +02:00
bb42907493 Updated copyright year. 2021-02-08 21:02:09 +01:00
a37a1007d2 Added support for Visual Studio 2019.8 (v16.8) 2020-11-18 23:49:56 +01:00
e521199015 Added support for Visual Studio 2019.6 (v16.6). 2020-05-20 22:19:50 +02:00
b3a4c34e1f Added support for Visual Studio 2019.5 (v16.5) + simplified detection for newer versions of Visual Studio. 2020-03-29 21:38:42 +02:00
ad7d280f22 Added support for Visual Studio 2017.9 (v15.9.21). 2020-03-28 17:17:31 +01:00
8c866a6027 Added support for Visual Studio 2019.4 (v16.4). 2020-01-03 01:13:23 +01:00
4ba5510d6e Regenerated docs. 2019-12-18 20:12:16 +01:00
876e2d3e6d Added new MUtils::parent_path() function. 2019-10-26 21:45:47 +02:00
17b473a6ee Added support for Visual Studio 2017.9 (v15.9.16). 2019-10-09 20:19:10 +02:00
edc89121f9 Added support for Visual Studio 2019.3 (v16.3). 2019-10-05 17:56:54 +02:00
39adf6e7c0 Code refactoring. 2019-08-09 15:54:07 +02:00
5f2cd70526 Bump version. 2019-08-09 14:25:01 +02:00
7e0f7e16c9 Some documentation updates. 2019-08-07 21:48:01 +02:00
9c3ab39172 Added function to detect the OS architecture (x86 vs x64). 2019-08-07 21:47:20 +02:00
e4f1b06a6a Added version info resource to DLL build. 2019-08-06 23:24:02 +02:00
6449fbd311 Added support for Visual Studio 2019.2 (v16.2). 2019-08-06 21:24:35 +02:00
7af7321266 Added support for Visual Studio 2017.9 (v15.9.14). 2019-07-14 15:23:52 +02:00
4eb219481a Force PSAPI_VERSION to 1 in order to fix compatibility with Windows Vista. 2019-06-20 18:50:57 +02:00
f1b0d32f33 Added support for Visual Studio 2019.1 (v16.1). 2019-06-20 18:50:23 +02:00
5b013d080d Added the Test project to VS2017 solution + implemented test cases for MUtils::OS::known_folder() function. 2019-05-18 21:16:10 +02:00
b1fe06fc33 Various improvements to known_folder() function, again. 2019-05-18 21:15:15 +02:00
aa434dd678 Various improvements to known_folder() function, again. 2019-05-18 18:32:58 +02:00
1ea1c23d12 Various improvements to known_folder() function. 2019-05-13 20:58:29 +02:00
60d17ef37e Various improvements to known_folder() function. 2019-05-13 20:14:08 +02:00
9a898f5d49 Yet another small improvements to library initialization code. 2019-05-11 21:04:53 +02:00
afa83d8645 Yet another small improvements to library initialization code. 2019-05-11 14:14:06 +02:00
0ee110053b Bump library version. 2019-05-10 23:24:04 +02:00