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

5140 commits

Author SHA1 Message Date
Brian Fiete
fa015e314d Terminal handle fix 2024-07-25 08:28:50 +02:00
Brian Fiete
8052066ab0 Added "Keep Native Console Open" option 2024-07-24 09:41:08 +02:00
Brian Fiete
fd3bd861ae Fixed mixin within block expression 2024-07-24 07:03:52 +02:00
Brian Fiete
2250411276 Fixed console scrolling 2024-07-23 15:13:53 +02:00
Brian Fiete
b0b85b7b43 For for 'in' with unqualified dot constructor 2024-07-23 13:39:16 +02:00
Brian Fiete
62a171c649 Zero-sized alloc fix 2024-07-23 13:21:01 +02:00
Brian Fiete
9209511cd7 Console fixes 2024-07-23 11:51:47 +02:00
Brian Fiete
ac718dde19 Add BeefCon to build.bat 2024-07-23 10:38:41 +02:00
Brian Fiete
c8ae91c703
Merge pull request #2000 from fhornung/master
Update PosixCommon.cpp to prevent token error
2024-07-23 00:58:34 -07:00
Franjo Hornung
18143fd8de
Update PosixCommon.cpp to prevent token error
Fixed error: expected unqualified-id before ‘{’ token
2024-07-23 00:24:59 -07:00
Brian Fiete
ba2430c855 Merge branch 'master' of https://github.com/beefytech/Beef 2024-07-23 07:56:31 +02:00
Brian Fiete
20a8e3327c Embedded console / terminal support 2024-07-23 07:56:23 +02:00
Brian Fiete
60817eec48 Respect GetCaretBlinkTime 2024-07-20 17:53:53 +02:00
Brian Fiete
4768cd8f42
Merge pull request #1998 from M0n7y5/master
Update CMakeLists.txt
2024-07-20 03:09:14 -07:00
Brian Fiete
186c2125fa Initial console support 2024-07-19 10:31:33 +02:00
M0N7Y5
a66a9a1acb
Update CMakeLists.txt
Fixed LLVM link issues
2024-07-18 13:35:49 +02:00
Brian Fiete
45a5978611 Move windows terminal option 2024-07-16 15:04:15 +02:00
Brian Fiete
6849184cbf Open Containing Folder UI tweak. Fix. 2024-07-16 14:46:51 +02:00
Brian Fiete
82ca5f0209
Merge pull request #1996 from Booklordofthedings/master
Added an open in terminal dialogue
2024-07-16 05:42:13 -07:00
Booklordofthedings
e36542d128 changed default console to windows console 2024-07-16 14:36:06 +02:00
Jannis
bb168e3270
Update SettingsDialog.bf 2024-07-16 12:07:18 +00:00
Jannis
00c7ff24e7
Update Settings.bf 2024-07-16 12:06:32 +00:00
Booklordofthedings
8f7287b3dc Added an open in terminal dialogue 2024-07-16 12:49:15 +02:00
Brian Fiete
efb1a9c350
Merge pull request #1994 from fhornung/master
Update CMakeLists.txt
2024-07-02 22:10:11 -07:00
Franjo Hornung
6645213edd
Update CMakeLists.txt
In order to prevent the following:

CMake Error at IDEHelper/CMakeLists.txt:186 (add_library):
  Target "IDEHelper" links to item "-lLLVM-18 " which has leading or trailing
  whitespace.  This is now an error according to policy CMP0004.

Noticed on Arch Linux.
2024-07-02 20:57:30 -07:00
Brian Fiete
c5098cb28b Kludge to fix spacing in formatting of failed parses 2024-06-30 11:12:44 +02:00
Brian Fiete
91ec99e1ba Soft errors for directory methods with disabled runtime 2024-06-30 10:22:10 +02:00
Brian Fiete
6038c9cd63
Merge pull request #1982 from disarray2077/patch-5
Implement IRefEnumerator<T*> in HashSet Enumerator
2024-06-29 23:57:31 -07:00
Brian Fiete
e4df1d99fa
Merge pull request #1977 from disarray2077/patch-3
Consider 'params' for DelegateBind method matching
2024-06-29 23:56:36 -07:00
Brian Fiete
d1ce5f0415 Fixed reentrancy issue while assigning enum case indices 2024-06-30 08:21:27 +02:00
Brian Fiete
3ff7fd86af Fixed accidental field instance copy 2024-06-30 08:20:55 +02:00
Brian Fiete
fe6d5fa16f Expanded detection of unqualified-dot-attempt in arguments 2024-06-29 16:03:05 +02:00
Brian Fiete
ded495a07b Prefer 'out' to 'ref' for method selection 2024-06-26 08:44:26 +02:00
Brian Fiete
7767df89dc PlayChannel linkname fix 2024-06-24 16:51:46 +02:00
Brian Fiete
570f79c9ca Disable incremental linking for IDEHelper 2024-06-18 12:51:32 +02:00
Brian Fiete
c77c7beabd Added out version of TryGetValue 2024-06-17 06:32:36 +02:00
Brian Fiete
0054299049
Merge pull request #1988 from flying-dude/pull_request2
linux: reduce build warnings
2024-06-06 20:50:47 -07:00
flying-dude
3cce232442
upgrade cmake min version 2024-06-04 09:15:30 +02:00
flying-dude
6d386d1638
guard against redefinition compile errors 2024-06-04 09:15:19 +02:00
Brian Fiete
677dc9ec88
Merge pull request #1985 from jayrulez/patch-1
Use https for nightly release link
2024-05-25 10:18:00 -04:00
Robert Campbell
e336eeb7a5
Use https for nightly release link 2024-05-23 17:13:28 -04:00
Brian Fiete
9e61cdf75d SetCurrentDebugLocation debug check 2024-05-21 09:55:09 -04:00
Brian Fiete
7f480846ed DbgGetCurrentLocation failover 2024-05-21 09:53:37 -04:00
Brian Fiete
715e2dcaf9 CreateMemSet const protection 2024-05-21 09:53:19 -04:00
Brian Fiete
48a988ff70
Merge pull request #1979 from disarray2077/patch-4
Fix MethodMatcher::CompareMethods
2024-05-19 14:56:16 -04:00
disarray2077
c64dc37d61
Implement IRefEnumerator<T> in HashSet Enumerator 2024-05-17 15:17:51 -03:00
Brian Fiete
78549fa364 Removed .so copying 2024-05-17 12:41:05 -04:00
Brian Fiete
bea1de42fa c++ 17 update 2024-05-17 12:08:02 -04:00
Brian Fiete
ae0a8cef23 BeefBoot LLVM update 2024-05-17 12:04:45 -04:00
Brian Fiete
665b071094 Use BeefDep0.zip 2024-05-17 11:39:50 -04:00