d16ef6fcb2Added support for Visual Studio 2017.6 (v15.6).LoRd_MuldeR2018-03-09 23:24:21 +01:00
aa98a2157bSome more work to prevent DLL pre-loading attacks. Full protection is only enabled in "static" builds. Non-static builds require that we allow DLL loading from application install directory (e.g. to load the Qt plug-ins).LoRd_MuldeR2018-02-18 13:17:17 +01:00
4671aadceaFixed compilation with latest VS2017.LoRd_MuldeR2018-02-06 22:09:32 +01:00
e5c3d13d86Fixed detection of VC 2017.5 after recent VC update.LoRd_MuldeR2017-12-15 20:13:49 +01:00
96eaf7ddccAdded regexp_parse_int32() functions and new regexp_parse_uint32() overloads.LoRd_MuldeR2017-12-11 01:06:28 +01:00
8adbc8a212Added support for VS2017 version 15.5.0.LoRd_MuldeR2017-12-06 01:04:04 +01:00
4d2aaa304fRefactored list of update mirrors into a separate file.LoRd_MuldeR2017-11-26 15:22:37 +01:00
3b6051393dChanged Lazy<T> to take a lambda-function in its constructor. This avoids the need for sub-classing.LoRd_MuldeR2017-11-04 21:10:32 +01:00
e3f5f0a801Delete initializer, if it could not be stored.LoRd_MuldeR2017-11-04 19:08:49 +01:00
cea3834ddfAdded the Lazy<T> class, for "lazy" initialization.LoRd_MuldeR2017-11-04 18:43:02 +01:00
46098e69a3Added function to detect the type of a drive, including detecting of "fast seeking" devices (e.g. SSD).LoRd_MuldeR2017-10-13 17:25:25 +02:00
987685f080Added support for VS2017 version 15.3.4.LoRd_MuldeR2017-09-15 20:37:09 +02:00
d5a84818c0Added support for new VS2017 version.LoRd_MuldeR2017-08-19 19:34:46 +02:00
c4da219a1eIn clean_file_name_make_pretty() function: Do *not* simplify() file name, unless we actually perform at least one replacement.LoRd_MuldeR2017-08-15 22:49:08 +02:00
2e958ece6aAdded project/solution files for VS2017.LoRd_MuldeR2017-08-15 19:57:13 +02:00
7706412a30Fixed possible stack overflow in CPUFetaures::detect(), regression probably introduced in 7c2c14bed507d4f2e02ad8aaf5e5ee05760b9615.LoRd_MuldeR2017-04-16 16:34:21 +02:00
b91185f41eAdded option for creating "pretty" file names to clean_file_name_make_pretty() function.LoRd_MuldeR2017-04-09 19:09:16 +02:00
5fe443cb1eUpdateChecker: Use MCat tool instead of NC for connectivity test, which adds IPv6 support and even is a bit faster.LoRd_MuldeR2017-04-07 20:43:33 +02:00
62471a93e8Small tweak of initial connection timeout.LoRd_MuldeR2017-04-01 15:44:39 +02:00
f3a762cfbaUpdate checker: Try first couple of mirrors in "quick" mode (reduced connection timeout), then revert to default behavior + various improvements.LoRd_MuldeR2017-03-29 21:39:05 +02:00
5620cdda3aSome code clean-up + make it possible to cancel UpdateChecker thread.LoRd_MuldeR2017-03-28 21:13:14 +02:00
888241627fSome improvements to connectivity check: Start with small timeout and increase the timeout successively. Prevents "slow" hosts early in the list from slowing down the whole connectivity check.LoRd_MuldeR2017-03-27 23:38:43 +02:00
db4513a63fAdded functions for "high DPI" support.LoRd_MuldeR2017-03-03 22:51:01 +01:00