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

32 commits

Author SHA1 Message Date
Brian Fiete
840a60697d Added string addition 2020-12-24 11:32:19 -08:00
Brian Fiete
3f6eae6bfc Added some Commutable attributes 2020-12-04 07:45:42 -08:00
Brian Fiete
701abe3af7 Fixed off-by-one with string split 2020-12-02 13:22:50 -08:00
Brian Fiete
518583ef00 StringView comparison 2020-11-22 07:55:46 -08:00
Brian Fiete
7f0de2d53d Removed old testing code 2020-09-04 08:58:44 -07:00
Brian Fiete
4369e07a55 Warn on deprecated brace initializer syntax 2020-08-29 07:26:22 -07:00
Brian Fiete
b89e036a6f Removed unnecessary [Friend] attributes 2020-08-16 08:34:31 -07:00
Brian Fiete
99989d5472 Deprecating IOp* interfaces 2020-08-10 13:27:48 -07:00
Brian Fiete
0c946de3ca Added RefType, changed how CRepr types are represented 2020-07-02 11:05:17 -07:00
Damian Day
d17b016397 IndexOfAny
Implemented IndexOfAny for String and StringView.
2020-05-26 20:04:06 +01:00
Jean-Sébastien Nadeau
c145a98561
Update String.bf 2020-05-05 12:07:58 -04:00
Brian Fiete
d5073e810c Reworked ref enumerators to support non-pointer refs 2020-05-01 16:29:12 -07:00
Brian Fiete
dbd9b32e3f Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
Brian Fiete
c84da66758 Added StringView.StartWith(char) 2020-04-14 11:38:34 -07: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
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
14ac27c977 Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
Brian Fiete
2ed6a9a94b Corlib fixes 2020-02-05 17:07:47 -08:00
Brian Fiete
a669d13c42 Removed "this." from mixin 2020-01-24 11:51:44 -08:00
Brian Fiete
fd64aa64d9 Made implicit tuple cast check names, fixed explicit tuple cast 2020-01-24 10:36:22 -08:00
Brian Fiete
1f77412536 Modified StartWith/EndsWith char32 version 2020-01-24 06:02:53 -08:00
subuzero
edceaadc21 Added StartsWith(char32) & EndsWith(char32). 2020-01-24 00:25:01 +05:30
Brian Fiete
293387e41f Style matching 2020-01-22 12:37:59 -08:00
razvan.stefanescu
9c833d53bb Added String.StartsWith(char8) 2020-01-22 10:56:52 +02:00
Brian Fiete
39b7309dd5 Fixed method selection when we have append args 2020-01-15 08:31:34 -08:00
Brian Fiete
33edbd18bb Changing System.Runtime namespace 2019-12-11 12:53:02 -08:00
Brian Fiete
becd673914 Property [Inline] changes, large container/string fixes, reload fixes 2019-12-09 10:28:56 -08:00
Brian Fiete
c531ade968 Fixed large allocation issues 2019-12-05 06:51:11 -08:00
Brian Fiete
7dbfd15292 Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Renamed from BeefLibs/corlib/src/System/String.bf (Browse further)