Rev. | 时间 | 作者 |
---|---|---|
ba7fa5a | 2018-10-16 06:26:36 | ![]() |
Updated the UpdateChecker class to use cURL instead of Wget. |
||
d414647 | 2018-10-16 06:22:55 | ![]() |
Added new function null_device(), which returns the name of the NULL device (e.g. "/dev/null" or "NUL") for the current platform. |
||
ce24bd2 | 2018-10-16 06:21:56 | ![]() |
Added an optional parameter to init_process() function, which allows for passing custom environment variables. |
||
41d6398 | 2018-10-13 03:28:45 | ![]() |
Small improvement to scale_widget() function. |
||
6e737fa | 2018-09-26 04:02:33 | ![]() |
Added support for Visual Studio 2017.8 (v15.8.5). |
||
3db10fb | 2018-08-26 19:31:19 | ![]() |
Small tweak. |
||
6c7371b | 2018-08-21 01:49:22 | ![]() |
Some improvements to Windows version detection + require Vista with SP-2 for DLL build. |
||
f513a18 | 2018-08-21 01:44:39 | ![]() |
Added support for Visual Studio 2017.7 (v15.8.1). |
||
e192387 | 2018-07-14 03:12:38 | ![]() |
Added support for Visual Studio 2017.7 (v15.7.5). |
||
dece385 | 2018-07-06 23:43:34 | ![]() |
Added support for Visual Studio 2017.7 (v15.7.4). |
||
7be6f31 | 2018-06-03 22:37:22 | ![]() |
Added support for Visual Studio 2017.7 (v15.7.3). |
||
31a4fe3 | 2018-05-11 01:04:02 | ![]() |
Added support for Visual Studio 2017.7 (v15.7.0). |
||
a427804 v1.10 | 2018-04-30 21:42:04 | ![]() |
Bump version. |
||
da57804 | 2018-04-30 20:55:44 | ![]() |
Added new overloads of make_temp_file() and make_unqiue_file() that take a QDir as parameter. |
||
2c95bec | 2018-04-28 21:46:28 | ![]() |
Added support for Visual Studio 2017.6 (v15.6.7). |
||
a9f2eeb | 2018-04-15 22:12:13 | ![]() |
Some improvements to Lazy<T> class. |
||
5673c6f | 2018-04-15 09:20:09 | ![]() |
Some improvements to Lazy<T> class. |
||
562911d | 2018-04-15 08:27:07 | ![]() |
Lazy<T> class: Destroy the wrapped T object when the Lazy<T> instance gets destroyed. |
||
f26e95d v1.09 | 2018-04-15 01:58:27 | ![]() |
Bump version. |
||
9867e7e | 2018-04-14 01:55:55 | ![]() |
Added support for Visual Studio 2017.6 (v15.6.6). |
||
d0a8249 | 2018-04-10 05:18:39 | ![]() |
Some improvements to remove_file() and remove_directory() functions. |
||
17dbb10 | 2018-04-03 01:34:29 | ![]() |
Documentation was updated. |
||
de57843 | 2018-04-01 22:41:16 | ![]() |
Added new function break_fp(). |
||
d16ef6f | 2018-03-10 07:24:21 | ![]() |
Added support for Visual Studio 2017.6 (v15.6). |
||
aa98a21 | 2018-02-18 21:17:17 | ![]() |
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). |
||
4671aad | 2018-02-07 06:09:32 | ![]() |
Fixed compilation with latest VS2017. |
||
5101e77 | 2018-01-18 05:04:46 | ![]() |
Happy new year 2018! |
||
e5c3d13 | 2017-12-16 04:13:49 | ![]() |
Fixed detection of VC 2017.5 after recent VC update. |
||
96eaf7d | 2017-12-11 09:06:28 | ![]() |
Added regexp_parse_int32() functions and new regexp_parse_uint32() overloads. |
||
8adbc8a | 2017-12-06 09:04:04 | ![]() |
Added support for VS2017 version 15.5.0. |