Tom Hvitved
|
5d048a9518
|
C#: Drop redundant columns from files and folders relations
|
2021-09-13 09:49:09 +02:00 |
|
Tamás Vajk
|
82f61ca015
|
Merge pull request #6577 from tamasvajk/fix/cil-modified-pointer
C#: Temporarily extract modified pointers as unmodified during CIL ex…
|
2021-09-02 10:48:51 +02:00 |
|
Tamás Vajk
|
e9ff6e8755
|
Merge pull request #6578 from tamasvajk/fix/cil-local-decoding
C#: Handle non-critical exception in CIL local variable extraction
|
2021-09-01 12:52:53 +02:00 |
|
Tamas Vajk
|
b267d26ff8
|
C#: Fix completely broken type argument extraction in NoMetadataHandleType
|
2021-08-31 14:34:27 +02:00 |
|
Tamas Vajk
|
d6ae19c87d
|
C#: Handle non-critical exception in CIL local variable extraction
|
2021-08-31 14:29:53 +02:00 |
|
Tamas Vajk
|
0ba334bb22
|
C#: Temporarily extract modified pointers as unmodified during CIL extraction
|
2021-08-31 14:26:36 +02:00 |
|
Tom Hvitved
|
ca89560849
|
C#: Remove unnecessary !
|
2021-05-07 11:42:53 +02:00 |
|
Tom Hvitved
|
fab8400ecd
|
C#: Escape IDs in TRAP label definitions
|
2021-05-06 19:12:13 +02:00 |
|
Tom Hvitved
|
63686b5c4e
|
C#: Use is [not] null throughout in the extractor
|
2021-03-05 16:28:12 +01:00 |
|
Tamas Vajk
|
bd2b3e72f8
|
C#: Use covariant return for context overrides
|
2021-03-03 14:35:07 +01:00 |
|
Tamas Vajk
|
faf69d65da
|
Fix merge error
|
2021-03-02 09:23:15 +01:00 |
|
Tamas Vajk
|
f2e667173c
|
C#: Add calli IL opcode extraction
|
2021-03-02 09:21:24 +01:00 |
|
Tamas Vajk
|
3e651f14fd
|
C#: Add more well-known enum underlying types
|
2021-02-25 14:57:23 +01:00 |
|
Tamas Vajk
|
841ef9a4ae
|
Make derived 'Context' classes internal and adjust visibility of members in base 'Context'
|
2021-02-24 16:21:19 +01:00 |
|
Tamas Vajk
|
539fdf952a
|
Extend base context in CIL project
|
2021-02-24 16:21:19 +01:00 |
|
Tamas Vajk
|
5fca946678
|
C#: Split 'Context' class between CIL and source extraction
|
2021-02-24 16:21:19 +01:00 |
|
Tamas Vajk
|
a75b952333
|
Fix Type.GetQualifiedName()
|
2021-02-16 09:13:13 +01:00 |
|
Tamas Vajk
|
67289a498f
|
Share entity base classes between CIL and source extraction
|
2021-02-16 09:10:24 +01:00 |
|
Tamas Vajk
|
e7853cc3a0
|
Simplify TypeContainer class
|
2021-02-16 09:10:24 +01:00 |
|
Tamas Vajk
|
67caf3cad0
|
Remove redundant IEntity implemented interface declaration and explit interface member implemenration
|
2021-02-16 09:10:24 +01:00 |
|
Tamas Vajk
|
61e952766c
|
Convert CIL.GenericContext to interface
|
2021-02-16 09:10:24 +01:00 |
|
Tamas Vajk
|
3e2a6fca21
|
C#: Simplify CIL.GenericContext contract
|
2021-02-16 09:10:24 +01:00 |
|
Tamas Vajk
|
6cdec2d30e
|
C#: Remove 'extractor.CreateContext' factory method
|
2021-02-15 10:17:07 +01:00 |
|
Tamas Vajk
|
ce27831b76
|
C#: Fix nullable warnings and some code quality issues
|
2021-02-04 14:43:51 +01:00 |
|
Tamás Vajk
|
e4ed050c87
|
Merge pull request #4970 from tamasvajk/feature/extraction-errors
C#: Fix extraction errors
|
2021-01-26 11:28:39 +01:00 |
|
Tamas Vajk
|
727412b26b
|
Store by-ref type annotation in trap and add tests
|
2021-01-20 15:44:05 +01:00 |
|
Tamas Vajk
|
2804f5cba9
|
Add by-ref, and fix pinned CIL extraction
|
2021-01-20 15:44:05 +01:00 |
|
Tamas Vajk
|
f99bf5755c
|
Merge parameter extraction between methods and function pointers
|
2021-01-20 15:44:05 +01:00 |
|
Tamas Vajk
|
0c213d0926
|
C#: Extract function pointer types from CIL
|
2021-01-20 15:44:05 +01:00 |
|
Tamas Vajk
|
d05d4e22ad
|
C#: Fix namespace extraction of NoMetadataHandleType
|
2021-01-18 16:14:37 +01:00 |
|
Tamas Vajk
|
1b285ee792
|
C#: Hardcode well-known underlying enum types
|
2021-01-18 16:14:37 +01:00 |
|
Tamas Vajk
|
12c28547fc
|
Fix code review findings
|
2021-01-05 15:15:13 +01:00 |
|
Tamas Vajk
|
7662b55ecc
|
C#: Extract init only accessors and custom modifiers
|
2020-12-17 15:43:41 +01:00 |
|
Tamas Vajk
|
1bc65a68df
|
Address PR review comments
|
2020-12-16 16:12:11 +01:00 |
|
Tamas Vajk
|
f50cdf5ac7
|
Add logging to missing underlying enum type
|
2020-12-09 21:04:12 +01:00 |
|
Tamas Vajk
|
8e6e4189b3
|
Add logging to attribute decoding failures
|
2020-12-09 21:04:12 +01:00 |
|
Tamas Vajk
|
db426c1ffe
|
C#: Extract generic types in CIL attribute extraction
|
2020-12-09 21:04:12 +01:00 |
|
Tamas Vajk
|
56eb04fe6d
|
C#: Improve attribute argument (type, enum) decoding in CIL extraction
|
2020-12-09 21:04:12 +01:00 |
|
Tamas Vajk
|
0c0ef772c1
|
Add method to get qualified name of CIL extraction types
|
2020-12-09 21:00:39 +01:00 |
|
Tamas Vajk
|
d270aa2281
|
C#: Extract ID writing logic to separate class
|
2020-12-09 21:00:39 +01:00 |
|
Tamas Vajk
|
fc5f6c5203
|
C#: Fix ID of TypeReferenceType for top level classes
|
2020-12-09 21:00:39 +01:00 |
|
Tamas Vajk
|
332a64a6ca
|
Fix erroneous refactorings
|
2020-12-09 21:00:39 +01:00 |
|
Tamas Vajk
|
151379edd8
|
C#: Cleanup CIL extraction 'Type' classes
|
2020-12-09 21:00:39 +01:00 |
|
Tamás Vajk
|
6dd0234b68
|
Apply suggestions from code review
Co-authored-by: Tom Hvitved <hvitved@github.com>
|
2020-12-08 16:40:29 +01:00 |
|
Tamas Vajk
|
6b3010e3e6
|
C#: Extract enum underlying type from IL
|
2020-12-08 16:40:29 +01:00 |
|
Tamás Vajk
|
cbcae667a8
|
Apply suggestions from code review
Co-authored-by: Tom Hvitved <hvitved@github.com>
|
2020-12-08 15:23:13 +01:00 |
|
Tamas Vajk
|
d140b0121a
|
C#: Improve array argument CIL extraction for attributes
|
2020-12-02 16:51:45 +01:00 |
|
Tamas Vajk
|
9ab930f812
|
C#: Remove marker interfaces from CIL extraction
|
2020-12-01 16:06:13 +01:00 |
|
Tamas Vajk
|
df28544020
|
C#: Separate all classes to dedicated files in CIL extractor
|
2020-12-01 15:20:02 +01:00 |
|
Tamás Vajk
|
59d9be48a7
|
Merge pull request #4438 from tamasvajk/feature/ast-fixes
C#: Fixes for AST printing
|
2020-10-28 14:52:24 +01:00 |
|