Commit Graph

184 Commits

Author SHA1 Message Date
fdaf38800d Some documentation updates. 2017-01-07 18:40:46 +01:00
b7d04c3769 Some refactoring and clean-up in create_qt() method. 2017-01-07 18:08:24 +01:00
b75404ea17 Regenerated documents. 2017-01-06 23:18:36 +01:00
f36c83c25e Happy new year 2017! 2017-01-06 23:17:56 +01:00
jbuonagurio
c7a859c64c Added Qt5 support, contributed by John Buonagurio <jbuonagurio@exponent.com>. 2017-01-06 23:10:01 +01:00
4075bf405c Some clean-up and simplification for JobObject class. 2017-01-03 23:47:59 +01:00
5dab5632f8 Added missing linebreak. 2016-12-26 18:55:06 +01:00
3246b1f6e6 Improved hash function tests. 2016-12-26 18:19:32 +01:00
51765a1bd6 Added hash function tests. 2016-12-26 04:43:46 +01:00
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