Skip to content

Commit

Permalink
Athens 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeus64 committed Dec 13, 2023
1 parent b13a6ef commit ab0d82e
Show file tree
Hide file tree
Showing 7 changed files with 84 additions and 84 deletions.
8 changes: 4 additions & 4 deletions Source/Alcinoe.Common.pas
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ TALWorkerThread = class(TThread)

TALPointDType = array [0..1] of Double;

{~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~}
{~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~}
{$IFNDEF ALCompilerVersionSupported120}
{$MESSAGE WARN 'Check if System.Types.TPointf still having the same implementation and adjust the IFDEF'}
{$IFEND}
Expand Down Expand Up @@ -256,7 +256,7 @@ TALPointD = record
Y: Double;);
end;

{~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~}
{~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~}
{$IFNDEF ALCompilerVersionSupported120}
{$MESSAGE WARN 'Check if System.Types.TSizef still having the same implementation and adjust the IFDEF'}
{$IFEND}
Expand Down Expand Up @@ -295,7 +295,7 @@ TALSizeD = record
property Height: Double read cy write cy;
end;

{~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~}
{~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~}
{$IFNDEF ALCompilerVersionSupported120}
{$MESSAGE WARN 'Check if System.Types.TRectf still having the same implementation and adjust the IFDEF'}
{$IFEND}
Expand Down Expand Up @@ -444,7 +444,7 @@ TALRectD = record
1: (TopLeft, BottomRight: TALPointD);
end;

{~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~}
{~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~}
{$IFNDEF ALCompilerVersionSupported120}
{$MESSAGE WARN 'Check if functions below implemented in System.Types still having the same implementation and adjust the IFDEF'}
{$IFEND}
Expand Down
2 changes: 1 addition & 1 deletion Source/Alcinoe.FMX.Graphics.pas
Original file line number Diff line number Diff line change
Expand Up @@ -7541,7 +7541,7 @@ procedure ALGradientEvaluateCallback(info: Pointer; inData: PCGFloat; outData: P
end;
{$ENDIF}

{**********************************}
{*************************************}
{$IFNDEF ALCompilerVersionSupported120}
{$MESSAGE WARN 'Check if FMX.Objects.GetDrawingShapeRectAndSetThickness still have the same implementation and adjust the IFDEF'}
{$ENDIF}
Expand Down
18 changes: 9 additions & 9 deletions Source/Alcinoe.FMX.Types3D.pas
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ TALCanvas420YpCbCr8PlanarColorAdjustEffectTextureMaterial = class(TALCanvas420
property ShaderVariables: TALColorAdjustShaderVariables read fShaderVariables;
end;

{**********************************}
{*************************************}
{$IFNDEF ALCompilerVersionSupported120}
{$MESSAGE WARN 'Check if FMX.Types3D.TTexture still has the exact same fields and adjust the IFDEF'}
{$ENDIF}
Expand Down Expand Up @@ -296,7 +296,7 @@ class function TALTexture.getDef420YpCbCr8PlanarMaterial: TALCanvas420YpCbCr8Pla

end;

{**********************************}
{*************************************}
{$IFNDEF ALCompilerVersionSupported120}
{$MESSAGE WARN 'Check if FMX.Types3D.TTexture.assign is still having the same implementation as in previous version and adjust the IFDEF'}
{$ENDIF}
Expand Down Expand Up @@ -484,7 +484,7 @@ destructor TALPlanarTexture.Destroy;
inherited;
end;

{**********************************}
{*************************************}
{$IFNDEF ALCompilerVersionSupported120}
{$MESSAGE WARN 'Check if FMX.Context.GLES.TCustomContextOpenGL.DoInitializeTexture still has the same implementation and adjust the IFDEF'}
{$ENDIF}
Expand Down Expand Up @@ -531,7 +531,7 @@ procedure ALInitializeExternalOESTexture(const Texture: TALTexture);
end;
{$ENDIF}

{**********************************}
{*************************************}
{$IFNDEF ALCompilerVersionSupported120}
{$MESSAGE WARN 'Check if FMX.Materials.Canvas.TCanvasTextureMaterial.DoInitialize is still having the same implementation as in previous version and adjust the IFDEF'}
{$ENDIF}
Expand Down Expand Up @@ -805,7 +805,7 @@ procedure TALCanvasExternalOESColorAdjustEffectTextureMaterial.DoApply(const Con
fshaderVariables.UpdateContext(Context);
end;

{**********************************}
{*************************************}
{$IFNDEF ALCompilerVersionSupported120}
{$MESSAGE WARN 'Check if FMX.Materials.Canvas.TCanvasTextureMaterial.DoInitialize is still having the same implementation as in previous version and adjust the IFDEF'}
{$ENDIF}
Expand Down Expand Up @@ -1082,7 +1082,7 @@ procedure TALCanvas420YpCbCr8BiPlanarVideoRangeTextureMaterial.DoApply(const Con
Context.SetShaderVariable('texture1', CbCrTexture);
end;

{**********************************}
{*************************************}
{$IFNDEF ALCompilerVersionSupported120}
{$MESSAGE WARN 'Check if FMX.Materials.Canvas.TCanvasTextureMaterial.DoInitialize is still having the same implementation as in previous version and adjust the IFDEF'}
{$ENDIF}
Expand Down Expand Up @@ -1374,7 +1374,7 @@ procedure TALCanvas420YpCbCr8BiPlanarVideoRangeColorAdjustEffectTextureMaterial.
fshaderVariables.UpdateContext(Context);
end;

{**********************************}
{*************************************}
{$IFNDEF ALCompilerVersionSupported120}
{$MESSAGE WARN 'Check if FMX.Materials.Canvas.TCanvasTextureMaterial.DoInitialize is still having the same implementation as in previous version and adjust the IFDEF'}
{$ENDIF}
Expand Down Expand Up @@ -1677,7 +1677,7 @@ procedure TALCanvas420YpCbCr8PlanarTextureMaterial.DoApply(const Context: TConte
Context.SetShaderVariable('texture2', CrTexture);
end;

{**********************************}
{*************************************}
{$IFNDEF ALCompilerVersionSupported120}
{$MESSAGE WARN 'Check if FMX.Materials.Canvas.TCanvasTextureMaterial.DoInitialize is still having the same implementation as in previous version and adjust the IFDEF'}
{$ENDIF}
Expand Down Expand Up @@ -1972,7 +1972,7 @@ procedure TALCanvas420YpCbCr8PlanarColorAdjustEffectTextureMaterial.DoApply(cons
fshaderVariables.UpdateContext(Context);
end;

{**********************************}
{*************************************}
{$IFNDEF ALCompilerVersionSupported120}
{$MESSAGE WARN 'Check if FMX.Materials.Canvas.TCanvasTextureMaterial.DoInitialize is still having the same implementation as in previous version and adjust the IFDEF'}
{$ENDIF}
Expand Down
2 changes: 1 addition & 1 deletion Source/Alcinoe.FMX.WebRTC.pas
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ constructor TALWebRTC.Create(const aIceServers: TALWebRTCIceServers; const aPeer
{$REGION ' IOS'}
{$IF defined(ios)}

{~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~}
{~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~}
{$IFNDEF ALCompilerVersionSupported120}
{$MESSAGE WARN 'Check if FMX.Context.GLES.TCustomContextOpenGL.DoInitializeTexture still has the same implementation and adjust the IFDEF'}
{$ENDIF}
Expand Down
20 changes: 10 additions & 10 deletions Source/Alcinoe.RTTI.pas
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ implementation
ALBooleanIdentsA: array [Boolean] of AnsiString = ('False', 'True');
ALBooleanIdentsW: array [Boolean] of String = ('False', 'True');

{**********************************}
{*************************************}
{$IFNDEF ALCompilerVersionSupported120}
{$MESSAGE WARN 'Check if System.TypInfo.AfterString is still the same and adjust the IFDEF'}
{$IFEND}
Expand All @@ -671,7 +671,7 @@ function ALAfterString(const P: PByte): Pointer; inline;
Result := P + P^ + 1;
end;

{**********************************}
{*************************************}
{$IFNDEF ALCompilerVersionSupported120}
{$MESSAGE WARN 'Check if System.TypInfo.GetEnumName(TypeInfo: PTypeInfo; Value: Integer... is still the same and adjust the IFDEF'}
{$IFEND}
Expand Down Expand Up @@ -733,7 +733,7 @@ function ALGetEnumNameW(PropInfo: PPropInfo; Value: Integer): string;
result := System.TypInfo.GetEnumName(PropInfo^.PropType^, Value);
end;

{**********************************}
{*************************************}
{$IFNDEF ALCompilerVersionSupported120}
{$MESSAGE WARN 'Check if System.TypInfo.GetEnumNameValue(TypeInfo: PTypeInfo... is still the same and adjust the IFDEF'}
{$IFEND}
Expand Down Expand Up @@ -776,7 +776,7 @@ function ALGetEnumNameValue(TypeInfo: PTypeInfo; const Name: AnsiString): Intege
Result := -1;
end;

{**********************************}
{*************************************}
{$IFNDEF ALCompilerVersionSupported120}
{$MESSAGE WARN 'Check if System.TypInfo.GetEnumValue(TypeInfo: PTypeInfo... is still the same and adjust the IFDEF'}
{$IFEND}
Expand Down Expand Up @@ -815,7 +815,7 @@ function ALTryGetEnumValue(PropInfo: PPropInfo; const Name: ansistring; Var Enum
result := ALTryGetEnumValue(PropInfo^.PropType^, Name, EnumValue);
end;

{**********************************}
{*************************************}
{$IFNDEF ALCompilerVersionSupported120}
{$MESSAGE WARN 'Check if System.TypInfo.GetEnumNameValue(TypeInfo: PTypeInfo... is still the same and adjust the IFDEF'}
{$IFEND}
Expand Down Expand Up @@ -856,7 +856,7 @@ function ALGetEnumNameValue(TypeInfo: PTypeInfo; const Name: String): Integer; o
Result := -1;
end;

{**********************************}
{*************************************}
{$IFNDEF ALCompilerVersionSupported120}
{$MESSAGE WARN 'Check if System.TypInfo.GetEnumValue(TypeInfo: PTypeInfo... is still the same and adjust the IFDEF'}
{$IFEND}
Expand Down Expand Up @@ -929,7 +929,7 @@ function ALGetEnumValue(PropInfo: PPropInfo; const Name: string): Integer;
TLargestSet = set of byte;
PLargestSet = ^TLargestSet;

{**********************************}
{*************************************}
{$IFNDEF ALCompilerVersionSupported120}
{$MESSAGE WARN 'Check if System.TypInfo.SetToString(TypeInfo: PTypeInfo; Value: Integer... is still the same and adjust the IFDEF'}
{$IFEND}
Expand Down Expand Up @@ -967,7 +967,7 @@ function ALSetToStringA(TypeInfo: PTypeInfo; Value: Integer; const Brackets: Boo
Result := '[' + Result + ']';
end;

{**********************************}
{*************************************}
{$IFNDEF ALCompilerVersionSupported120}
{$MESSAGE WARN 'Check if System.TypInfo.SetToString(PropInfo: PPropInfo; Value: Integer... is still the same and adjust the IFDEF'}
{$IFEND}
Expand All @@ -988,7 +988,7 @@ function ALSetToStringW(PropInfo: PPropInfo; Value: Integer; const Brackets: Boo
System.TypInfo.SetToString(PropInfo, Value, Brackets);
end;

{**********************************}
{*************************************}
{$IFNDEF ALCompilerVersionSupported120}
{$MESSAGE WARN 'Check if System.TypInfo.StringToSet(TypeInfo: PTypeInfo; const Value: string)... is still the same and adjust the IFDEF'}
{$IFEND}
Expand Down Expand Up @@ -1063,7 +1063,7 @@ function ALTryStringToSet(PropInfo: PPropInfo; const Value: ansistring; Var SetI
result := ALTryStringToSet(PropInfo^.PropType^, Value, SetInt);
end;

{**********************************}
{*************************************}
{$IFNDEF ALCompilerVersionSupported120}
{$MESSAGE WARN 'Check if System.TypInfo.StringToSet(TypeInfo: PTypeInfo; const Value: string)... is still the same and adjust the IFDEF'}
{$IFEND}
Expand Down
2 changes: 1 addition & 1 deletion Source/Alcinoe.StringList.pas
Original file line number Diff line number Diff line change
Expand Up @@ -4954,7 +4954,7 @@ constructor TALHashedStringListA.Create(OwnsObjects: Boolean; ACapacity: Integer

type

{**********************************}
{*************************************}
{$IFNDEF ALCompilerVersionSupported120}
{$MESSAGE WARN 'Check if System.Generics.Collections.TObjectDictionary<K,V> was not updated and adjust the IFDEF'}
{$ENDIF}
Expand Down
Loading

0 comments on commit ab0d82e

Please sign in to comment.