Commit Graph

339 Commits

Author SHA1 Message Date
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
a4278049d5 Bump version. 2018-04-30 14:42:04 +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
f26e95d4c7 Bump version. 2018-04-14 18:58:27 +02:00
9867e7ea4c Added support for Visual Studio 2017.6 (v15.6.6). 2018-04-13 18:55:55 +02:00
d0a8249508 Some improvements to remove_file() and remove_directory() functions. 2018-04-09 22:18:39 +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
aa98a2157b Some 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). 2018-02-18 13:17:17 +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
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
39a480248c Updated VS2013 project file. 2017-05-31 20:38:46 +02:00
1f5168a7e2 Updated VS2013 project file. 2017-05-31 20:35:28 +02:00
2556cd9c0c Fixed build error in test code. 2017-05-31 20:32:02 +02:00
aa8a76500e VS2013 build fix. 2017-05-31 20:31:39 +02:00
02f97e0902 Updated VS2013 project file. 2017-05-31 19:53:20 +02:00
094d203774 Updated list of known hosts. 2017-05-11 21:38:17 +02:00
276788ef13 Re-gen docs. 2017-05-11 20:15:40 +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