|
96eaf7ddcc
|
Added regexp_parse_int32() functions and new regexp_parse_uint32() overloads.
|
2017-12-11 01:06:28 +01:00 |
|
|
8adbc8a212
|
Added support for VS2017 version 15.5.0.
|
2017-12-06 01:04:04 +01:00 |
|
|
4d2aaa304f
|
Refactored list of update mirrors into a separate file.
|
2017-11-26 15:22:37 +01:00 |
|
|
46098e69a3
|
Added function to detect the type of a drive, including detecting of "fast seeking" devices (e.g. SSD).
|
2017-10-13 17:25:25 +02:00 |
|
|
c4da219a1e
|
In clean_file_name_make_pretty() function: Do *not* simplify() file name, unless we actually perform at least one replacement.
|
2017-08-15 22:49:08 +02:00 |
|
|
2e958ece6a
|
Added project/solution files for VS2017.
|
2017-08-15 19:57:13 +02:00 |
|
|
5816183ef4
|
Bump version.
|
2017-05-31 20:50:44 +02:00 |
|
|
aa8a76500e
|
VS2013 build fix.
|
2017-05-31 20:31:39 +02:00 |
|
|
094d203774
|
Updated list of known hosts.
|
2017-05-11 21:38:17 +02:00 |
|
|
02a268aae9
|
Updated the mirror URL.
|
2017-05-05 22:29:26 +02:00 |
|
|
953f102f8a
|
Switch to using QAtomicInc instead of "volatile" flags in more places.
|
2017-04-20 21:55:54 +02:00 |
|
|
74daec4d22
|
Switch to using QAtomicInc instead of "volatile" flags in more places.
|
2017-04-19 23:51:17 +02:00 |
|
|
35e9484834
|
Some code refactoring.
|
2017-04-18 21:03:38 +02:00 |
|
|
7706412a30
|
Fixed possible stack overflow in CPUFetaures::detect(), regression probably introduced in 7c2c14bed5 .
|
2017-04-16 16:34:21 +02:00 |
|
|
b91185f41e
|
Added option for creating "pretty" file names to clean_file_name_make_pretty() function.
|
2017-04-09 19:09:16 +02:00 |
|
|
5fe443cb1e
|
UpdateChecker: Use MCat tool instead of NC for connectivity test, which adds IPv6 support and even is a bit faster.
|
2017-04-07 20:43:33 +02:00 |
|
|
62471a93e8
|
Small tweak of initial connection timeout.
|
2017-04-01 15:44:39 +02:00 |
|
|
f3a762cfba
|
Update checker: Try first couple of mirrors in "quick" mode (reduced connection timeout), then revert to default behavior + various improvements.
|
2017-03-29 21:39:05 +02:00 |
|
|
5620cdda3a
|
Some code clean-up + make it possible to cancel UpdateChecker thread.
|
2017-03-28 21:13:14 +02:00 |
|
|
888241627f
|
Some 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.
|
2017-03-27 23:38:43 +02:00 |
|
|
db4513a63f
|
Added functions for "high DPI" support.
|
2017-03-03 22:51:01 +01:00 |
|
|
62315b390f
|
Updated list of update mirrors.
|
2017-01-14 22:20:10 +01:00 |
|
|
b7d04c3769
|
Some refactoring and clean-up in create_qt() method.
|
2017-01-07 18:08:24 +01:00 |
|
|
f36c83c25e
|
Happy new year 2017!
|
2017-01-06 23:17:56 +01:00 |
|
jbuonagurio
|
c7a859c64c
|
Added Qt5 support, contributed by John Buonagurio <jbuonagurio@exponent.com>.
|
2017-01-06 23:10:01 +01:00 |
|
|
4075bf405c
|
Some clean-up and simplification for JobObject class.
|
2017-01-03 23:47:59 +01:00 |
|
|
9fb7fcdac4
|
Refactored MUtils::Hash functions.
|
2016-12-26 00:55:45 +01:00 |
|
|
7c2c14bed5
|
Some more improvements of MUtils::CPUFetaures code.
|
2016-12-25 22:16:04 +01:00 |
|
|
709488b7c1
|
Silenced a debug output.
|
2016-12-23 22:15:26 +01:00 |
|
|
37e7f72069
|
Clean up MUtils::CPUFetaures code.
|
2016-12-23 22:14:25 +01:00 |
|
|
a4d96e74f7
|
Implemented SetConsoleIcon() fallback method.
|
2016-12-22 22:49:30 +01:00 |
|
|
f7b7025eed
|
Removed some debug outputs.
|
2016-12-19 01:56:59 +01:00 |
|
|
751e0f69e0
|
Removed seed_rand() function. Seeding will now be done automatically, if needed.
|
2016-12-18 22:38:01 +01:00 |
|
|
e3ab64e5bc
|
Don't error out when code is compiled by "Intellisense".
|
2016-12-17 17:23:28 +01:00 |
|
|
5dbe6b3a19
|
Renamed functions for consistency.
|
2016-12-16 19:23:35 +01:00 |
|
|
9e54625e59
|
clean_file_name() function: Deal with reserved file names (e.g. "NUL" or "CON").
|
2016-12-15 22:42:50 +01:00 |
|
|
e08022f02c
|
Added string trimming functions that trim only the left/right side.
|
2016-12-15 15:16:49 +01:00 |
|
|
f5cd39eda3
|
Revamped clean_file_name() function. Do NOT trim *leading* spaces from file name, as this is allowed (though ugly).
|
2016-12-15 00:26:37 +01:00 |
|
|
f9dd32c6e3
|
Added function to generate unique file name, using an increasing counter.
|
2016-12-14 15:04:23 +01:00 |
|
|
ed6167b001
|
Bump version.
|
2016-12-14 15:03:52 +01:00 |
|
|
1f63eb8f17
|
Updated Wget parameters for latest Wget version.
|
2016-10-22 15:10:58 +02:00 |
|
|
37522d4c15
|
Some improvements to init_process() function.
|
2016-10-02 17:32:40 +02:00 |
|
|
1f7d2131e8
|
Make it possible to set an extra PATH string for the new process, which (will be prepended to PATH environment variable (e.g for loading extra DLL's).
|
2016-10-02 15:21:58 +02:00 |
|
|
69c4969083
|
Fixed a few more instances of "LameXP" being hardcoded into MUtilities library.
|
2016-07-18 14:01:48 +02:00 |
|
|
fa4ffbb070
|
Some improvements to clean_file_path() function.
|
2016-07-17 20:32:44 +02:00 |
|
|
2e22f8ff4b
|
Small improvement in get_real_os_version() function.
|
2016-05-16 17:05:59 +02:00 |
|
|
cb53f41a01
|
Improved get_real_os_version() function. Now also detects the real build number.
|
2016-05-15 23:03:38 +02:00 |
|
|
6185f67786
|
Fixed getExecutableName() function.
|
2016-05-15 23:02:32 +02:00 |
|
|
59aed73bf4
|
Use RtlGetVersion() to detect the *real* Windows version.
|
2016-05-13 20:44:23 +02:00 |
|
|
3302895145
|
Fixed is_library_file() for older Windows versions.
|
2016-05-08 20:39:23 +02:00 |
|