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

89 commits

Author SHA1 Message Date
Brian Fiete
8f0ba26dd1 Linux fix 2024-03-16 21:17:53 -04:00
Brian Fiete
ddd9b1b218 Extensive runtime refactor to reduce generated executable sizes 2024-03-16 07:23:29 -04:00
Brian Fiete
ba0ff23e9d Renamed Compress.cpp to Compression.cpp 2023-06-28 16:20:26 -04:00
Brian Fiete
9642060e06 Fixed SizedArray move ctor 2022-07-13 07:06:31 -04:00
Brian Fiete
6816c1e006 Better limit on BeefPerf connection waiting 2022-07-11 07:32:52 -04:00
Brian Fiete
d623c21495 Compiler performance enhancements 2022-05-06 11:28:38 -07:00
Brian Fiete
9860ef1cb3 Fixed dictionary move constructor 2022-04-28 15:01:59 -07:00
Brian Fiete
4d1e14a1c3 Show comptime emits as embedded sourceviews 2022-04-16 06:27:54 -07:00
Brian Fiete
676e7988fb Fixes from valgrind 2022-03-18 18:06:14 -07:00
Brian Fiete
ff2e40e3bf Comptime debugging 2022-03-08 06:27:06 -08:00
Brian Fiete
79e2ff5165 Start of anonymous 'using' field 2022-02-19 07:38:05 -05:00
Brian Fiete
434a7406de Fixed some comptime dependency rebuilding issues with aliases/extensions 2022-02-16 18:28:23 -05:00
Brian Fiete
9e80281d1a Experimental bitfields 2022-02-11 05:49:11 -05:00
Brian Fiete
ce4b6e04de Support for comptime file IO and process creation 2021-12-20 09:39:39 -05:00
Brian Fiete
a1fd8d1397 Improve POD resize speed 2021-12-14 09:51:25 -05:00
Brian Fiete
e29a785fee Compression interface change 2021-12-05 12:08:03 -08:00
Brian Fiete
fbb622e956 Compression support 2021-12-03 14:18:04 -08:00
Brian Fiete
7e1b2c2469 Compress fix 2021-12-03 05:59:25 -08:00
Brian Fiete
61222f8525 Zero-sized compression fixes 2021-12-02 14:43:36 -08:00
Brian Fiete
e6a9e03b62 Val128 + operator 2021-11-29 08:39:06 -08:00
Brian Fiete
ec61583db8 Fixed heap bugs - mostly a major leak 2021-11-26 17:59:58 -08:00
Brian Fiete
345746d34d zlib interface 2021-11-14 18:01:37 -08:00
Brian Fiete
7e36f374e1 Heap fixes 2021-11-05 10:48:45 -07:00
Brian Fiete
6c0b329d57 Fixed test ShouldFail cases 2021-11-03 11:05:31 -07:00
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