Brian Fiete
|
328f489324
|
Made global composite typedefs no longer split per-project
|
2020-07-16 08:04:25 -07:00 |
|
Brian Fiete
|
8a5b674216
|
Merge pull request #421 from JamesOrson/BEEF-420_Add-missing-hinstance-field
Add hinstance field to INTERNAL_windows_wminfo in SDL2 library
|
2020-07-16 06:12:42 -07:00 |
|
Brian Fiete
|
37fc1a08e1
|
Fix for globals namespace conflicting with extension name
|
2020-07-15 15:32:06 -07:00 |
|
James Orson
|
3086806e03
|
Add hinstance field to INTERNAL_windows_wminfo in SDL2 library
|
2020-07-15 11:40:06 -07:00 |
|
Brian Fiete
|
0dab815f08
|
Fixed comma-separated fields with initializers
|
2020-07-15 11:39:43 -07:00 |
|
Brian Fiete
|
50ce821417
|
Fixed project removal issue
|
2020-07-15 11:39:43 -07:00 |
|
Brian Fiete
|
4fd722f386
|
Fixed Linux interop issue
|
2020-07-15 11:39:43 -07:00 |
|
Brian Fiete
|
8f742301b7
|
Made dot-constructors work with nullables
|
2020-07-15 11:39:43 -07:00 |
|
Brian Fiete
|
1f192ef97c
|
Fixed 'UP' scancode
|
2020-07-15 11:39:43 -07:00 |
|
Brian Fiete
|
1aa18100de
|
Fixed typealias circular reference issue
|
2020-07-15 11:39:43 -07:00 |
|
Brian Fiete
|
f6a61e6571
|
Fixed drawing issue with long docs
|
2020-07-15 11:39:43 -07:00 |
|
Brian Fiete
|
65ee0c7dda
|
Added reflect method filters
|
2020-07-15 11:39:43 -07:00 |
|
Brian Fiete
|
eeccb4ad6f
|
Added ToString
|
2020-07-15 11:39:43 -07:00 |
|
Brian Fiete
|
aae3e558fe
|
Fixed getScope call in FatalError
|
2020-07-15 11:39:43 -07:00 |
|
Brian Fiete
|
e7181d1746
|
Improved errors
|
2020-07-15 11:39:43 -07:00 |
|
Brian Fiete
|
27956f396a
|
Fixed BeExtractValueConstant::GetType
|
2020-07-15 11:39:43 -07:00 |
|
Brian Fiete
|
5321d829a2
|
Fixed issues with global var addresses in const arrays
|
2020-07-15 11:39:43 -07:00 |
|
Brian Fiete
|
2d045efa9e
|
Fixed double-printing with types derived from typed primitives
|
2020-07-15 11:39:43 -07:00 |
|
James Orson
|
af3463fafb
|
Make VkInstance and VkSurfaceKHR public
|
2020-07-15 11:39:43 -07:00 |
|
Brian Fiete
|
952d784b5a
|
Fixed const evaluation for const bool Type properties
|
2020-07-15 11:39:43 -07:00 |
|
Brian Fiete
|
c3c9b84165
|
Fixed object calls on functions (ie: GCMarkMembers)
|
2020-07-15 11:39:43 -07:00 |
|
Brian Fiete
|
62a28e46be
|
Fixed issue with splat locals named 'alias'
|
2020-07-15 11:39:43 -07:00 |
|
Brian Fiete
|
665f88650a
|
Additional debug information during crash
|
2020-07-15 11:39:43 -07:00 |
|
Brian Fiete
|
37d6ccbc7d
|
Added reflection category to distinct build options (wip)
|
2020-07-15 11:39:43 -07:00 |
|
Brian Fiete
|
bcae8ee27f
|
Fixed leak checking for >1 stack trace depth
|
2020-07-15 11:39:43 -07:00 |
|
Brian Fiete
|
599bcf3452
|
Remove test file
|
2020-07-15 11:39:43 -07:00 |
|
Brian Fiete
|
ac40bbd12c
|
Fixed some ToString issues
|
2020-07-15 11:39:43 -07:00 |
|
JamesOrson
|
5f3329e121
|
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-15 11:39:43 -07:00 |
|
Brian Fiete
|
43187e233a
|
Fixed mangle collision with mut/non-mut
|
2020-07-15 11:39:43 -07:00 |
|
Brian Fiete
|
0c916aafdf
|
Fixed function/delegate mangling issue
|
2020-07-15 11:39:43 -07:00 |
|
Brian Fiete
|
a2047f444d
|
Fixed mixins with property results
|
2020-07-15 08:52:35 -07:00 |
|
Brian Fiete
|
02c1db0beb
|
Fixed comma-separated fields with initializers
|
2020-07-15 07:34:55 -07:00 |
|
Brian Fiete
|
78d63fd494
|
Fixed project removal issue
|
2020-07-15 06:59:46 -07:00 |
|
Brian Fiete
|
0e6a001091
|
Fixed Linux interop issue
|
2020-07-15 06:28:41 -07:00 |
|
Brian Fiete
|
3c40f80f6d
|
Made dot-constructors work with nullables
|
2020-07-14 11:05:01 -07:00 |
|
Brian Fiete
|
73de7b1fd0
|
Fixed 'UP' scancode
|
2020-07-14 10:51:37 -07:00 |
|
Brian Fiete
|
6232de0aaa
|
Fixed typealias circular reference issue
|
2020-07-14 10:51:19 -07:00 |
|
Brian Fiete
|
b1af9de159
|
Fixed drawing issue with long docs
|
2020-07-14 09:33:51 -07:00 |
|
Brian Fiete
|
f9c0f2a311
|
Added reflect method filters
|
2020-07-14 08:27:25 -07:00 |
|
Brian Fiete
|
f566daacea
|
Added ToString
|
2020-07-14 08:26:38 -07:00 |
|
Brian Fiete
|
e3d48c6842
|
Fixed getScope call in FatalError
|
2020-07-14 04:53:01 -07:00 |
|
Brian Fiete
|
d3bfc731ef
|
Improved errors
|
2020-07-13 09:55:16 -07:00 |
|
Brian Fiete
|
a69217e296
|
Fixed BeExtractValueConstant::GetType
|
2020-07-13 09:10:06 -07:00 |
|
Brian Fiete
|
b30a72719c
|
Fixed issues with global var addresses in const arrays
|
2020-07-13 08:51:02 -07:00 |
|
Brian Fiete
|
52af512b4f
|
Merge remote-tracking branch 'origin/master'
|
2020-07-13 05:08:59 -07:00 |
|
Brian Fiete
|
7caea60e29
|
Fixed double-printing with types derived from typed primitives
|
2020-07-13 05:08:50 -07:00 |
|
Brian Fiete
|
81fe917790
|
Merge pull request #416 from JamesOrson/BEEF-415_VkInstance-and-VkSurfaceKHR-need-to-be-public
Make VkInstance and VkSurfaceKHR public
|
2020-07-13 05:04:46 -07:00 |
|
James Orson
|
b6b714473c
|
Make VkInstance and VkSurfaceKHR public
|
2020-07-12 19:53:26 -07:00 |
|
Brian Fiete
|
1b04880178
|
Fixed const evaluation for const bool Type properties
|
2020-07-12 08:25:05 -07:00 |
|
Brian Fiete
|
82597ca889
|
Fixed object calls on functions (ie: GCMarkMembers)
|
2020-07-12 06:28:22 -07:00 |
|