Brian Fiete
|
a5b032cc39
|
Fixed New Class generator with empty namespace
|
2025-02-22 11:22:49 -08:00 |
|
Brian Fiete
|
7182e167a8
|
Merge remote-tracking branch 'origin/master'
|
2025-02-22 09:56:44 -08:00 |
|
Brian Fiete
|
5feb0c044b
|
'not case' expression, case variable scope change
|
2025-02-22 09:56:39 -08:00 |
|
disarray2077
|
ad22d71e21
|
Set focus to class name when opening Class Generator
|
2025-02-18 20:26:01 -03:00 |
|
Brian Fiete
|
6dc9aeb104
|
More BF_RUNTIME_DISABLE fixes
|
2025-02-18 09:51:16 -08:00 |
|
Brian Fiete
|
375fb2807f
|
BF_RUNTIME_DISABLE improvements
|
2025-02-18 09:26:34 -08:00 |
|
Brian Fiete
|
04ebd9a738
|
AppendF null fix
|
2025-02-18 09:15:44 -08:00 |
|
Brian Fiete
|
575e6b439c
|
More 'if (Compiler.IsComptime)' protections
|
2025-02-18 08:49:20 -08:00 |
|
Brian Fiete
|
66d3581911
|
Inference of tuple 'params T`
|
2025-02-18 07:56:02 -08:00 |
|
Brian Fiete
|
421cace017
|
Expanding support for params in delegates, params tuple support
|
2025-02-16 11:36:14 -08:00 |
|
Brian Fiete
|
5b23020140
|
Allow 'DisableChecks' to remove append dtor check
|
2025-01-29 06:54:09 -08:00 |
|
Brian Fiete
|
9baf0ead21
|
Support for marking append-allocated objects (mHasAppendWantMark)
|
2025-01-28 14:49:15 -08:00 |
|
Brian Fiete
|
9ae172c43f
|
Win32 hashcode fix
|
2025-01-27 09:53:54 -08:00 |
|
Brian Fiete
|
161d9dc540
|
Added ZeroGap to AllowAppend
|
2025-01-27 09:17:45 -08:00 |
|
Brian Fiete
|
67f8e45c55
|
System.Pointer ToString fix
|
2025-01-21 08:46:03 -08:00 |
|
Brian Fiete
|
c511773dad
|
Added typeof_comptime const type
|
2025-01-19 12:40:50 -08:00 |
|
Brian Fiete
|
c21be1eea1
|
Implemented IsBackground. Added GC.Disable
|
2025-01-18 17:40:48 -08:00 |
|
Brian Fiete
|
822b899a7d
|
NoShow for IsDeleted
|
2025-01-18 09:31:38 -08:00 |
|
Brian Fiete
|
efbc7699c9
|
NoRT fix
|
2025-01-17 11:53:05 -08:00 |
|
Brian Fiete
|
609aef0b0f
|
Removed AlwaysIncludeTarget from StaticHook
|
2025-01-17 11:44:33 -08:00 |
|
Brian Fiete
|
11b136f6d1
|
Type.ToString -> comptype(id)
|
2025-01-17 11:02:54 -08:00 |
|
Brian Fiete
|
1de07d0ee4
|
Static init priority changes, Platform hooking
|
2025-01-17 10:17:19 -08:00 |
|
Brian Fiete
|
e478462487
|
LibraryLoadCallback
|
2025-01-17 10:16:03 -08:00 |
|
Brian Fiete
|
2131d97756
|
Updated type - with base type dynamically handled
|
2025-01-16 07:48:31 -08:00 |
|
Brian Fiete
|
c7ff2ea3f4
|
Proper constraint for alloctype(T) : delete
|
2025-01-16 07:46:56 -08:00 |
|
Brian Fiete
|
25eb2a13a3
|
Added a Type.TypeDeclarations
|
2025-01-14 17:49:39 -08:00 |
|
Brian Fiete
|
9d1ad28323
|
Void hashable, fixes zero or one element enum hashing
|
2025-01-14 13:10:20 -08:00 |
|
Brian Fiete
|
215fafac74
|
Merge pull request #2092 from Starpelly/console-reset-color-fix
Fix Console.ResetColor() not actually applying the original colors when called.
|
2025-01-14 12:59:34 -08:00 |
|
Brian Fiete
|
851dda7f74
|
Merge pull request #2090 from m910q/integer-tostring-optimize
Avoid recalc of string length in integer ToString()
|
2025-01-14 12:59:11 -08:00 |
|
Brian Fiete
|
e30972d3af
|
Added reflected TypeDeclaration support for comptime
|
2025-01-14 10:16:46 -08:00 |
|
Braedon Lewis
|
c76ace98f1
|
Update Console.bf
|
2025-01-14 09:48:08 -05:00 |
|
ESH
|
954858701f
|
Integer ToString no longer need zeroed buffer
|
2025-01-13 20:30:03 +01:00 |
|
ESH
|
84b2f22846
|
Avoid recalc of string length in integer ToString
|
2025-01-13 20:17:04 +01:00 |
|
Brian Fiete
|
3bafa11da9
|
GetValueReference<T>
|
2025-01-10 07:05:23 -08:00 |
|
Brian Fiete
|
5d46641e39
|
String fixes
|
2024-12-31 14:32:26 -08:00 |
|
Brian Fiete
|
73d0499c5d
|
Switched to StringView for some args, params Span instead of array
|
2024-12-31 14:25:04 -08:00 |
|
Brian Fiete
|
6e1eaf63e8
|
Deprecating StackStringFormat
|
2024-12-31 14:15:12 -08:00 |
|
Brian Fiete
|
1484a5f53c
|
Improved debugger side effect handling, auto refresh options
|
2024-12-31 13:17:53 -08:00 |
|
Hunter Bridges
|
4105df1853
|
Add additional check for !BF_CRT_DISABLE when conditionally defining System.MinRuntime
|
2024-12-16 16:00:25 -08:00 |
|
Brian Fiete
|
549c9c7d17
|
Dynamic cast fix with hotswap enabled but no obj flag or leak check
|
2024-12-11 17:45:49 -08:00 |
|
Brian Fiete
|
abb4778187
|
Fixed some references to CheckAssertError during comptime
|
2024-12-02 12:15:01 -05:00 |
|
Brian Fiete
|
ac67046afc
|
Fixed IDE "Find on Stack" functionality
|
2024-11-20 11:32:56 -05:00 |
|
Brian Fiete
|
9ca3fbd0dd
|
Expose function pointer of MethodInfo
|
2024-11-19 08:23:30 -05:00 |
|
Brian Fiete
|
09c909567c
|
AllocTyped fix when leak check is disabled
|
2024-11-06 12:38:20 -05:00 |
|
Brian Fiete
|
f2ee292969
|
ITypedAllocator fix
|
2024-11-06 11:01:22 -05:00 |
|
Brian Fiete
|
2c630a5ba9
|
Added 'CopyToTarget' command
|
2024-10-30 12:34:17 -04:00 |
|
Brian Fiete
|
cb1e3ec49f
|
Copy fixup
|
2024-10-30 07:26:29 -04:00 |
|
Jannis
|
63d5bc07b5
|
Add Directory.Copy
|
2024-10-29 22:37:38 +00:00 |
|
Brian Fiete
|
d46cc8d015
|
Fix sort
|
2024-10-29 14:35:12 -04:00 |
|
Brian Fiete
|
74294567e7
|
Harden softer against invalid comparers
|
2024-10-29 12:34:26 -04:00 |
|