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

684 commits

Author SHA1 Message Date
Brian Fiete
5cc6f13af4 Merge vista code into main FileDialog 2021-12-17 07:12:27 -05:00
Brian Fiete
77c3ab596f
Merge pull request #1134 from disarray2077/vistafiledialogs
Add complete support for Vista File Dialogs
2021-12-17 07:04:39 -05:00
Brian Fiete
d3e33365f0 Made GCMarkMembers call unbound 2021-12-16 11:08:29 -05:00
Brian Fiete
612368b0f7 Comptime EmitAddInterface 2021-12-16 09:38:19 -05:00
Brian Fiete
ae186433cc Negative zero fix 2021-12-15 14:41:30 -05:00
Brian Fiete
7b58863563
Merge pull request #996 from EinScott/bufstream-fixes
more buffered stream stuff
2021-12-15 07:19:25 -05:00
Brian Fiete
798c259e53 Spelling fix 2021-12-14 14:33:12 -05:00
disarray2077
4d337e3a31 Fix dialogs in release mode
... and inline "GetFilterItems" method so we can use scoped allocation
2021-12-14 16:25:39 -03:00
Brian Fiete
8623f8f7e5 Removed buttons during regen 2021-12-14 11:13:51 -05:00
disarray2077
a32dad3740
Optimize the remove method of dictionary enumerator 2021-12-14 12:21:53 -03:00
Brian Fiete
73099e4a04 Code generator support 2021-12-11 09:08:42 -08:00
EinBurgbauer
e13f194c6f make BufferedFileStream act like UnbufferedFileStream 2021-12-09 20:04:17 +01:00
EinBurgbauer
32966b79a6 buffered stream seek accepts everything by default + fromEnd fix 2021-12-09 19:46:52 +01:00
EinBurgbauer
92738418eb Merge branch 'master' into bufstream-fixes 2021-12-09 16:13:29 +01:00
Brian Fiete
22919dd629
Merge pull request #1260 from disarray2077/allocstackcount
Expose `AllocStackCount` to corlib & Use it in Dbg_ObjectAlloc
2021-12-06 09:35:55 -08:00
Brian Fiete
82fbaab8eb
Merge pull request #1250 from disarray2077/patch-1
Fix Encoding static init priority
2021-12-06 09:33:44 -08:00
Brian Fiete
85bf96659d
Merge pull request #1258 from disarray2077/icharacter
Add ICharacter interface
2021-12-06 09:33:03 -08:00
disarray2077
8b96697fdf Also expose type-specific AllocStackCount 2021-12-04 19:27:28 -03:00
disarray2077
111b785081 Expose AllocStackCount to corlib 2021-12-04 17:19:08 -03:00
disarray2077
9cf3d54a9d Add ICharacter interface 2021-12-04 14:32:44 -03:00
disarray2077
5e78e24fe8
Add ignore case option for StringView.Contains
... and remove unnecessary overload on String.Contains, allowing StringView to also be used.
2021-12-02 14:46:43 -03:00
Brian Fiete
46fbba9712 StringView.Intern 2021-12-01 11:07:09 -08:00
Brian Fiete
69f26e453d Added 'Alt' methods 2021-12-01 11:06:59 -08:00
disarray2077
f1688df047
Fix Encoding static init priority 2021-11-30 23:43:49 -03:00
Brian Fiete
3bd1e97179
Merge pull request #1239 from disarray2077/matchindex
Add MatchIndex to StringSplitEnumerator
2021-11-29 09:27:27 -08:00
Brian Fiete
72064e7dc2 AlwaysInclude required methods 2021-11-26 08:55:11 -08:00
disarray2077
c4f50ec64e
Add MatchIndex to StringSplitEnumerator 2021-11-20 17:30:07 -03:00
Brian Fiete
c3644d15de MemStream improvements 2021-11-14 18:01:01 -08:00
Brian Fiete
5674bf80c0 Circular data detection fix, TypeDataChanged rebuild fix 2021-11-03 07:07:49 -07:00
Brian Fiete
617cdcbede Support for passing Type to attributes 2021-11-02 11:32:06 -07:00
Brian Fiete
b81c7ef4bf StringView Write 2021-11-02 09:56:31 -07:00
Brian Fiete
d593488591 Allow some warnings during specialization 2021-11-01 13:46:24 -07:00
disarray2077
6a1d055325
Fix errno 2021-11-01 14:06:07 -03:00
Brian Fiete
e0103b7dd7
Merge pull request #1182 from disarray2077/trygetvaluealt
Add `TryGetValueAlt` and `ContainsAlt` to Dictionary
2021-10-30 06:37:10 -07:00
Brian Fiete
29e374bcab
Merge pull request #1184 from miere43/fix-char8
Fix incorrect search & replace for "char => char8" in comments
2021-10-30 06:36:09 -07:00
miere43
c0b787cbf0 Fix incorrect search & replace for "char => char8" in comments 2021-10-30 00:11:37 +03:00
miere43
b109396024 Pass "components" argument as StringView[] in Path.InternalCombine 2021-10-29 23:10:26 +03:00
Brian Fiete
9de99cd422 Comptime method reflection fixes 2021-10-28 08:26:12 -07:00
disarray2077
5b2801cbae Add ContainsAlt to Dictionary 2021-10-27 23:37:09 -03:00
disarray2077
5b02c68372 Add TryGetValueAlt to Dictionary 2021-10-27 23:29:03 -03:00
Brian Fiete
d11ce0c48c Reversed enumerator for Span 2021-10-26 10:32:47 -07:00
Brian Fiete
299bea0eaa ^ From End index is relative to length instead of length-1 2021-10-26 06:15:36 -07:00
Brian Fiete
fa3198f82a
Merge pull request #1158 from Fusioon/console-clear
Implement Console.Clear
2021-10-25 13:28:03 -07:00
miere43
48845ef80a Return uint32 from COM_IUnknown.AddRef and Release methods 2021-10-25 22:46:45 +03:00
Brian Fiete
38c5bd747e Enumerate through base types, respect .DeclaredOnly 2021-10-25 10:29:04 -07:00
Brian Fiete
20af4e2adc Remove unused ToString 2021-10-24 13:41:33 -07:00
Brian Fiete
14794e5574 IndexRange protection fix 2021-10-24 09:00:24 -07:00
Brian Fiete
66eacca775 Index + range support 2021-10-24 08:36:26 -07:00
Brian Fiete
05a65287d3 System.Index support 2021-10-24 08:24:53 -07:00
Brian Fiete
27fd5552cc Enhanced ranges 2021-10-24 08:12:18 -07:00