Brian Fiete
7f0a81b5b3
Renaming params with 'own' prefix to denote ownership transfer
2020-05-07 05:47:18 -07:00
Brian Fiete
0a6949a7d0
Made 'not found' not be an error on directory deletion
2020-05-07 05:40:16 -07:00
Brian Fiete
0b73451502
Linux color fix
2020-05-06 17:41:08 -07:00
Brian Fiete
b62ac83155
Delete fix
2020-05-06 05:58:34 -07:00
Brian Fiete
caf1ea54a4
Other minor refactoring
2020-05-06 05:47:37 -07:00
Brian Fiete
31214fcbaf
Minor changes to bring into standard style
2020-05-06 05:31:05 -07:00
Brian Fiete
7b337a98f4
StdCall fix for Win32
2020-05-06 05:30:29 -07:00
Brian Fiete
7e74273a26
Fixed colors
2020-05-06 05:09:35 -07:00
Brian Fiete
2fa076bff9
Merge pull request #224 from thibmo/contrib-os-version
...
Add Windows version retrieval functionality to corelib
2020-05-06 05:08:01 -07:00
Thimo Braker
e43d7bf4a9
Add Windows version retrieval to OperatingSystem.bf
2020-05-05 18:28:38 +02:00
Thimo Braker
5a6257f135
Change Version.bf fields to uint32 for compat
2020-05-05 18:27:24 +02:00
Jean-Sébastien Nadeau
c145a98561
Update String.bf
2020-05-05 12:07:58 -04:00
Brian Fiete
e9a1d6990e
Correctly set original console colors. Minor code reworking.
2020-05-05 08:18:32 -07:00
RogueMacro
c367c94a75
Update ConsoleColor.bf
2020-05-05 15:41:33 +02:00
RogueMacro
15f2d65283
Create ConsoleColor.bf
2020-05-05 15:31:12 +02:00
RogueMacro
84a1d38e7d
Update Console.bf
2020-05-05 15:30:43 +02:00
Brian Fiete
61d9edea83
Added CallingConvention support, mangle specifying
2020-05-04 07:15:38 -07:00
Brian Fiete
904f907f1d
Merge pull request #158 from IamSanjid/patch-1
...
Fixing `closesocket` linking error.
2020-05-02 06:12:45 -07:00
Argentoz
b15caecb3e
Update Socket.bf
...
Added NativeSocket getter
2020-05-02 16:07:42 +03:00
Brian Fiete
d5073e810c
Reworked ref enumerators to support non-pointer refs
2020-05-01 16:29:12 -07:00
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