|
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 |
|
|
e192387be4
|
Added support for Visual Studio 2017.7 (v15.7.5).
|
2018-07-13 20:12:38 +02:00 |
|
|
dece385274
|
Added support for Visual Studio 2017.7 (v15.7.4).
|
2018-07-06 16:43:34 +02:00 |
|
|
7be6f3161e
|
Added support for Visual Studio 2017.7 (v15.7.3).
|
2018-06-03 15:37:22 +02:00 |
|
|
31a4fe3b87
|
Added support for Visual Studio 2017.7 (v15.7.0).
|
2018-05-10 18:04:02 +02:00 |
|
|
da57804590
|
Added new overloads of make_temp_file() and make_unqiue_file() that take a QDir as parameter.
|
2018-04-30 13:55:44 +02:00 |
|
|
2c95becf74
|
Added support for Visual Studio 2017.6 (v15.6.7).
|
2018-04-28 14:46:28 +02:00 |
|
|
a9f2eeb3be
|
Some improvements to Lazy<T> class.
|
2018-04-15 15:12:13 +02:00 |
|
|
5673c6f14a
|
Some improvements to Lazy<T> class.
|
2018-04-15 02:20:09 +02:00 |
|
|
562911dbff
|
Lazy<T> class: Destroy the wrapped T object when the Lazy<T> instance gets destroyed.
|
2018-04-15 01:27:07 +02:00 |
|
|
9867e7ea4c
|
Added support for Visual Studio 2017.6 (v15.6.6).
|
2018-04-13 18:55:55 +02:00 |
|
|
17dbb10810
|
Documentation was updated.
|
2018-04-02 18:34:29 +02:00 |
|
|
de57843e3a
|
Added new function break_fp().
|
2018-04-01 15:41:16 +02:00 |
|
|
d16ef6fcb2
|
Added support for Visual Studio 2017.6 (v15.6).
|
2018-03-09 23:24:21 +01:00 |
|
|
4671aadcea
|
Fixed compilation with latest VS2017.
|
2018-02-06 22:09:32 +01:00 |
|
|
5101e777b2
|
Happy new year 2018!
|
2018-01-17 21:04:46 +01:00 |
|
|
e5c3d13d86
|
Fixed detection of VC 2017.5 after recent VC update.
|
2017-12-15 20:13:49 +01:00 |
|
|
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 |
|
|
3b6051393d
|
Changed Lazy<T> to take a lambda-function in its constructor. This avoids the need for sub-classing.
|
2017-11-04 21:10:32 +01:00 |
|
|
e3f5f0a801
|
Delete initializer, if it could not be stored.
|
2017-11-04 19:08:49 +01:00 |
|
|
cea3834ddf
|
Added the Lazy<T> class, for "lazy" initialization.
|
2017-11-04 18:43:02 +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 |
|
|
987685f080
|
Added support for VS2017 version 15.3.4.
|
2017-09-15 20:37:09 +02:00 |
|
|
d5a84818c0
|
Added support for new VS2017 version.
|
2017-08-19 19:34:46 +02:00 |
|
|
2e958ece6a
|
Added project/solution files for VS2017.
|
2017-08-15 19:57:13 +02:00 |
|
|
094d203774
|
Updated list of known hosts.
|
2017-05-11 21:38:17 +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 |
|
|
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 |
|
|
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 |
|
|
e137f56bf0
|
Some documentation updates.
|
2017-01-08 16:11:17 +01:00 |
|
|
fdaf38800d
|
Some documentation updates.
|
2017-01-07 18:40:46 +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 |
|
|
51765a1bd6
|
Added hash function tests.
|
2016-12-26 04:43:46 +01:00 |
|
|
b6df766e60
|
Some documentation updates.
|
2016-12-26 03:48:17 +01:00 |
|
|
f903add3e1
|
Disable copy constructor.
|
2016-12-26 02:36:50 +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 |
|
|
aee49ff4da
|
Small change to make forward declarations possible.
|
2016-12-24 16:45:17 +01:00 |
|
|
fc80266886
|
Added test project to VS2013 solution.
|
2016-12-24 00:18:11 +01:00 |
|
|
43bacee23b
|
Added support for VS 2015.3 with KB3165756 installed.
|
2016-12-23 23:29:38 +01:00 |
|
|
37e7f72069
|
Clean up MUtils::CPUFetaures code.
|
2016-12-23 22:14:25 +01:00 |
|
|
f56c49767c
|
Added script for creating release packages.
|
2016-12-20 21:02:20 +01:00 |
|
|
32e8f2849a
|
Some more documentation updates.
|
2016-12-19 20:58:42 +01:00 |
|
|
cc67a4e5aa
|
Small documentation fix.
|
2016-12-19 17:57:29 +01:00 |
|
|
ad051347b8
|
Fixed some typos + moved "main" page to a separate .dox file.
|
2016-12-19 17:46:05 +01:00 |
|
|
53830e0b96
|
Some documentation updates.
|
2016-12-19 17:09:58 +01:00 |
|
|
6749489559
|
Some documentation updates.
|
2016-12-19 01:57:41 +01:00 |
|
|
9b2080af89
|
Fixed a typo.
|
2016-12-18 22:48:17 +01:00 |
|
|
a6eec2b99f
|
Fixed a typo.
|
2016-12-18 22:44:17 +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 |
|
|
e08022f02c
|
Added string trimming functions that trim only the left/right side.
|
2016-12-15 15:16:49 +01:00 |
|
|
f9dd32c6e3
|
Added function to generate unique file name, using an increasing counter.
|
2016-12-14 15:04:23 +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 |
|
|
3c6a7b1745
|
Added support for Visual Studio 2015 with Update-3.
|
2016-09-17 20:36:05 +02:00 |
|
|
cb53f41a01
|
Improved get_real_os_version() function. Now also detects the real build number.
|
2016-05-15 23:03:38 +02:00 |
|
|
7f1bad6ca1
|
Added is_library_file() function.
|
2016-05-08 19:24:09 +02:00 |
|
|
a6f6264917
|
Revamped updater thread: Got rid of some old cruft + now using NC for connectivity test (way faster than Wget).
|
2016-04-23 13:25:01 +02:00 |
|
|
16e01f9b99
|
Added support for Visual Studio 2015 with Update-2.
|
2016-04-07 20:52:07 +02:00 |
|
|
819a3106b3
|
Registry functions: Optionally allow caller to force 32-bit registry view or 64-bit registry view. Default behavior should be unchanged.
|
2016-03-11 19:11:18 +01:00 |
|
|
e11b531d86
|
Happy new year 2016!
|
2016-02-20 16:30:17 +01:00 |
|
|
3ec3580ba4
|
CPUFeatures: Added AVX detection.
|
2016-02-20 16:26:56 +01:00 |
|
|
b257f11e88
|
Added support for Visual Studio 2015 with Update-1.
|
2015-12-09 20:33:11 +01:00 |
|
|
ae605d9d1e
|
Added function to a file's path from a handle (file descriptor).
|
2015-11-22 17:33:25 +01:00 |
|
|
b926f98ee7
|
Added the set_file_time() function.
|
2015-10-25 16:11:12 +01:00 |
|
|
bd9519b60b
|
Some improvements to reg_key_delete() function.
|
2015-10-18 19:13:40 +02:00 |
|
|
44add70b7c
|
Expose the crack_command_line() function.
|
2015-09-20 14:54:37 +02:00 |
|
|
4c8df65031
|
Make signature validation work, when keyring file is not located in the same directory as the file to be validated.
|
2015-08-31 22:56:39 +02:00 |
|
|
cdd7be0409
|
Updated list of known hosts.
|
2015-08-24 21:49:15 +02:00 |
|
|
2eac767ad2
|
UpdateChecker: Parse and forward the new "DownloadChecksum" entry from update info file.
|
2015-08-16 16:27:43 +02:00 |
|
|
4f16db6809
|
Added project/solution files for VS2015 + some build fixes for VS2015.
|
2015-08-06 20:49:50 +02:00 |
|
|
6417c49b83
|
Added reg_key_exists() function.
|
2015-07-26 15:11:17 +02:00 |
|
|
034e8f94f4
|
Some improvements to registry code.
|
2015-07-26 14:22:55 +02:00 |
|
|
910de3d3a7
|
Added support for Visual Studio 2013 with Update 5.
|
2015-07-24 22:35:53 +02:00 |
|
|
b1c2ecee3f
|
Added get_file_version() function + workaround to make get_real_os_version() give the correct result on Windows 10+.
|
2015-06-21 16:37:03 +02:00 |
|
|
2e385f8b27
|
Added enum_values() function to the Registry name-space.
|
2015-05-03 21:36:46 +02:00 |
|
|
78fa3cf146
|
Various improvements to the Regsitry class.
|
2015-05-03 18:17:54 +02:00 |
|
|
636e61c484
|
Added the Registry class + added ShellNotification function.
|
2015-05-02 18:52:35 +02:00 |
|
|
f98b28b510
|
The copy_file() function now accepts an optional callback function.
|
2015-03-22 21:29:30 +01:00 |
|
|
dfc1cc97cc
|
Added function to compute parity.
|
2015-03-21 21:28:26 +01:00 |
|