Commit Graph

153 Commits

Author SHA1 Message Date
6749489559 Some documentation updates. 2016-12-19 01:57:41 +01:00
f7b7025eed Removed some debug outputs. 2016-12-19 01:56:59 +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
e49e376e8d Added API documentation, created by Doxygen. 2016-12-18 22:40:29 +01:00
2654304d6a Simplified next_random() tests. 2016-12-18 22:38:35 +01:00
751e0f69e0 Removed seed_rand() function. Seeding will now be done automatically, if needed. 2016-12-18 22:38:01 +01:00
152fa96d26 Added test cases for natural_string_sort() and regexp_parse_uint32() functions. 2016-12-18 01:05:25 +01:00
e3ab64e5bc Don't error out when code is compiled by "Intellisense". 2016-12-17 17:23:28 +01:00
37402b4949 Some code refactoring + added tests for remove_file() and remove_directory() functions. 2016-12-17 17:22:34 +01:00
5883fbda16 Added test cases for clean_file_path() and parity() functions. 2016-12-16 19:24:41 +01:00
5dbe6b3a19 Renamed functions for consistency. 2016-12-16 19:23:35 +01:00
83d1473a6b Fixed compilation for "Release" and "Debug" configuration. 2016-12-15 23:11:20 +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
79e9f85fae Added test cases for clean_file_name() function. 2016-12-15 22:42:22 +01:00
a0bd22a152 Added test for trim_left() and trim_right() functions. 2016-12-15 16:01:44 +01:00
7ab3ea5a95 Added Test project for MUtilities. 2016-12-15 15:17:45 +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
3c6a7b1745 Added support for Visual Studio 2015 with Update-3. 2016-09-17 20:36:05 +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
00fd55bf7c Disable telemetry with VC14. 2016-06-11 20:29:47 +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
7f1bad6ca1 Added is_library_file() function. 2016-05-08 19:24:09 +02:00
1087c599e8 Limit number of connection attempts. 2016-04-23 18:36:19 +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
35159c3d07 Updated README file. 2016-04-16 14:28:32 +02:00
4d2b4cf6f0 Updated README file. 2016-04-16 14:25:52 +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
52c0c777f5 More accurate way to check whether AVX OS-support is enabled. 2016-02-20 17:41:15 +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
46c2831304 Fixed compilation with VS2010 and VS2013. 2015-12-19 19:06:40 +01:00
59c60a9a8d Bump version. 2015-12-12 15:08:23 +01:00
b257f11e88 Added support for Visual Studio 2015 with Update-1. 2015-12-09 20:33:11 +01:00
d17c45e592 Some code clean-up + removed a debug output. 2015-11-25 20:50:48 +01:00
670d4dc36c Some more code refactoring. 2015-11-23 22:28:52 +01:00
7f5d618eba Some code refactoring: Dynamic loading of DLL functions is now handled at a centralized place. 2015-11-22 21:45:09 +01:00
b82098a29e Fixed possible memory leak. 2015-11-22 18:36:05 +01:00