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

449 commits

Author SHA1 Message Date
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
fusion
d162718c54 Implement Console.Clear 2021-10-11 01:44:44 +02:00
Brian Fiete
7e75a24807 Allow passing in memory list 2021-10-04 09:41:48 -07:00
Brian Fiete
ce21b8d542 Proper MemMove 2021-09-20 06:38:08 -07:00
Brian Fiete
9158002a42 Properly truncate files 2021-09-15 11:18:32 -07:00
Brian Fiete
88c4b2a818 Fix for string Length-setting (trim-only) assert 2021-09-06 07:17:33 -07:00
Brian Fiete
0d64d35ced
Merge pull request #1138 from damianday/patch-5
Update Socket.bf
2021-08-29 06:15:21 -07:00
Brian Fiete
2cfa017e32 32-bit fix 2021-08-27 10:47:29 -07:00
Brian Fiete
0536a6c733 Improved enumeration speed, api improvements 2021-08-27 10:07:41 -07:00
Brian Fiete
0cdfff4898 Chunked string reading 2021-08-27 10:06:52 -07:00
Brian Fiete
8495edb5f0 Improved hash bits usage 2021-08-27 10:06:32 -07:00
Damian Day
3ce62c2d22
Update Socket.bf
Allow specifying winsock version.
Added Uninit to cleanup winsock.

These are useful for other network libraries to reuse.
2021-08-17 01:24:42 +01:00
Brian Fiete
3cd94cbc8e
Merge pull request #1130 from disarray2077/fix_ide_textwrites
Fix issues with the methods for writing files
2021-08-02 11:01:50 -07:00
Brian Fiete
5755b91f2f
Merge pull request #1128 from disarray2077/paramed_trim
Add Trim with char parameter to String/StringView
2021-08-02 10:52:57 -07:00
Brian Fiete
912f5ecfc5
Merge pull request #1127 from disarray2077/fix_sv_startswith
Add Startswith & Endswith char32 overload to StringView
2021-08-02 10:51:30 -07:00
disarray2077
4061d4b58e Add Startswith & Endswith char32 overload for StringView 2021-08-01 18:47:46 -03:00
disarray2077
b3a3e25de9 Add Trim with char parameter 2021-08-01 18:43:19 -03:00
disarray2077
ba8e816e14 Fix a error propagation issue in BufferedStream 2021-08-01 17:44:23 -03:00
disarray2077
06fe5a98c6 Implement FileStream SetLength 2021-08-01 17:38:30 -03:00
disarray2077
4bd3cc641d Add SeekUnderlying to FileStream 2021-08-01 17:37:37 -03:00
disarray2077
a71962a5a8 Fix File OpenOrCreate 2021-08-01 17:30:40 -03:00
disarray2077
3a1c0a3452 Change some file writes to UnbufferedFileStream 2021-08-01 17:29:01 -03:00
disarray2077
6b976e0d1b Return error on event unsubscribe failure 2021-08-01 14:38:09 -03:00
Brian Fiete
3fd6b5a111 Reversed ranges (ie: for (int i in (0 ..< count).Reversed)) 2021-07-21 10:13:26 -07:00
Brian Fiete
465050b81d Ranges (ie: for (int a in 0..<count) for (int i in 1…10)) 2021-07-21 07:48:37 -07:00
Brian Fiete
e561a26695 More trivial inlines 2021-07-21 07:43:11 -07:00
Brian Fiete
c10565678e Reflection support for method param attributes, return attributes 2021-07-06 10:55:38 -07:00
Brian Fiete
961e71c62a Exposed system handle for FileStream 2021-07-03 05:29:50 -07:00
Brian Fiete
1efdb334b4 Scientific notation support 2021-07-02 11:20:51 -07:00
Brian Fiete
bcdf652b99
Merge pull request #1083 from disarray2077/dict_enumerator_remove
Add Remove method to Dictionary Enumerators
2021-06-25 06:13:58 -07:00
disarray2077
ce894beaa9 Update Enumerator version when removing key 2021-06-24 20:19:47 -03:00
disarray2077
709997feb1 Add Remove method to Dictionary Enumerators 2021-06-24 20:04:56 -03:00
disarray2077
36c72e794e Actually, allow Spans to be created from null Arrays 2021-06-24 19:22:22 -03:00
disarray2077
607cca1431 Allow null array to be implictly casted to Span 2021-06-24 19:02:07 -03:00