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

584 commits

Author SHA1 Message Date
Brian Fiete
1ca01864bb Fixed some alignment differences between LLVM and BeefBE 2020-04-03 10:34:26 -07:00
Brian Fiete
0ae14f5a5d Fixed forceLink awareness of inlines 2020-04-02 10:08:13 -07:00
Brian Fiete
625e495291 Added FMOD lib 2020-04-02 08:57:48 -07:00
Brian Fiete
79acc766fd Added GetCurEnum 2020-04-02 08:57:15 -07:00
Brian Fiete
bb59aa3162 Disabled custom attributes when boxed 2020-04-02 08:57:00 -07:00
Brian Fiete
67dadf34e5 Fixed array lookup 2020-04-02 08:56:45 -07:00
Brian Fiete
ca814fe695 Fix for new function/delegate casting 2020-03-31 11:35:09 -07:00
Brian Fiete
384863ae32 SDL2 with LIBS moved out of LinkFlags 2020-03-31 07:57:11 -07:00
Brian Fiete
de6a68911a New function/delegate casting rules, similar to tuple rules 2020-03-31 07:46:01 -07:00
Brian Fiete
c62dbdf811 Fixed LinkName 2020-03-30 14:09:02 -07:00
Brian Fiete
2f144ee19b Added Additional Lib Paths, renamed Link Dependencies 2020-03-30 14:08:51 -07:00
Brian Fiete
954613fe0c Removed internal 2020-03-30 14:08:15 -07:00
Brian Fiete
7014320916 Fixed MouseUp 2020-03-30 12:17:38 -07:00
Brian Fiete
757464db3e Fixed popup location clipping 2020-03-30 12:17:24 -07:00
Brian Fiete
d635b8e67f Adjusted autocomplete window position 2020-03-30 11:58:42 -07:00
Brian Fiete
a3020720c9 Fixed unqualified static lookups in mixins 2020-03-30 11:13:24 -07:00
Brian Fiete
9933e4a353 Fixed inlined file positions 2020-03-30 09:53:44 -07:00
Brian Fiete
385fa6dbb5 More scaling fixes, frameless combo box for status bar 2020-03-30 07:28:04 -07:00
Brian Fiete
990d092274 Fixed more scaling issues 2020-03-29 10:17:28 -07:00
Brian Fiete
d9a820f5a1 Scale fixes 2020-03-28 14:27:36 -07:00
Brian Fiete
863009f329 Added Clean Cmds 2020-03-28 14:27:22 -07:00
Brian Fiete
1caaec9b56 Scale fixes 2020-03-28 14:26:59 -07:00
Brian Fiete
56e3077338 Removing ValidateBreakpoints 2020-03-28 14:26:36 -07:00
Brian Fiete
076931cf3b Working on wrapping for formatter 2020-03-28 14:26:14 -07:00
Brian Fiete
edcdb3bbb1 Added StringView iteration 2020-03-27 08:28:57 -07:00
Brian Fiete
6f975686f7 Fixed autocomplete crash with a generic delegate invocation 2020-03-27 08:28:27 -07:00
Brian Fiete
0720b9ad1a Fixed dependency issue with type lookups 2020-03-27 06:47:26 -07:00
Brian Fiete
9a5308b19e
Merge pull request #103 from damianday/spelling
Spelling
2020-03-27 05:38:53 -07:00
Damian Day
e78ebca9cc Spelling 2020-03-27 11:16:18 +00:00
Brian Fiete
24dd60933b Fixed LastPlatform issue when platform options were default 2020-03-26 07:04:00 -07:00
Brian Fiete
55a8c12a7c Merge remote-tracking branch 'origin/master' 2020-03-26 05:52:27 -07:00
Brian Fiete
bedc989425
Merge pull request #100 from damianday/master
Fix #97
2020-03-26 05:52:19 -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
761870e357 Merge remote-tracking branch 'origin/master' 2020-03-25 17:19:31 -07: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
118f819cc3 Document formatted 2020-03-25 11:57:51 -07:00
Brian Fiete
19e53801f1 Enhanced Write/WriteLine 2020-03-25 09:17:53 -07:00
Brian Fiete
dde6a56a03 Added uninitialized ctors: this(?), base(?) 2020-03-25 09:17:34 -07:00
Brian Fiete
48e752e95f
Merge pull request #94 from HydrogenC/wln-addition
More Write and WriteLine overloads
2020-03-25 07:17:35 -07:00
ExMatics HydrogenC
6afce5b179
Add universal Write and WriteLine with no params 2020-03-25 21:57:49 +08:00
ExMatics HydrogenC
15eebce64a
Add universal WriteLine 2020-03-25 21:50:34 +08:00
Brian Fiete
0facfb8c29 Fixed formatting issues with properties and destructors 2020-03-25 06:28:10 -07:00
Brian Fiete
dab667ec92 Added Encode without a range check 2020-03-25 06:27:26 -07:00
Brian Fiete
b5815927ef Faster Append(char32) 2020-03-25 06:26:59 -07:00
Brian Fiete
2f78063927 Added Quick Info key 2020-03-24 15:26:32 -07:00
Brian Fiete
9bd71299d9 Fixed 'case' for pointer to enums 2020-03-24 15:25:43 -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
598765d437 Fixed LTO error in ResolveOnly 2020-03-24 07:21:20 -07:00
Brian Fiete
b8437bc67c Critical fix- function inlining was broken 2020-03-24 07:09:29 -07:00