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

65 commits

Author SHA1 Message Date
Brian Fiete
e3db26004b Heap fix 2021-06-24 06:59:29 -07:00
Brian Fiete
39c140f44a Additional 3d support 2021-05-25 10:57:22 -04:00
Brian Fiete
f26df6c86b Additional 3d support 2021-05-12 07:24:29 -04:00
Brian Fiete
7772041ea1 More ctors 2021-05-12 07:08:52 -04:00
Brian Fiete
ad7c628715 GetSafeRef 2021-05-12 07:08:41 -04:00
Brian Fiete
8e9d7ed4c4 Lost changes 2021-02-25 10:14:22 -08:00
Brian Fiete
61f54a4f88 Comptime math and bug fixes 2021-01-26 06:33:23 -08:00
Brian Fiete
f665388e91 Expanded const aggregate compatibility 2021-01-18 14:09:16 -08:00
Brian Fiete
d557e11dad Warning fix 2021-01-13 09:24:26 -08:00
Brian Fiete
fa65029dfa Fixed false signature change with multiple extensions 2020-12-31 09:56:51 -08:00
Brian Fiete
08e3f9155e Linux fixes 2020-12-23 12:32:24 -08:00
Brian Fiete
ff1f8aff3f Initial const eval feature release 2020-12-23 08:53:38 -08:00
Brian Fiete
be929c3626 ConstEval updates, better const struct support 2020-12-22 04:50:37 -08:00
Brian Fiete
9b80c26d0a More const eval progress 2020-12-19 14:19:33 -08:00
Brian Fiete
6bb363fb4b CTFE updates, including heap support 2020-12-17 04:51:05 -08:00
Brian Fiete
52a441f486 Linux fixes 2020-12-14 09:24:45 -08:00
Brian Fiete
350516fae3 Added GrowUninitialized 2020-12-13 08:02:31 -08:00
Brian Fiete
506d9868fa VS2019 fixes 2020-11-18 09:14:51 -08:00
Brian Fiete
b28a87136f Extended autocomplete info 2020-10-08 09:41:05 -07:00
Brian Fiete
1b171d5b20 Warning fixes 2020-09-18 05:12:51 -07:00
Brian Fiete
0783fd3318 Made stack space configurable 2020-08-10 14:45:29 -07:00
JamesOrson
e76becf4c6 Remove unnecessary delete statements
If a value is null, the C++ delete statement will do nothing, so there is bo need to explicitly check if the value is null.
2020-07-10 16:36:14 -07:00
Brian Fiete
7bd29b5b69 Fixed issue choose 'int unknown' overload over generic method 2020-05-29 16:10:16 -07:00
Brian Fiete
1097619f48 Support for null chars in rawString view 2020-05-28 10:06:07 -07:00
bfiete
6b46904510 Working on Linux fixes 2020-05-21 06:58:26 -07:00
Brian Fiete
4472449cc4 Allows for stack base to change 2020-05-16 10:07:17 -07:00
Brian Fiete
2ac6b339b2 Fixed memory leaks 2020-05-14 14:56:25 -07:00
Brian Fiete
8709c92f22 Mac fixes 2020-04-16 00:14:25 -07:00
Brian Fiete
b1a96fe001 Linux fix 2020-04-03 16:16:02 -07:00
Brian Fiete
aaccaa97e2 Fixed crash related to global var alignment 2020-04-03 12:32:42 -07:00
Brian Fiete
edcdb3bbb1 Added StringView iteration 2020-03-27 08:28:57 -07:00
Brian Fiete
61468d818f Added MD5 file hashes to Beef 2020-03-23 12:07:05 -07:00
Brian Fiete
2fdb6ddff6 Fixed multimap support 2020-03-15 06:07:21 -07:00
Brian Fiete
d2d48302de Support for multi-dictionary methods 2020-03-14 16:27:58 -07:00
Brian Fiete
6f4680cb88 Increase stack size 2020-03-09 08:42:34 -07:00
Brian Fiete
41cb0052b2 String fix 2020-02-25 10:40:28 -08:00
Brian Fiete
a7ee9fde07 Added StringView for char 2020-02-24 09:58:24 -08:00
Brian Fiete
468b5e292d Changed to single alloc 2020-02-13 07:53:32 -08:00
Brian Fiete
0c7597fe60 Single allocation for dictionary data instead of two 2020-02-01 11:42:57 -08:00
Brian Fiete
430829c57a Removing some AutoPerfs 2020-01-31 17:16:44 -08:00
Brian Fiete
4dcd7f9c6a Fixed constExprs with ints, hover for enum values, _ for enums 2019-12-24 13:13:04 -08:00
Brian Fiete
42452fe09c Deferred Import dynamic/static check, fix calling convention 2019-12-21 05:44:01 -08:00
Brian Fiete
ad9075d1aa Improved Win32 debugging 2019-11-30 13:28:40 -08:00
Brian Fiete
bcc7de66d9 Launch args, auto generate startup code, additional locking detection 2019-11-28 09:12:49 -08:00
Brian Fiete
68151e69ca Test fix, linux fix 2019-11-19 13:36:51 -08:00
Brian Fiete
098ad1ce55 Optimizations, switching CanImplicitlyCast method, new CPU rate checker 2019-11-19 09:58:35 -08:00
Brian Fiete
305d61f083 Linux fixes 2019-11-07 16:18:05 -08:00
Brian Fiete
9c9bfdc6d4 GC marking in addr order for cache, improved reporting 2019-11-07 10:01:23 -08:00
Brian Fiete
a26427392f Made string hashing more robust
We need to ensure that mixing in "AB" and then "C" is distinct from "A" and then "BC" - so we mix in the length ahead
2019-11-02 06:14:38 -07:00
Brian Fiete
9f3fded709 Apple fixes 2019-10-29 05:01:04 -07:00