Chris Cameron
|
068f646c27
|
Exposing method for determining if an integer has multiple flag values
|
2017-08-04 11:01:59 -04:00 |
|
Chris Cameron
|
249db93bc5
|
Merge remote-tracking branch 'origin' into dev
|
2017-07-31 20:48:34 -04:00 |
|
Chris Cameron
|
8ee4000e4e
|
Additional tests
|
2017-07-31 20:48:09 -04:00 |
|
Chris Cameron
|
09f6b752a8
|
Load existing assemblies by name
|
2017-07-31 17:11:56 -04:00 |
|
Chris Cameron
|
e7d1b6ec83
|
Tidying
|
2017-07-30 13:50:31 -04:00 |
|
Chris Cameron
|
609c245070
|
Additional tests
|
2017-07-30 13:50:22 -04:00 |
|
Chris Cameron
|
fc498cbd36
|
Excluding ControlSystem.cfg from project
|
2017-07-30 10:28:05 -04:00 |
|
Chris Cameron
|
21257a4d1c
|
Merge remote-tracking branch 'origin/dev' into dev
|
2017-07-28 12:08:08 -04:00 |
|
Chris Cameron
|
90477a8189
|
Initial commit of ListExtensionsTest
|
2017-07-28 12:07:43 -04:00 |
|
Chris Cameron
|
f77c2cafd7
|
Tidying
|
2017-07-28 12:06:28 -04:00 |
|
Chris Cameron
|
0a656f0058
|
TypeExtension methods for getting base types from a type
|
2017-07-28 12:05:49 -04:00 |
|
Chris Cameron
|
a4328096bd
|
Slightly safer parsing of prog comments
|
2017-07-27 14:50:08 -04:00 |
|
Chris Cameron
|
a552f84dab
|
Fixing stupid mistake where the comparer was not being passed to the BinarySearch method
|
2017-07-26 12:10:04 -04:00 |
|
Chris Cameron
|
83902b61b6
|
Shim for trimming a potentially null string
|
2017-07-25 16:17:56 -04:00 |
|
Chris Cameron
|
57d0b481f1
|
Moving SettingsProperty attribute to Settings library
|
2017-07-21 12:18:23 -04:00 |
|
jeffery.thompson
|
3f50b0292e
|
Merge remote-tracking branch 'origin/dev' into dev
|
2017-07-21 12:08:42 -04:00 |
|
jeffery.thompson
|
f1fe9420f2
|
IcdConsole does not call string.Format if there are no args
|
2017-07-21 12:08:37 -04:00 |
|
Chris Cameron
|
323300f710
|
Rethrowing XmlExceptions as IcdXmlExceptions
|
2017-07-21 11:01:32 -04:00 |
|
Chris Cameron
|
442bd20759
|
Adding list extension methods for adding items to a sorted list
|
2017-07-21 09:52:46 -04:00 |
|
Chris Cameron
|
71b3c5ad2a
|
Better name for TryFirst extension method
|
2017-07-20 13:06:00 -04:00 |
|
Chris Cameron
|
79621dcfda
|
Better exception when an attribute does not exist
|
2017-07-20 13:05:34 -04:00 |
|
Chris Cameron
|
5bd9415168
|
Merge remote-tracking branch 'origin/dev' into dev
|
2017-07-18 12:46:48 -04:00 |
|
Chris Cameron
|
201e0878c7
|
Optimization in adding multiple items to an IcdHashSet
|
2017-07-18 12:46:27 -04:00 |
|
Chris Cameron
|
db66fc40cf
|
Resurrecting old unit tests
|
2017-07-18 12:43:56 -04:00 |
|
jeffery.thompson
|
91534ec0af
|
Removing unused namespaces
|
2017-07-18 10:39:47 -04:00 |
|
jeffery.thompson
|
25ee11ef4e
|
Merge remote-tracking branch 'origin/dev' into dev
|
2017-07-18 10:01:55 -04:00 |
|
jeffery.thompson
|
ea82bcd7ec
|
Added GetMilliseconds command for s+
|
2017-07-18 10:01:51 -04:00 |
|
jeffery.thompson
|
ff66d635ae
|
Fixed IcdTextWriter's IDisposable implementation
|
2017-07-18 10:01:26 -04:00 |
|
jeffery.thompson
|
01ddf830d6
|
string.Split(int) now returns any remaining characters in a new chunk
|
2017-07-18 10:01:10 -04:00 |
|
jeffery.thompson
|
809fe6802b
|
Switched to extended ASCII encoding for string <-> byte[] conversion
|
2017-07-18 10:00:24 -04:00 |
|
jeffery.thompson
|
4801d45347
|
Added extensions to byte for getting and setting bits
|
2017-07-18 10:00:02 -04:00 |
|
Chris Cameron
|
f120e2bef7
|
Fixed stupid mistake in consolidation method
|
2017-07-17 12:14:30 -04:00 |
|
Chris Cameron
|
846df86b28
|
Added test for EnumerableExtensions.Consolidate()
|
2017-07-17 12:14:16 -04:00 |
|
Chris Cameron
|
3479c20ff5
|
Adding "this" keyword to enumerable extension methods
|
2017-07-17 11:43:25 -04:00 |
|
Chris Cameron
|
f6a006c90d
|
Fixing null ref in array formatting
|
2017-07-14 12:24:53 -04:00 |
|
Chris Cameron
|
ad0c0a637b
|
Tidying
|
2017-07-12 10:20:01 -04:00 |
|
Chris Cameron
|
4efca6cefe
|
Adding Hidden item to ePropertyType enum
|
2017-07-11 16:29:58 -04:00 |
|
Chris Cameron
|
f9d9de9597
|
Merge remote-tracking branch 'origin/dev' into dev
|
2017-07-11 15:38:33 -04:00 |
|
Chris Cameron
|
5073135196
|
Additional parameter validation in StringUtils
|
2017-07-11 15:38:16 -04:00 |
|
Chris Cameron
|
ee58b5109b
|
Complete EnumUtils unit tests
|
2017-07-10 17:05:18 -04:00 |
|
Chris Cameron
|
b84f95e48d
|
Stub tests for EnumUtils, need to figure out test generation...
|
2017-07-07 17:20:39 -04:00 |
|
Chris Cameron
|
76b4643f8c
|
Initial commit of utils test project for Net Standard
|
2017-07-07 17:20:17 -04:00 |
|
Chris Cameron
|
118814b549
|
Excluding file from Net Standard project
|
2017-07-06 16:45:20 -04:00 |
|
Chris Cameron
|
87f0620246
|
Resolving warnings
|
2017-07-06 14:02:41 -04:00 |
|
Chris Cameron
|
ac6ca84a8a
|
Removing Utils directory to better match namespaces
|
2017-07-06 10:57:04 -04:00 |
|
Chris Cameron
|
c56d9fce3b
|
Removing unused using directive
|
2017-07-06 10:54:36 -04:00 |
|
Chris Cameron
|
705ecc0af9
|
EnumUtils correctly handling boxed enum values
|
2017-07-05 16:53:09 -04:00 |
|
Chris Cameron
|
d0295fc926
|
Tidying
|
2017-07-05 14:14:40 -04:00 |
|
Drew Tingen
|
f034fbcb9c
|
Merge branch 'dev' of https://cs-gogs.icdpf.net/Common/Utils into dev
|
2017-07-03 02:54:13 -04:00 |
|
Drew Tingen
|
e8ad8473e9
|
Changed environment checking when registering console commands
|
2017-07-03 02:54:00 -04:00 |
|