Ryujinx-GtkSharp/Source/Tools/GapiCodegen
Andrii Kurdiumov 50b87a49d4
Fix bunch of warnings from code analysis (#321)
Warnings produced complain that re-throw did not properly capture stack trace.
Given that these rethrow just to please compiler, I think it is better fix that.
2022-01-26 21:17:28 +01:00
..
AliasGen.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
ArrayParameter.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
BoxedGen.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
ByRefGen.cs Update based on PR feedback 2021-07-21 00:24:49 +06:00
CallbackGen.cs Fix bunch of warnings from code analysis (#321) 2022-01-26 21:17:28 +01:00
ChildProperty.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
ClassBase.cs Update based on PR feedback 2021-07-21 00:24:49 +06:00
ClassField.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
ClassGen.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
CodeGenerator.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
Constant.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
ConstFilenameGen.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
ConstStringGen.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
Ctor.cs Revert "Attempt minimal changes to obtain proper disposing." 2021-01-24 19:55:17 +01:00
DefaultSignalHandler.cs Update based on PR feedback 2021-07-21 00:24:49 +06:00
EnumGen.cs Improve library loading code 2019-11-04 21:02:36 +01:00
FieldBase.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
GapiCodegen.csproj Update to .NET 6 (#315) 2022-01-25 19:24:27 +01:00
GenBase.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
GenerationInfo.cs Address PR feedback 2021-07-22 19:40:38 +06:00
GObjectVM.cs Use Marshal.GetFunctionPointerForDelegate<T> (#301) 2022-01-25 19:46:06 +01:00
HandleBase.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
IAccessor.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
IGeneratable.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
IManualMarshaler.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
InterfaceGen.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
InterfaceVM.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
IOwnable.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
LogWriter.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
LPGen.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
LPUGen.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
ManagedCallString.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
ManualGen.cs Update based on PR feedback 2021-07-21 00:24:49 +06:00
MarshalGen.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
Method.cs Improve library loading code 2019-11-04 21:02:36 +01:00
MethodABIField.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
MethodBase.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
MethodBody.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
NativeStructGen.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
ObjectBase.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
ObjectField.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
ObjectGen.cs AbiStructExtension.BaseOverride: introduce an Extension to find the first overriden method in a base-class, even if a overriden class doesn't override the base class & change to GapiCodegen to use this extension 2020-04-06 22:31:10 +02:00
OpaqueGen.cs Updating access modifier to public. 2020-02-17 15:47:14 +00:00
Options.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
OwnableGen.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
Parameter.cs Update based on PR feedback 2021-07-21 00:24:49 +06:00
Parameters.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
Parser.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
Property.cs Support style properties 2021-02-06 20:27:25 +03:00
PropertyBase.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
ReturnValue.cs Reduce usage of Type (#323) 2022-01-26 21:15:18 +01:00
Signal.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
Signature.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
SimpleBase.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
SimpleGen.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
Statistics.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
StructABIField.cs Make usage of Marshal.OffsetOf AOT friendly 2021-08-15 20:27:58 +06:00
StructBase.cs Update based on PR feedback 2021-07-21 00:24:49 +06:00
StructField.cs Update based on PR feedback 2021-07-21 00:24:49 +06:00
StructGen.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
SymbolTable.cs Update based on PR feedback 2021-07-21 00:24:49 +06:00
UnionABIField.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
UnionGen.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
VirtualMethod.cs Fix bunch of warnings from code analysis (#321) 2022-01-26 21:17:28 +01:00
VMSignature.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00
XmlElementExtensions.cs Fix file permissions, how did this happen? 2018-02-26 23:03:31 +01:00