Brian Fiete
|
9f4a75dba3
|
Fixed boxed type dtor
|
2021-12-16 08:26:33 -05:00 |
|
Brian Fiete
|
7b65f8887e
|
Fixed autocomplete stack overflow
|
2021-12-16 08:00:20 -05:00 |
|
Brian Fiete
|
224a17e669
|
Fixed ability to view huge (>2GB) spans
|
2021-12-16 07:49:39 -05:00 |
|
Brian Fiete
|
2932fceae4
|
Allow boxed types to utilize comptime methods
|
2021-12-16 07:28:03 -05:00 |
|
Brian Fiete
|
8bc5d09787
|
Error text fix
|
2021-12-15 17:06:43 -05:00 |
|
Brian Fiete
|
ec8d666356
|
MethodToString fix
|
2021-12-15 16:39:41 -05:00 |
|
Brian Fiete
|
a2a97a8e5f
|
Fixed issue detaching editdata when resetting ui
|
2021-12-15 16:24:30 -05:00 |
|
Brian Fiete
|
ae186433cc
|
Negative zero fix
|
2021-12-15 14:41:30 -05:00 |
|
Brian Fiete
|
a3b761ab26
|
Fixes for literal overflow detection
|
2021-12-15 12:17:20 -05:00 |
|
Brian Fiete
|
6a95cbb3b8
|
Diallow mut mismatch on function bind
|
2021-12-15 10:48:42 -05:00 |
|
Brian Fiete
|
ba9d99fa76
|
Merge pull request #1279 from disarray2077/patch-1
Allow underline in generated file name
|
2021-12-15 09:55:23 -05:00 |
|
disarray2077
|
53312a35f3
|
Allow underline in generated file name
|
2021-12-15 11:41:02 -03:00 |
|
Brian Fiete
|
bb6c59e39e
|
Disallowed cast from func constraint to void* or delegate to object
|
2021-12-15 08:42:11 -05:00 |
|
Brian Fiete
|
7b58863563
|
Merge pull request #996 from EinScott/bufstream-fixes
more buffered stream stuff
|
2021-12-15 07:19:25 -05:00 |
|
Brian Fiete
|
798c259e53
|
Spelling fix
|
2021-12-14 14:33:12 -05:00 |
|
Brian Fiete
|
c59fac571a
|
Fixed issue with ref to an opaque type
|
2021-12-14 12:35:42 -05:00 |
|
Brian Fiete
|
fd098f3e96
|
Removed 'comptime evaluation canceled' error
|
2021-12-14 11:41:11 -05:00 |
|
Brian Fiete
|
f85a4317fc
|
Fixed invalid underlying enum type error
|
2021-12-14 11:26:24 -05:00 |
|
Brian Fiete
|
8623f8f7e5
|
Removed buttons during regen
|
2021-12-14 11:13:51 -05:00 |
|
Brian Fiete
|
cf7c5c3869
|
Merge pull request #1276 from disarray2077/patch-1
Optimize the remove method of dictionary enumerator
|
2021-12-14 10:58:13 -05:00 |
|
Brian Fiete
|
5c08c3716c
|
Invalid assert removed
|
2021-12-14 10:46:27 -05:00 |
|
disarray2077
|
a32dad3740
|
Optimize the remove method of dictionary enumerator
|
2021-12-14 12:21:53 -03:00 |
|
Brian Fiete
|
f92c3d1424
|
Reduced _imp symbols for methods that may become unreified
|
2021-12-14 09:54:22 -05:00 |
|
Brian Fiete
|
e871bd6ace
|
Fixed erroneous char ptr const generation
|
2021-12-14 09:53:43 -05:00 |
|
Brian Fiete
|
31af480c92
|
Increase member chunk size to avoid linker crash
|
2021-12-14 09:52:37 -05:00 |
|
Brian Fiete
|
a1fd8d1397
|
Improve POD resize speed
|
2021-12-14 09:51:25 -05:00 |
|
Brian Fiete
|
2fded5ab0c
|
Merge pull request #1274 from disarray2077/patch-4
Fix folder renaming
|
2021-12-13 09:06:47 -05:00 |
|
disarray2077
|
c545e4ed37
|
Fix folder renaming
|
2021-12-13 10:36:31 -03:00 |
|
Brian Fiete
|
902c038227
|
Merge pull request #1273 from EinScott/generate-dialog
file generation dropdown changes, dialog fix
|
2021-12-13 08:33:42 -05:00 |
|
EinBurgbauer
|
506f5b7d5d
|
file generation dropdown changes, dialog fix
|
2021-12-12 13:10:30 +01:00 |
|
Brian Fiete
|
d0f0834463
|
Fix null check
|
2021-12-11 16:21:37 -08:00 |
|
Brian Fiete
|
187fe8c4a5
|
More null checks
|
2021-12-11 13:01:22 -08:00 |
|
Brian Fiete
|
9517b3a9d5
|
AssertErrorState null check fix
|
2021-12-11 12:48:51 -08:00 |
|
Brian Fiete
|
06d896330d
|
Fixed processing error of sized array with size containing local variables
|
2021-12-11 12:27:53 -08:00 |
|
Brian Fiete
|
cb6f88b047
|
Minlib fix
|
2021-12-11 10:49:12 -08:00 |
|
Brian Fiete
|
d57e790a9a
|
Formatting fixes - lambda dtor, space before comments
|
2021-12-11 10:46:21 -08:00 |
|
Brian Fiete
|
bc996ca471
|
Change label
|
2021-12-11 10:45:40 -08:00 |
|
Brian Fiete
|
f17ed3c749
|
Fix for clicking OK button
|
2021-12-11 10:02:15 -08:00 |
|
Brian Fiete
|
9210f2f925
|
Static init fix
|
2021-12-11 09:47:42 -08:00 |
|
Brian Fiete
|
73099e4a04
|
Code generator support
|
2021-12-11 09:08:42 -08:00 |
|
EinBurgbauer
|
e13f194c6f
|
make BufferedFileStream act like UnbufferedFileStream
|
2021-12-09 20:04:17 +01:00 |
|
EinBurgbauer
|
32966b79a6
|
buffered stream seek accepts everything by default + fromEnd fix
|
2021-12-09 19:46:52 +01:00 |
|
EinBurgbauer
|
92738418eb
|
Merge branch 'master' into bufstream-fixes
|
2021-12-09 16:13:29 +01:00 |
|
Brian Fiete
|
195c705a46
|
Fix for channel allocation error
|
2021-12-07 21:41:11 -08:00 |
|
Brian Fiete
|
6cecbd6c92
|
Property field dtor formatting
|
2021-12-07 10:33:43 -08:00 |
|
Brian Fiete
|
09bf85ad0e
|
Improved performance with lots of raw leaks displayed
|
2021-12-06 12:35:13 -08:00 |
|
Brian Fiete
|
6cf0152d99
|
Fixed append mangle early exit
|
2021-12-06 11:51:37 -08:00 |
|
Brian Fiete
|
ff54f3ce9c
|
Fixed issue with global variable as sized array size
|
2021-12-06 11:39:19 -08:00 |
|
Brian Fiete
|
df94a61f48
|
Insert index fix
|
2021-12-06 10:28:00 -08:00 |
|
Brian Fiete
|
9f57be150e
|
Merge pull request #1252 from blat-blatnik/OpenTabsOnRight
[IDE] Added setting to open new tabs on right instead of left
|
2021-12-06 09:39:49 -08:00 |
|