1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-16 15:24:10 +02:00
Commit graph

684 commits

Author SHA1 Message Date
EinBurgbauer
5a19981606 basic Dictionary ContainsValue functionality 2021-05-17 16:23:18 +02:00
EinBurgbauer
46b5bfce1e made static only stuff a static class 2021-05-17 15:01:49 +02:00
EinBurgbauer
f98b9dc99a comptime get generic arg fix 2021-05-17 14:35:14 +02:00
EinBurgbauer
38f4b349f2 collection item dispose mixins, string specific list 2021-05-17 14:22:26 +02:00
Brian Fiete
f26df6c86b Additional 3d support 2021-05-12 07:24:29 -04:00
EinBurgbauer
98da39a3ba properly reset internal state on close 2021-04-13 09:30:59 +02:00
Brian Fiete
1cb5538317 Buffered fix 2021-04-12 17:22:14 -04:00
Brian Fiete
3756323021 32-bit fixes 2021-04-11 07:55:53 -04:00
Brian Fiete
c77f861fb7 Merge remote-tracking branch 'origin/master' 2021-04-11 07:04:23 -04:00
Brian Fiete
4bf12e121c Stream buffering 2021-04-11 07:04:17 -04:00
Hiroko
9fe7df9950 OpenFileName struct: Change default extension type (char8* -> char16*) 2021-04-04 18:10:46 +02:00
EinBurgbauer
1296f002a3 list remove range fix, remove range fast 2021-03-20 07:48:10 +01:00
moneyl
b1dc76ba11 PR feedback changes 2021-03-17 10:32:01 -04:00
moneyl
a1e15ecb73 Add ReadNullTerminatedString to System.IO.Stream
Function that reads a null terminated string from the stream.
2021-03-16 19:39:38 -04:00
moneyl
7cc95c2b07 Add functions to System.IO.Stream 2021-03-16 19:06:01 -04:00
Brian Fiete
8e9d7ed4c4 Lost changes 2021-02-25 10:14:22 -08:00
Brian Fiete
e6c4a95ccd Start of package management 2021-02-25 08:10:21 -08:00
Brian Fiete
46f97ef987 Length fix 2021-01-31 05:36:27 -08:00
Brian Fiete
9c473dc269 Substream fixes 2021-01-31 05:26:09 -08:00
Joseph Battelle
a69dff59ce s/seperate/separate 2021-01-29 23:52:58 -08:00
Brian Fiete
4d1672fbcf Added 'in' parameter support 2021-01-27 09:01:47 -08:00
Brian Fiete
1e52dce7c4 Support for operators with ref parameters, sized array->span 2021-01-26 11:06:17 -08:00
Brian Fiete
5c05b15b37 ToString fix 2021-01-26 06:34:42 -08:00
Brian Fiete
fdcbb55ff2 ReadAll/WriteAll 2021-01-26 06:34:31 -08:00
Brian Fiete
1f42567339 varargs fixes 2021-01-22 13:20:17 -08:00
Brian Fiete
71f677d902 Fixed errors during qualified static field reference 2021-01-22 08:50:21 -08:00
Brian Fiete
9ccdf7282e Added VarArgs 2021-01-22 04:58:08 -08:00
Brian Fiete
c8f42a0bfc Support for obsolete/error/warning on property declaration 2021-01-21 05:56:17 -08:00
Brian Fiete
458eb90752 Added IEnumerable<T> to sized arrays 2021-01-20 15:00:13 -08:00
Brian Fiete
3f35ef51f2 Added IEnumerable<T> to arrays 2021-01-20 11:44:07 -08:00
Brian Fiete
b5aa92ff33 Removing CVarAttribute 2021-01-20 08:23:35 -08:00
Brian Fiete
e06949dac1 Added @return support 2021-01-16 12:35:51 -08:00
Brian Fiete
a681da30be Removed '=' in generic constraints 2021-01-15 14:59:02 -08:00
Brian Fiete
e3f51e39ed Added 'concrete' constraint 2021-01-13 09:24:15 -08:00
Brian Fiete
8f3060fd3c Comptime method reflection, method entry/exit emission 2021-01-13 05:09:09 -08:00
Brian Fiete
71d4dd0e90 Early code generation support 2021-01-11 09:41:43 -08:00
Brian Fiete
0f33968030 Comptime naming fixes 2021-01-09 04:20:45 -08:00
Brian Fiete
3bbf2d8313 Comptime updates, start of metaprogramming support 2021-01-08 16:21:03 -08:00
Brian Fiete
7d23978cfe
Merge pull request #795 from xposure/master
fixed crash with CreateObject on ArrayType when count is 0
2021-01-06 09:03:50 -08:00
Brian Fiete
080dd5a25e Fixed Thread.CurrentThread initialization order issue 2021-01-05 16:16:28 -08:00
Chris Phillips
752d9eb5d9 Merge branch 'master' of github.com:xposure/Beef into master 2021-01-05 09:38:12 -05:00
Brian Fiete
e7912b1095 Made CopyTo use Span 2021-01-05 05:56:11 -08:00
xposure
2cfcfd9113 adding comment on ArrayType CreateObject for count > 1 2021-01-04 20:43:03 -05:00
xposure
f606006c39 fixing the fix, we only need to memset when count is > 1 because Array1 holds the first element 2021-01-04 20:42:04 -05:00
xposure
bd4c60a251 fixed crash with CreateObject on ArrayType when count is 0 2021-01-04 20:40:03 -05:00
Brian Fiete
f9b9b15214 DeleteDictionaryAndKeysAndItems to DeleteDictionaryAndKeysAndValues 2021-01-04 04:56:44 -08:00
Brian Fiete
d78cb3182a
Merge pull request #785 from xposure/master
DeleteDictionaryAndItems + String to span<char8>
2021-01-04 04:47:31 -08:00
xposure
aeb0e70d21 Adds implicit Span<char8> operator to String 2021-01-03 21:07:34 -05:00
xposure
fe74d58958 DeleteDictionaryAndItems 2021-01-03 19:55:28 -05:00
Brian Fiete
f6174aade2 Support for file dragging in workspace panel 2021-01-03 11:51:53 -08:00