Rev. | Zeit | Autor |
---|---|---|
c3cff69 | 2016-12-20 01:09:25 | ![]() |
Re-generated the Doxyfile. |
||
d9e763e | 2016-12-19 10:43:38 | ![]() |
Documentation updates. |
||
6749489 | 2016-12-19 09:57:41 | ![]() |
Some documentation updates. |
||
f7b7025 | 2016-12-19 09:56:59 | ![]() |
Removed some debug outputs. |
||
9b2080a | 2016-12-19 06:48:17 | ![]() |
Fixed a typo. |
||
a6eec2b | 2016-12-19 06:44:17 | ![]() |
Fixed a typo. |
||
e49e376 | 2016-12-19 06:40:29 | ![]() |
Added API documentation, created by Doxygen. |
||
2654304 | 2016-12-19 06:38:35 | ![]() |
Simplified next_random() tests. |
||
751e0f6 | 2016-12-19 06:38:01 | ![]() |
Removed seed_rand() function. Seeding will now be done automatically, if needed. |
||
152fa96 | 2016-12-18 09:05:25 | ![]() |
Added test cases for natural_string_sort() and regexp_parse_uint32() functions. |
||
e3ab64e | 2016-12-18 01:23:28 | ![]() |
Don't error out when code is compiled by "Intellisense". |
||
37402b4 | 2016-12-18 01:22:34 | ![]() |
Some code refactoring + added tests for remove_file() and remove_directory() functions. |
||
5883fbd | 2016-12-17 03:24:41 | ![]() |
Added test cases for clean_file_path() and parity() functions. |
||
5dbe6b3 | 2016-12-17 03:23:35 | ![]() |
Renamed functions for consistency. |
||
83d1473 | 2016-12-16 07:11:20 | ![]() |
Fixed compilation for "Release" and "Debug" configuration. |
||
9e54625 | 2016-12-16 06:42:50 | ![]() |
clean_file_name() function: Deal with reserved file names (e.g. "NUL" or "CON"). |
||
79e9f85 | 2016-12-16 06:42:22 | ![]() |
Added test cases for clean_file_name() function. |
||
a0bd22a | 2016-12-16 00:01:44 | ![]() |
Added test for trim_left() and trim_right() functions. |
||
7ab3ea5 | 2016-12-15 23:17:45 | ![]() |
Added Test project for MUtilities. |
||
e08022f | 2016-12-15 23:16:49 | ![]() |
Added string trimming functions that trim only the left/right side. |
||
f5cd39e | 2016-12-15 08:26:37 | ![]() |
Revamped clean_file_name() function. Do NOT trim *leading* spaces from file name, as this is allowed (though ugly). |
||
f9dd32c | 2016-12-14 23:04:23 | ![]() |
Added function to generate unique file name, using an increasing counter. |
||
ed6167b v1.07 | 2016-12-14 23:03:52 | ![]() |
Bump version. |
||
1f63eb8 | 2016-10-22 22:10:58 | ![]() |
Updated Wget parameters for latest Wget version. |
||
37522d4 | 2016-10-03 00:32:40 | ![]() |
Some improvements to init_process() function. |
||
1f7d213 | 2016-10-02 22:21:58 | ![]() |
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). |
||
3c6a7b1 | 2016-09-18 03:36:05 | ![]() |
Added support for Visual Studio 2015 with Update-3. |
||
69c4969 | 2016-07-18 21:01:48 | ![]() |
Fixed a few more instances of "LameXP" being hardcoded into MUtilities library. |
||
fa4ffbb | 2016-07-18 03:32:44 | ![]() |
Some improvements to clean_file_path() function. |
||
00fd55b | 2016-06-12 03:29:47 | ![]() |
Disable telemetry with VC14. |