Skip to content

Commit 1549470

Browse files
FIX: Revert folderstructures
1 parent c326b52 commit 1549470

18 files changed

+10
-294
lines changed

make.ps1

-93
This file was deleted.

make.sh

-62
This file was deleted.

src/npoll/npoll.lpi renamed to npoll/npoll.lpi

+1-65
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<Flags>
88
<MainUnitHasCreateFormStatements Value="False"/>
99
<MainUnitHasTitleStatement Value="False"/>
10-
<MainUnitHasScaledStatement Value="False"/>
1110
<CompatibilityMode Value="True"/>
1211
</Flags>
1312
<SessionStorage Value="InProjectDir"/>
@@ -18,71 +17,8 @@
1817
<i18n>
1918
<EnableI18N LFM="False"/>
2019
</i18n>
21-
<BuildModes Count="3">
20+
<BuildModes Count="1">
2221
<Item1 Name="Default" Default="True"/>
23-
<Item2 Name="Debug">
24-
<CompilerOptions>
25-
<Version Value="11"/>
26-
<PathDelim Value="\"/>
27-
<Target>
28-
<Filename Value="npoll"/>
29-
</Target>
30-
<SearchPaths>
31-
<IncludeFiles Value="$(ProjOutDir);.."/>
32-
<OtherUnitFiles Value="..\..\..\DatenSteuerung;.."/>
33-
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
34-
</SearchPaths>
35-
<Parsing>
36-
<SyntaxOptions>
37-
<IncludeAssertionCode Value="True"/>
38-
</SyntaxOptions>
39-
</Parsing>
40-
<CodeGeneration>
41-
<Checks>
42-
<IOChecks Value="True"/>
43-
<RangeChecks Value="True"/>
44-
<OverflowChecks Value="True"/>
45-
<StackChecks Value="True"/>
46-
</Checks>
47-
<VerifyObjMethodCallValidity Value="True"/>
48-
</CodeGeneration>
49-
<Linking>
50-
<Debugging>
51-
<DebugInfoType Value="dsDwarf3"/>
52-
<UseHeaptrc Value="True"/>
53-
<TrashVariables Value="True"/>
54-
<UseExternalDbgSyms Value="True"/>
55-
</Debugging>
56-
</Linking>
57-
</CompilerOptions>
58-
</Item2>
59-
<Item3 Name="Release">
60-
<CompilerOptions>
61-
<Version Value="11"/>
62-
<PathDelim Value="\"/>
63-
<Target>
64-
<Filename Value="npoll"/>
65-
</Target>
66-
<SearchPaths>
67-
<IncludeFiles Value="$(ProjOutDir);.."/>
68-
<OtherUnitFiles Value="..\..\..\DatenSteuerung;.."/>
69-
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
70-
</SearchPaths>
71-
<CodeGeneration>
72-
<SmartLinkUnit Value="True"/>
73-
<Optimizations>
74-
<OptimizationLevel Value="3"/>
75-
</Optimizations>
76-
</CodeGeneration>
77-
<Linking>
78-
<Debugging>
79-
<GenerateDebugInfo Value="False"/>
80-
<RunWithoutDebug Value="True"/>
81-
</Debugging>
82-
<LinkSmart Value="True"/>
83-
</Linking>
84-
</CompilerOptions>
85-
</Item3>
8622
</BuildModes>
8723
<PublishOptions>
8824
<Version Value="2"/>
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/npush/ulogger.pas renamed to npoll/ulogger.pas

+4-4
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
*
9090
*(4) Error = [llError, llCritical, llFatal]
9191
* Ein Error Log, ist ein Fehler, welcher die Ausführung negativ
92-
* beeinflusst aber nicht zum Absturz führt. Z.B. Fehlen einer
93-
* kompletten Konfigurationsdatei, das Programm kann eingeschränkt weiter genutzt werden.
92+
* beeinflusst aber nicht zum Absturz führt.
93+
* z.B.: Fehlen einer kompletten Konfigurationsdatei, das Programm kann eingeschränkt weiter genutzt werden.
9494
*
9595
*(5)Critical = [llCritical, llFatal]
9696
* Ein Kritischer Log, ist ein Fataler Fehler, welcher aber eine
@@ -127,7 +127,7 @@
127127
* begin
128128
* Log('Dummy', llTrace);
129129
* ..
130-
* { Vor jedem "Halt", muss auch LogLeave stehen }
130+
* { Vor jedem "Halt"/ "Exit", muss auch LogLeave stehen }
131131
*
132132
* LogLeave;
133133
* end;
@@ -280,7 +280,7 @@
280280
* Die Implementierung ist nicht vollständig, Erkennt aber ob die Konvertierung
281281
* Fehlgeschlagen ist, wenn dem so ist, dann result := -1
282282
*)
283-
283+
// TODO: Diese Funktion hier könnte auch durch die "ScanDateTime" routine aus dateutil ersetzt werden.
284284
Function StrToDateTimeFormat(Input, Format: String): TDateTime;
285285
Var
286286
y, m, d, h, n, s, z: String;
File renamed without changes.

src/npush/npush.lpi renamed to npush/npush.lpi

+1-65
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
<Flags>
88
<MainUnitHasCreateFormStatements Value="False"/>
99
<MainUnitHasTitleStatement Value="False"/>
10-
<MainUnitHasScaledStatement Value="False"/>
1110
<CompatibilityMode Value="True"/>
1211
</Flags>
1312
<SessionStorage Value="InProjectDir"/>
@@ -18,71 +17,8 @@
1817
<i18n>
1918
<EnableI18N LFM="False"/>
2019
</i18n>
21-
<BuildModes Count="3">
20+
<BuildModes Count="1">
2221
<Item1 Name="Default" Default="True"/>
23-
<Item2 Name="Debug">
24-
<CompilerOptions>
25-
<Version Value="11"/>
26-
<PathDelim Value="\"/>
27-
<Target>
28-
<Filename Value="npush"/>
29-
</Target>
30-
<SearchPaths>
31-
<IncludeFiles Value="$(ProjOutDir);.."/>
32-
<OtherUnitFiles Value="..\..\..\DatenSteuerung;..\..;.."/>
33-
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
34-
</SearchPaths>
35-
<Parsing>
36-
<SyntaxOptions>
37-
<IncludeAssertionCode Value="True"/>
38-
</SyntaxOptions>
39-
</Parsing>
40-
<CodeGeneration>
41-
<Checks>
42-
<IOChecks Value="True"/>
43-
<RangeChecks Value="True"/>
44-
<OverflowChecks Value="True"/>
45-
<StackChecks Value="True"/>
46-
</Checks>
47-
<VerifyObjMethodCallValidity Value="True"/>
48-
</CodeGeneration>
49-
<Linking>
50-
<Debugging>
51-
<DebugInfoType Value="dsDwarf3"/>
52-
<UseHeaptrc Value="True"/>
53-
<TrashVariables Value="True"/>
54-
<UseExternalDbgSyms Value="True"/>
55-
</Debugging>
56-
</Linking>
57-
</CompilerOptions>
58-
</Item2>
59-
<Item3 Name="Release">
60-
<CompilerOptions>
61-
<Version Value="11"/>
62-
<PathDelim Value="\"/>
63-
<Target>
64-
<Filename Value="npush"/>
65-
</Target>
66-
<SearchPaths>
67-
<IncludeFiles Value="$(ProjOutDir);.."/>
68-
<OtherUnitFiles Value="..\..\..\DatenSteuerung;..\..;.."/>
69-
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
70-
</SearchPaths>
71-
<CodeGeneration>
72-
<SmartLinkUnit Value="True"/>
73-
<Optimizations>
74-
<OptimizationLevel Value="3"/>
75-
</Optimizations>
76-
</CodeGeneration>
77-
<Linking>
78-
<Debugging>
79-
<GenerateDebugInfo Value="False"/>
80-
<RunWithoutDebug Value="True"/>
81-
</Debugging>
82-
<LinkSmart Value="True"/>
83-
</Linking>
84-
</CompilerOptions>
85-
</Item3>
8622
</BuildModes>
8723
<PublishOptions>
8824
<Version Value="2"/>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/npoll/ulogger.pas renamed to npush/ulogger.pas

+4-4
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
*
9090
*(4) Error = [llError, llCritical, llFatal]
9191
* Ein Error Log, ist ein Fehler, welcher die Ausführung negativ
92-
* beeinflusst aber nicht zum Absturz führt. Z.B. Fehlen einer
93-
* kompletten Konfigurationsdatei, das Programm kann eingeschränkt weiter genutzt werden.
92+
* beeinflusst aber nicht zum Absturz führt.
93+
* z.B.: Fehlen einer kompletten Konfigurationsdatei, das Programm kann eingeschränkt weiter genutzt werden.
9494
*
9595
*(5)Critical = [llCritical, llFatal]
9696
* Ein Kritischer Log, ist ein Fataler Fehler, welcher aber eine
@@ -127,7 +127,7 @@
127127
* begin
128128
* Log('Dummy', llTrace);
129129
* ..
130-
* { Vor jedem "Halt", muss auch LogLeave stehen }
130+
* { Vor jedem "Halt"/ "Exit", muss auch LogLeave stehen }
131131
*
132132
* LogLeave;
133133
* end;
@@ -280,7 +280,7 @@
280280
* Die Implementierung ist nicht vollständig, Erkennt aber ob die Konvertierung
281281
* Fehlgeschlagen ist, wenn dem so ist, dann result := -1
282282
*)
283-
283+
// TODO: Diese Funktion hier könnte auch durch die "ScanDateTime" routine aus dateutil ersetzt werden.
284284
Function StrToDateTimeFormat(Input, Format: String): TDateTime;
285285
Var
286286
y, m, d, h, n, s, z: String;
File renamed without changes.
File renamed without changes.
File renamed without changes.

use/components.txt

-1
This file was deleted.

0 commit comments

Comments
 (0)