|
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 |
|
|
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 |
|
|
f4b867c54c
|
Documentation was updated.
|
2018-12-08 15:47:17 +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 |
|
|
ec94dd9d6d
|
Disable XPDeprecationWarning.
|
2018-12-08 15:16:08 +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 |
|
|
5a54e2219d
|
Bump version.
|
2018-10-28 15:26:28 +01:00 |
|
|
bb40ce391c
|
Documentation was updated.
|
2018-10-28 14:44:37 +01:00 |
|
|
b6dd064608
|
Small improvement to operating system detection.
|
2018-10-28 14:41:52 +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 |
|
|
26f30c702e
|
Updated project/solution files.
|
2018-10-23 21:50:09 +02:00 |
|
|
db0ed92823
|
Fixed a regression in 8fa44842 .
|
2018-10-23 21:48:24 +02:00 |
|
|
0cbf24d07f
|
Removed a debug output.
|
2018-10-22 23:23:29 +02:00 |
|
|
89b73b90c9
|
Small improvement to init_process() function.
|
2018-10-22 23:09:52 +02:00 |
|
|
8fa44842da
|
Some improvements to OS::known_folder() function.
|
2018-10-22 23:07:44 +02:00 |
|
|
6d39b858d4
|
Use simplified() method to clean-up input lines.
|
2018-10-21 14:22:04 +02:00 |
|
|
fe90a2c688
|
Make sure we won't loop the list of remaining hosts more then once.
|
2018-10-21 12:28:14 +02:00 |
|
|
f63456766f
|
Fixed typo in variable name.
|
2018-10-21 00:24:08 +02:00 |
|
|
cd682bc965
|
Make sure global timeout is *not* triggered, right after tryContactHost() succeeded.
|
2018-10-20 23:43:37 +02:00 |
|
|
a7b6af2111
|
Small code clean-up.
|
2018-10-20 21:35:09 +02:00 |
|
|
4038c5605b
|
Improved buildRandomList() function.
|
2018-10-20 21:05:57 +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 |
|
|
88f4dd9cca
|
Small fix.
|
2018-10-20 16:40:25 +02:00 |
|
|
d82978f7e1
|
Small code clean-up.
|
2018-10-20 13:03:45 +02:00 |
|