Commit Graph

757 Commits

Author SHA1 Message Date
Chris Cameron
2b376bff47 chore: Updating changelog, incrementing minor version 8.4.0.0 2019-05-15 15:59:09 -04:00
Jack Kanarish
dc0e65125a Merge remote-tracking branch 'origin/MetLife_v5.4' into Telemetry
# Conflicts:
#	CHANGELOG.md
2019-05-10 12:06:13 -04:00
Drew Tingen
294afd1834 chore: update changelog 2019-05-02 20:22:54 -04:00
Drew Tingen
475f381991 feat: Breaking out Program/Common config directories from the full paths 2019-05-02 20:22:32 -04:00
Chris Cameron
ab58ba721e chore: Updating changelog, incrementing patch version 8.3.2.0 2019-05-02 10:24:34 -04:00
Chris Cameron
d7bfb07c2c fix: Fixed PriorityQueue IndexOutOfRange exception when an inner queue becomes depleted 2019-05-02 10:23:53 -04:00
Jack Kanarish
0931d6f1ec feat: add helper method for un-mapping a range from ushorts 2019-04-10 17:17:30 -04:00
Jack Kanarish
24859aaa31 feat: add types to maprange 2019-04-10 17:16:26 -04:00
Chris Cameron
f4693df048 Merge remote-tracking branch 'origin/MetLife_v5.4' into Telemetry
# Conflicts:
#	CHANGELOG.md
2019-04-05 14:31:59 -04:00
Chris Cameron
736c2aee33 chore: Updating changelog, incrementing patch version 8.3.1.0 2019-04-05 14:29:44 -04:00
Chris Cameron
40342e2d9e Merge remote-tracking branch 'origin/MetLife_v5.4' into Telemetry 2019-04-03 16:23:52 -04:00
Chris Cameron
5756d9654b fix: Fixing FormatException when parsing some JSON DateTimes 2019-04-03 16:19:53 -04:00
Chris Cameron
c054a9d752 fix: Fixing argument exceptions when looking up LAN2 properties on a system without multiple network adapters 2019-03-28 10:36:04 -04:00
Chris Cameron
ef19e20d67 docs: Updating changelog 2019-03-27 11:24:35 -04:00
Chris Cameron
3fd344a308 fix: Adding missing methods to Net Standard 2019-03-27 10:49:29 -04:00
Chris Cameron
17e7f4d3c9 Merge remote-tracking branch 'origin/feat/seeded_guid' into Telemetry
# Conflicts:
#	ICD.Common.Utils/Attributes/RangeAttribute.cs
2019-03-26 11:58:07 -04:00
Chris Cameron
87d1f4da16 feat: Added util method for generating seeded guids 2019-03-26 11:28:59 -04:00
Chris Cameron
88a4801f8e feat: Added extension method for generating stable string hashcodes 2019-03-26 11:28:15 -04:00
Jack Kanarish
c55e35ac6e Saftey commit for CC 2019-03-25 13:51:29 -04:00
Jack Kanarish
7557e01c9f feat: add processor utilities and environment utilities for telemetry 2019-02-07 10:45:06 -05:00
Chris Cameron
f60de4321b chore: Updating changelog, incrementing minor version 8.3.0.0 2019-01-25 17:07:05 -05:00
Chris Cameron
524cdc3e31 feat: EventArgs constructor overloads 2019-01-24 11:57:39 -05:00
Chris Cameron
1d6e8d55ca refactor: Tidying 2019-01-23 11:10:35 -05:00
Chris Cameron
3ba5f11587 Merge branch 'feat/VC-4' of Common/Utils into MetLife_v5.4 2019-01-22 17:51:47 +00:00
Drew Tingen
fb7a6e27b8 chore: update changelog 2019-01-22 09:50:42 -08:00
Drew Tingen
fffc8e4a60 fix: Fixed GetApplicationRootDirectory for NetStandard 2019-01-22 09:50:32 -08:00
Drew Tingen
1d7ada87c5 refactor: Removing preprocessors and adding better multi-platform support 2019-01-22 09:47:20 -08:00
Drew Tingen
3a4438ec1e chore: update changelog 2019-01-22 09:24:37 -08:00
Drew Tingen
21ce86de0f fix: Use IcdEnvironment instead of CrestronEnvironment 2019-01-22 09:24:25 -08:00
Drew Tingen
3cb29452a2 chore: tidying 2019-01-22 09:17:35 -08:00
Drew Tingen
114a5e4ec7 Merge remote-tracking branch 'origin/dev' into feat/VC-4 2019-01-22 09:13:06 -08:00
Drew Tingen
a9d411dcfd feat: Path support for VC-4 2019-01-22 09:11:48 -08:00
Chris Cameron
e708ef9603 fix: Fix for potential memory leak with timers 2019-01-21 11:49:21 -05:00
Drew Tingen
aae4fb6185 Merge branch 'feat/mono' of Common/Utils into dev 2019-01-17 23:12:09 +00:00
Chris Cameron
8401ab1852 feat: Added SimplSharpProMono to eRuntimeEnvironment enum 2019-01-17 17:15:34 -05:00
Chris Cameron
27760f2282 fix: Resolving warning 2019-01-14 16:42:32 -05:00
Chris Cameron
80a0ca26c5 chore: Updating changelog, incrementing minor version 8.2.0.0 2019-01-10 16:11:00 -05:00
Chris Cameron
b9ec2f3222 refactor: Tidying 2019-01-10 10:45:53 -05:00
Chris Cameron
a6ad52d492 refactor: Removing log from ReflectionUtils.CreateInstance, doesn't make sense here 2019-01-10 10:25:46 -05:00
Jack Kanarish
64e11db0bc Merge branch 'MetLife_v5.4' of https://cs-gogs.icdpf.net/Common/Utils into MetLife_v5.4 2019-01-10 09:53:03 -05:00
Jack Kanarish
d01e9345d5 feat: add range attribute, which describes the valid ranges of a property if that range doesnt match the range of the datatype 2019-01-10 09:52:54 -05:00
Chris Cameron
466dc6deb5 fix: Fixing bug where xml fragments were being written with prepended document info 2019-01-09 16:33:33 -05:00
Chris Cameron
ad47c890a8 refactor: Tidying 2019-01-08 14:47:03 -05:00
Chris Cameron
108317212c feat: Adding TryGetPortForScheme method to UriExtensions 2019-01-07 15:37:33 -05:00
Chris Cameron
4a411e8990 refactor: Removing unused code 2019-01-07 12:20:13 -05:00
Chris Cameron
4cd28a8a12 fix: IcdHashSet preserves comparer when an operation creates a new IcdHashSet 2019-01-03 13:03:51 -05:00
Chris Cameron
470c35cab7 chore: Updating changelog, incrementing minor version 8.1.0.0 2019-01-02 14:18:42 -05:00
Chris Cameron
a372d97868 feat: Adding RegexUtils shims for RegexOptions 2018-12-19 07:50:23 -05:00
Chris Cameron
f208ec521b feat: Added RegexUtils method for replacing a single group in a match 2018-12-19 06:40:39 -05:00
Jack Kanarish
347cf70b6c Merge branch 'MetLife_v5.4' of https://cs-gogs.icdpf.net/Common/Utils into MetLife_v5.4 2018-12-17 09:34:47 -05:00