Commit Graph

186 Commits

Author SHA1 Message Date
b9ce1421dd Added support for VS2022 + added project/solution files for VS2022. 2021-12-08 00:27:09 +01: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
d445aed1f6 dded support for Visual Studio 2019.10 (v16.10) 2021-05-29 19:52:09 +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
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
9c3ab39172 Added function to detect the OS architecture (x86 vs x64). 2019-08-07 21:47:20 +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
f1b0d32f33 Added support for Visual Studio 2019.1 (v16.1). 2019-06-20 18:50:23 +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
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
7b01ea510b Some improvements to library initialization code. 2019-05-10 23:20:50 +02:00
a71ae3394d Some fixes and improvements to wow64fsredir_disable() function. 2019-05-09 22:09:17 +02:00
3916593e63 Added support for "roaming" application data directory to MUtils::OS::known_folder() function. Use FOLDER_ROAMING_DATA enumeration value. 2019-05-07 21:02:20 +02:00
a9552cd6c5 Added support for user's profile directory to MUtils::OS::known_folder() function. Use FOLDER_USER_PROFILE enumeration value. 2019-05-06 21:48:51 +02:00
ca093ae096 Updated copyright year. 2019-05-02 13:30:11 +02:00
9b75396184 Added project/solution files for VS2019. 2019-04-13 15:57:17 +02:00
10276b75f0 Added support for Visual Studio 2017.9 (v15.9.11) and 2019 (16.0.1). 2019-04-13 13:30:38 +02:00
46a3a3f69c Added support for Visual Studio 2017.9 (v15.9.9). 2019-03-16 21:34:04 +01:00
0d7da00004 Added support for Visual Studio 2017.9 (v15.9.6). 2019-01-27 19:41:38 +01:00
8d2029d8d6 Added support for Visual Studio 2017.9 (v15.9.4). 2019-01-05 16:27:27 +01:00
02292e75a2 Added initialized() function. 2018-12-08 15:35:32 +01:00
280815ff49 Some improvements to Lazy<T> class. Ensures that initializer is *not* called more than once. 2018-12-08 15:17:33 +01:00
305ac09077 Small optimization in Lazy<T> class. 2018-12-07 14:14:26 +01:00
82c81f5c42 Added support for Visual Studio 2017.9 (v15.9.2). 2018-11-26 20:51:40 +01:00
03dda73165 Some improvements to minimum OS version check. 2018-10-27 20:11:51 +02:00
e96e437a1d Added support for Visual Studio 2017.8 (v15.8.8). 2018-10-24 22:55:32 +02:00
a61fc10602 Added an overload of next_rand_u32() that generates a random number in [0,N) range. 2018-10-20 21:05:39 +02:00
3b63946c96 refactored update info parsing code (again). 2018-10-19 00:22:01 +02:00
a2e57f2d45 Improved progress indicator + refactored update info parsing code. 2018-10-18 22:26:01 +02:00
21b35870bd Some code refactoring in UpdateChecker class. 2018-10-17 21:26:47 +02:00
961f92b7e2 Various improvements and code refactoring in UpdateChecker class. 2018-10-16 23:18:00 +02:00
ba7fa5aea5 Updated the UpdateChecker class to use cURL instead of Wget. 2018-10-15 23:26:36 +02:00
d4146475d9 Added new function null_device(), which returns the name of the NULL device (e.g. "/dev/null" or "NUL") for the current platform. 2018-10-15 23:22:55 +02:00
ce24bd2d05 Added an optional parameter to init_process() function, which allows for passing custom environment variables. 2018-10-15 23:21:56 +02:00
6e737fa464 Added support for Visual Studio 2017.8 (v15.8.5). 2018-09-25 21:02:33 +02:00
6c7371b941 Some improvements to Windows version detection + require Vista with SP-2 for DLL build. 2018-08-20 18:49:22 +02:00
f513a18271 Added support for Visual Studio 2017.7 (v15.8.1). 2018-08-20 18:44:39 +02:00