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

4506 commits

Author SHA1 Message Date
Brian Fiete
54136f2606 Ignore overflow when hex parsing 2024-02-27 11:01:34 -05:00
Brian Fiete
ccbed1ed01 Minor updates 2024-02-27 11:01:03 -05:00
Brian Fiete
a78ca4f393 MD5 GetHashCode 2024-02-27 11:00:18 -05:00
Brian Fiete
df957137ea Random serialization 2024-02-27 11:00:07 -05:00
Brian Fiete
df807dc275 Adds payload enum payload descriminator value to reflection info 2024-02-27 10:58:48 -05:00
Brian Fiete
3ea36817ff Range<T> now supports non-int ranges 2024-02-27 10:55:02 -05:00
Brian Fiete
47c9305253 Added EnumParser<T> that can parse enums with payloads 2024-02-27 10:54:07 -05:00
Brian Fiete
9ef776a914 Remove invalid assert 2024-02-25 16:43:27 -05:00
Brian Fiete
b609ff68b1 Improve OpenHotPaths 2024-02-25 16:43:16 -05:00
Brian Fiete
59f2451cf9 InsertCharPair fix for start-of-line insertions 2024-02-24 08:54:57 -05:00
Brian Fiete
fa019f03bf Array creation const check 2024-02-24 08:54:32 -05:00
Brian Fiete
c1003cd3e0 Merge branch 'master' of https://github.com/beefytech/Beef 2024-02-22 06:52:36 -05:00
Brian Fiete
a2f5517e5c AddPhiIncoming valueless fix 2024-02-22 06:52:31 -05:00
Brian Fiete
d1134ebfb8 Res_WritePNG 2024-02-22 06:52:19 -05:00
Brian Fiete
c58f327136 Variant TryGet 2024-02-22 06:52:11 -05:00
Brian Fiete
0990537b7e Path.Combine 2024-02-22 06:52:01 -05:00
Brian Fiete
e8ea4e3b2d CopyTo's 2024-02-22 06:51:51 -05:00
Brian Fiete
9ca36030cd More Graphics Rect/Point methods 2024-02-22 06:51:26 -05:00
Brian Fiete
e1bd728326 HSL grayscale NaN fix 2024-02-22 06:50:32 -05:00
Brian Fiete
157db762f5
Merge pull request #1936 from disarray2077/patch-2
Fix Socket constants on Linux
2024-02-18 19:39:11 +01:00
disarray2077
a4e438bca6
Fix Socket constants on Linux 2024-02-18 14:06:21 -03:00
Brian Fiete
df3f7f3d06
Merge pull request #1935 from disarray2077/patch-1
Fix build script when llvm isn't installed
2024-02-17 19:50:31 +01:00
disarray2077
ae6f7fbf8b Fix build script when llvm isn't installed 2024-02-17 15:27:11 -03:00
Brian Fiete
f344ecc7c0
Merge pull request #1934 from disarray2077/linux_prebuilt
Use pre-built LLVM if available (Linux)
2024-02-17 16:44:29 +01:00
disarray2077
ec2d888470 Use pre-built LLVM if available 2024-02-16 19:29:47 -03:00
Brian Fiete
50a8ff4332
Merge pull request #1933 from disarray2077/new_sort
Allow method reference as the Sort comparer
2024-02-16 11:20:43 +01:00
disarray2077
bdd034952a Allow method reference for Sort comparer 2024-02-15 22:26:10 -03:00
Brian Fiete
1c310e1bec Fixed type data population in const append alloc calc for ref type array 2024-02-15 14:27:04 -05:00
Brian Fiete
2cc0afa762 RGB jpeg swap 2024-02-15 14:24:05 -05:00
Brian Fiete
6f8dbefdec Fixed reentrant field layout alignment bug 2024-02-15 08:08:29 -05:00
Brian Fiete
ca1ac7fb4c Fixed ToString of tuples with sized array members 2024-02-14 05:26:03 -05:00
Brian Fiete
34b0dd44a7 Fix delete warnings 2024-02-13 12:33:19 -05:00
Brian Fiete
51321530f1 Properly rebuild BfConstExprValueType structs 2024-02-13 11:09:26 -05:00
Brian Fiete
531afe8941 Linux fix? 2024-02-13 11:09:03 -05:00
Brian Fiete
d341104a57 Cache ConstExpr ToString, fix const arg int comparison in cast 2024-02-13 08:35:10 -05:00
Brian Fiete
337a94b8b5 Avoid putting things like ValueType into Fail types for ValueType.Equals 2024-02-13 08:34:34 -05:00
Brian Fiete
36700b39ab Fixed expandedParamsArray in unspecialized sections 2024-02-13 06:42:06 -05:00
Brian Fiete
b80db38cdc Expanded const generic params to support structs 2024-02-13 06:12:12 -05:00
Brian Fiete
d9de51a019 Properly fill in padding members in innerconst aggs 2024-02-13 06:06:39 -05:00
Brian Fiete
619a711e42 Temporary occasional error fix 2024-02-13 06:05:48 -05:00
Brian Fiete
ba463cc5d6
Merge pull request #1929 from rzuckerm/min-max
Add ability to get min/max value generically for numeric types
2024-02-13 12:04:27 +01:00
Ron Zuckerman
af7ca28707
Add ability to get min/max values for generic floating point 2024-02-09 18:52:32 -06:00
Ron Zuckerman
484b9716db
Add ability to get min/max values for generic int's and uint's 2024-02-08 20:16:29 -06:00
Brian Fiete
6302416e40 Fixed constraints on generic delegates 2024-02-06 06:56:10 -05:00
Brian Fiete
b722614501 Make "Failed to execute" a nice red error 2024-02-04 07:34:29 -05:00
Brian Fiete
ec2602f3b0 GenerateAutocompleteInfo genricParam sanity check in 2024-02-04 07:33:57 -05:00
Brian Fiete
c5f58c34ba Fixed some comment/uncomment issues 2024-02-01 08:18:25 -05:00
Brian Fiete
d0b187a313 Hashcode error fix(hack) 2024-01-26 06:08:39 -05:00
Brian Fiete
7c6a53e59f Image.LoadFromFile fatal error flag 2024-01-26 06:08:17 -05:00
Brian Fiete
88cc8eac96 Expression-bodied ctor printing fix 2024-01-26 06:07:27 -05:00