Brian Fiete
70d32885b1
Fixes while working on ref for dictionary
2020-05-01 09:12:50 -07:00
Brian Fiete
64f8e54c05
Reflection fixes
2020-05-01 09:10:24 -07:00
Brian Fiete
93facda6b2
Added IncludeAllMethods
2020-05-01 09:09:35 -07:00
ExMatics HydrogenC
65ebe36344
Update PropertyBag.bf
2020-05-01 14:53:38 +08:00
ExMatics HydrogenC
ea143611ab
Update IEnumerator.bf
2020-05-01 14:44:18 +08:00
ExMatics HydrogenC
6512937a84
Remove class keyvaluepair and make it a alias
2020-05-01 14:42:54 +08:00
ExMatics HydrogenC
513949568c
KeyValuePair is unnecessary
2020-05-01 14:33:51 +08:00
ExMatics HydrogenC
7b1f1b2bd1
Update Environment.bf
2020-05-01 14:31:33 +08:00
ExMatics HydrogenC
ba3eb8e006
More REGSAM constants
2020-04-30 20:34:02 +08:00
ExMatics HydrogenC
a65c38c1ba
Add more wide and narrow versios
2020-04-30 20:13:52 +08:00
Brian Fiete
7acc63a12a
Added attribute fixes
2020-04-29 10:04:54 -07:00
Brian Fiete
842a6a8898
Added Obsolete support for moved collections
2020-04-29 09:53:48 -07:00
Brian Fiete
dbd9b32e3f
Renamed System.Collections.Generic to System.Collections
2020-04-29 06:40:03 -07:00
Brian Fiete
5515a1fd72
Fixed fix for leak
2020-04-28 10:11:57 -07:00
Brian Fiete
6bd1eb1cc4
Fixed formatting memory leak
2020-04-28 09:57:44 -07:00
Brian Fiete
d79a7b76b4
Fixed rounding
2020-04-28 09:57:32 -07:00
Purple
ae8ee89b0f
Fixing closesocket
linking error.
...
Whenever I tried to use this Socket class, I get the linking error which says `closesocket` is unresolved. I am not sure this is how it should be done but after specifying the lib, it solved the issue.
2020-04-28 22:44:01 +06:00
Brian Fiete
3a332a0bcf
Fixed TimeSpan formatting
2020-04-28 07:41:56 -07:00
Brian Fiete
86a97a12e5
Merge pull request #153 from ChlorineX/master
...
Create ICollection
2020-04-28 07:34:52 -07:00
Brian Fiete
7911dde7cd
Merge pull request #123 from damianday/Path
...
Add Path.ChangeExtension
2020-04-28 07:33:51 -07:00
C++ AHS
92bc47f193
Implement ICollection for Dictionary
2020-04-28 19:45:31 +08:00
C++ AHS
4f800bf981
Implement ICollection for List
2020-04-28 19:41:42 +08:00
C++ AHS
1fc7c0ec08
Create ICollection.bf
2020-04-28 19:41:10 +08:00
Brian Fiete
68bf7bc801
Added nullable(T), Result<T> can use null conditionals
2020-04-27 15:09:10 -07:00
Damian Day
dcd9bc35ac
Add Path.ChangeExtension
2020-04-19 16:45:28 +01:00
Brian Fiete
f77ccb8994
Fixed crash when in zone without adjustment rules
2020-04-18 05:49:31 -07:00
Brian Fiete
c84da66758
Added StringView.StartWith(char)
2020-04-14 11:38:34 -07:00
Brian Fiete
9a7cee9a31
Fixed distinct options
2020-04-11 14:27:48 -07:00
Brian Fiete
1ae9a3cb0f
Added IDisposable to Result
2020-04-11 10:20:56 -07:00
Brian Fiete
cc47080e96
Stricter parsing
2020-04-10 08:58:29 -07:00
Brian Fiete
51a01cc212
Merge pull request #110 from damianday/Float
...
Update Float.bf
2020-04-08 10:40:43 -07:00
Brian Fiete
2f7566c0a4
Merge pull request #106 from damianday/List-Front
...
Added List.Front
2020-04-08 10:40:22 -07:00
Damian Day
ac65cc2dde
Update Float.bf
...
Implement IOpAddable and IOpSubtractable.
2020-04-08 18:16:23 +01:00
Brian Fiete
15c3ad98de
Changed array to Ordered instead of CRepr
2020-04-04 12:14:52 -07:00
Brian Fiete
ff33c7aca3
Added UseLLVM attribute
2020-04-03 10:34:55 -07:00
Brian Fiete
b21cd0f197
Fixed != and ==
2020-04-03 10:34:41 -07:00
Damian Day
2a88e95e01
Added List.Front
...
Added a Front to complement Back.
2020-03-28 22:33:46 +00:00
Damian Day
b43831de65
Fix #97
...
Move the pointer assignment after the allocation.
Implemented CalculatedReserve to simplify reallocation.
2020-03-26 11:58:26 +00:00
Brian Fiete
f0e613f2c9
Merge pull request #93 from damianday/String.Insert
...
Add String.Insert char32
2020-03-25 17:19:11 -07:00
Damian Day
94067bea80
Update String.bf
2020-03-26 00:13:55 +00:00
Brian Fiete
19e53801f1
Enhanced Write/WriteLine
2020-03-25 09:17:53 -07:00
ExMatics HydrogenC
6afce5b179
Add universal Write and WriteLine with no params
2020-03-25 21:57:49 +08:00
ExMatics HydrogenC
15eebce64a
Add universal WriteLine
2020-03-25 21:50:34 +08:00
Brian Fiete
dab667ec92
Added Encode without a range check
2020-03-25 06:27:26 -07:00
Brian Fiete
b5815927ef
Faster Append(char32)
2020-03-25 06:26:59 -07:00
Damian Day
f2427119ef
Add String.Insert char32
...
Use CalcNewSize in Insert.
Remove a duplicated Insert char8 by using default parameter.
Add new Insert method accepting char32.
2020-03-24 18:09:21 +00:00
Brian Fiete
f8f4fd859c
Merge pull request #90 from damianday/Array-Reverse
...
Array reverse
2020-03-24 07:07:55 -07:00
Brian Fiete
dce4a3ecf2
Made abs an intrinsic
2020-03-21 07:10:59 -07:00
Damian Day
37f8cc9f98
Add Reverse
...
Reverse an array.
Update GetRef while i'm here.
2020-03-20 22:18:27 +00:00
Brian Fiete
6d1d547f0c
Merge pull request #89 from damianday/IOpSubtractable
...
New interface IOpSubtractable
2020-03-20 15:16:13 -07:00