Commit Graph

175 Commits

Author SHA1 Message Date
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
1fab453c11 Regenerated documents. 2016-12-25 22:16:12 +01:00
7c2c14bed5 Some more improvements of MUtils::CPUFetaures code. 2016-12-25 22:16:04 +01:00
7128c12680 Regenerated documents. 2016-12-24 16:45:42 +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
cab5175f8c Regenerated documents. 2016-12-23 22:16:12 +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
1cff20a3ef Removed VS2010 project/solution. 2016-12-23 15:52:11 +01:00
a4d96e74f7 Implemented SetConsoleIcon() fallback method. 2016-12-22 22:49:30 +01:00
e90f95bc2f Small fix. 2016-12-22 01:53:54 +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
c3cff69fe4 Re-generated the Doxyfile. 2016-12-19 17:09:25 +01:00
d9e763ed2b Documentation updates. 2016-12-19 02:43:38 +01:00
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