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

3908 commits

Author SHA1 Message Date
Brian Fiete
6cfd027362 Fixed double deletion issue with mParamNameMap 2022-07-13 10:48:35 -04:00
Brian Fiete
993053271b Fixed circular ref issue in 'using' field data population 2022-07-13 07:08:17 -04:00
Brian Fiete
32be2ba69c 'using' formatting fix 2022-07-13 07:07:38 -04:00
Brian Fiete
8020f6b9d3 Fixed 'using' protection check, populate circular ref in LookupField 2022-07-13 07:07:14 -04:00
Brian Fiete
9642060e06 Fixed SizedArray move ctor 2022-07-13 07:06:31 -04:00
Brian Fiete
8b1d5efa96 Fix BeefBuild 2022-07-12 06:06:10 -04:00
Brian Fiete
4c2530e227 Serialize IDE collapse state 2022-07-12 05:53:22 -04:00
Brian Fiete
aa58c864f7 Improved constraint check in CastToValue 2022-07-11 10:54:04 -04:00
Brian Fiete
51eaa6276f Fix generic binding in generic mixins 2022-07-11 09:03:28 -04:00
Brian Fiete
627b0381f8 Fix '_' in appended field dtors, fixed implicit-ctor static append 2022-07-11 08:16:57 -04:00
Brian Fiete
d695434add Correctly pass bypassVirtual into AddDeferredCall 2022-07-11 07:51:04 -04:00
Brian Fiete
6816c1e006 Better limit on BeefPerf connection waiting 2022-07-11 07:32:52 -04:00
Brian Fiete
935d5bd340 Allow null conditional on generic param without warning 2022-07-10 16:58:34 -04:00
Brian Fiete
7244150dae Fixed comptime reflection crash with static append fields 2022-07-10 16:52:28 -04:00
Brian Fiete
41a8ffb81e Remove warning on 'using' of field with generic param type 2022-07-10 16:41:19 -04:00
Brian Fiete
727f1b8cbc Fixed parsing of floats with ' separators 2022-07-10 16:35:49 -04:00
Brian Fiete
90de4fd2ea modff failover 2022-07-10 16:10:11 -04:00
Brian Fiete
ee7c057e25 Perform CheckModifyResult in ??= 2022-07-10 15:52:03 -04:00
Brian Fiete
8c24eb9278
Merge pull request #1637 from disarray2077/sv_null
Allow StringView to be created from null
2022-07-10 07:53:50 -04:00
Brian Fiete
03b3ed2cff
Merge pull request #1635 from disarray2077/mp_build
Add /MP to all VS projects
2022-07-10 07:53:12 -04:00
Brian Fiete
450d541292 Added 'using' fields 2022-07-10 07:50:08 -04:00
disarray2077
c33b1a7e5b Allow StringView to be created from null 2022-07-09 13:21:46 -03:00
disarray2077
3eb354f15b Add /MP to all VS projects 2022-07-08 16:23:38 -03:00
Brian Fiete
ff229f385d Properly set mIgnoreWrites in nameof expr 2022-07-08 09:21:22 -04:00
Brian Fiete
dc901b8614
Merge pull request #1634 from disarray2077/ninja_build
Add Ninja as a optional CMake Generator
2022-07-08 08:50:28 -04:00
Brian Fiete
387ddf5251
Merge pull request #1633 from disarray2077/fix_case
Make wildcard matching case insensitive on Windows
2022-07-08 08:49:32 -04:00
disarray2077
986b326c25 Don't use Ninja if the build files weren't generated by Ninja 2022-07-07 22:54:17 -03:00
disarray2077
2bedd687db Add Ninja as a optional CMake Generator
Ninja:
real	2m25.508s
user	9m52.981s
sys	0m32.548s

Without ninja:
real	8m38.425s
user	8m5.723s
sys	0m30.840s
2022-07-07 21:22:08 -03:00
disarray2077
777a75f137 Make wildcard matching case insensitive on Windows 2022-07-06 23:21:50 -03:00
disarray2077
9482c0c1d3 Add missing files 2022-07-06 20:12:38 -03:00
Brian Fiete
69739d9329
Merge pull request #1630 from disarray2077/linux_fixes
Make `GetLocalTimeZoneFromTzFile` not crash and add willdcard check to `BfpFindFileData_CheckFilter`
2022-07-06 13:22:06 -07:00
disarray2077
debcf7eb6c Add willdcard check in BfpFindFileData_CheckFilter 2022-07-06 16:51:14 -03:00
Brian Fiete
7dd2324fcf Added nameof 2022-07-06 12:19:01 -07:00
Brian Fiete
dd0d67cca1
Merge pull request #1631 from disarray2077/draggable_arrow
Make the next statement arrow draggable
2022-07-06 06:43:28 -07:00
Brian Fiete
429cde7cdb
Merge pull request #1629 from disarray2077/fix_toscoped
Also use `c_wchar` in `StringView.ToScopedNativeWChar`
2022-07-06 06:34:24 -07:00
Brian Fiete
77cbd238bf
Merge pull request #1536 from eveningstarinc/hunterbridges/RemoveVAListWorkaround
Remove ToVAListPtr workaround
2022-07-06 06:33:24 -07:00
Brian Fiete
506bb646ac End foreach IEnumerator<T> search when one is found in a type 2022-07-06 06:30:12 -07:00
Brian Fiete
31115d8385 HotTypeData null check in CheckHotMethod 2022-07-06 06:24:14 -07:00
disarray2077
8c15dbcc3e Make the next statement arrow draggable 2022-07-06 00:10:44 -03:00
Brian Fiete
61d4eb8116 Deleted-object fix for MarkAppendedObject 2022-07-05 15:28:34 -07:00
Brian Fiete
7278e090a1 Appended field type population issue fixed, circular ref handled 2022-07-05 13:01:46 -07:00
Brian Fiete
f326df71d9 Fixed ordering of user field dtor and appended field dtor 2022-07-05 10:56:40 -07:00
Brian Fiete
08a63e5b9f Fixed appended field dtor with extensions 2022-07-05 09:24:04 -07:00
Brian Fiete
4d1d972599 Fixes to variable assignment detection 2022-07-05 08:41:16 -07:00
Brian Fiete
5277797d73 Improved variable assignment detection 2022-07-05 08:04:38 -07:00
disarray2077
95bd231444 Return Utc in GetLocalTimeZoneFromTzFile 2022-07-04 23:39:52 -03:00
disarray2077
14b0af7f22 Also use c_wchar in StringView.ToScopedNativeWChar 2022-07-04 23:37:46 -03:00
Brian Fiete
a42e0fad60 Fixed extern generic constraint check for delete 2022-07-04 14:16:31 -07:00
Brian Fiete
cbc4888853 Improvements to multi-extension virtual overrides 2022-07-04 10:21:31 -07:00
Brian Fiete
a27ef9beda Lazy<T>, LazyTLS<T>, thread dtors 2022-07-04 10:20:38 -07:00