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

21 commits

Author SHA1 Message Date
Brian Fiete
4a819762e6 Unbuffering stdout 2024-10-22 12:48:14 -04:00
M0N7Y5
81a2f95279 linux build quick fix 2024-08-27 05:48:22 +02:00
Brian Fiete
8052066ab0 Added "Keep Native Console Open" option 2024-07-24 09:41:08 +02:00
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
cb13198609 Improved double ToString 2022-08-25 12:32:51 -07:00
Brian Fiete
a27ef9beda Lazy<T>, LazyTLS<T>, thread dtors 2022-07-04 10:20:38 -07:00
Brian Fiete
1d2811f50d Appended fields 2022-06-27 10:55:31 -07:00
Brian Fiete
470ce96bb9 Improved default float printing, added 'R' roundtrip format 2022-05-24 11:17:23 -07:00
Brian Fiete
9ca48c26f2 Numeric ToString/Parse fixes 2022-02-15 17:28:12 -05:00
Brian Fiete
a7075707fe Made Test.Assert cause fatal error when not in test 2022-02-13 07:41:54 -05:00
Brian Fiete
657a64f59c Added Runtime.AddErrorHandler 2022-02-11 08:12:30 -05:00
Brian Fiete
344b8d0181 Test BreakOnFail fixes for fatal errors 2021-11-03 14:51:06 -07:00
Brian Fiete
6c0b329d57 Fixed test ShouldFail cases 2021-11-03 11:05:31 -07:00
Brian Fiete
20af4e2adc Remove unused ToString 2021-10-24 13:41:33 -07:00
Brian Fiete
78ae79b802 Test improvements (continue after fail, console output, error location) 2020-12-29 09:23:00 -08:00
Brian Fiete
b7b065855d Start of wasm support 2020-08-06 09:24:37 -07:00
Brian Fiete
3883a3674d Added Android support, and generalized target triple support
Added PICLevel, RelocKind
DarwinCommon/LinuxCommon/AndroidCommon merged into PosixCommon
Mangling changed to avoid '@'
2019-10-23 07:12:36 -07:00
Brian Fiete
22ec4a86b8 Initial macOS changes
Many changes are related to fixing warnings
2019-10-14 14:08:29 -07:00
Brian Fiete
09016c8dc0 Bug fixes, installer, [Export]
Fixed a bunch of bugs in aggregate const initializers
Fixed ZIP bugs
Fixed a compilation case where we change protection while reifying a type
Added another project kind - Dynamic Library
Added [Export] for DLL method exporting
Fixed some issues of things being  generated as __NOINLINE incorrectly
Fixed an issue with module extensions with not-yet-demanded on-demand methods
Started adding Installer
2019-08-27 08:04:41 -07:00
Brian Fiete
078564ac9e Initial checkin 2019-08-23 11:56:54 -07:00