Skip to content

Commit 9b83cb7

Browse files
committed
initial
1 parent 53fdd88 commit 9b83cb7

File tree

4 files changed

+667
-0
lines changed

4 files changed

+667
-0
lines changed

entries/gklark/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
This program uses thread pool from fpthreadpool
2+
and swissmap adapted from https://github.com/LIMachi/swiss-table/tree/master/src
3+
4+
Compiled with fpc 3.3.1 on Linux 64bit.
Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<CONFIG>
3+
<ProjectOptions>
4+
<Version Value="12"/>
5+
<General>
6+
<Flags>
7+
<MainUnitHasCreateFormStatements Value="False"/>
8+
<MainUnitHasTitleStatement Value="False"/>
9+
<MainUnitHasScaledStatement Value="False"/>
10+
</Flags>
11+
<SessionStorage Value="InProjectDir"/>
12+
<Title Value="bytebitespas"/>
13+
<UseAppBundle Value="False"/>
14+
<ResourceType Value="res"/>
15+
</General>
16+
<BuildModes>
17+
<Item Name="Debug" Default="True"/>
18+
<Item Name="Release">
19+
<CompilerOptions>
20+
<Version Value="11"/>
21+
<Target>
22+
<Filename Value="bytebitespas"/>
23+
</Target>
24+
<SearchPaths>
25+
<IncludeFiles Value="$(ProjOutDir)"/>
26+
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
27+
</SearchPaths>
28+
<CodeGeneration>
29+
<SmartLinkUnit Value="True"/>
30+
<Optimizations>
31+
<OptimizationLevel Value="3"/>
32+
</Optimizations>
33+
</CodeGeneration>
34+
<Linking>
35+
<Debugging>
36+
<GenerateDebugInfo Value="False"/>
37+
<DebugInfoType Value="dsDwarf3"/>
38+
</Debugging>
39+
<LinkSmart Value="True"/>
40+
</Linking>
41+
<Other>
42+
<ConfigFile>
43+
<WriteConfigFilePath Value=""/>
44+
</ConfigFile>
45+
</Other>
46+
</CompilerOptions>
47+
</Item>
48+
</BuildModes>
49+
<PublishOptions>
50+
<Version Value="2"/>
51+
<UseFileFilters Value="True"/>
52+
</PublishOptions>
53+
<RunParams>
54+
<FormatVersion Value="2"/>
55+
</RunParams>
56+
<RequiredPackages>
57+
<Item>
58+
<PackageName Value="LazUtils"/>
59+
</Item>
60+
</RequiredPackages>
61+
<Units>
62+
<Unit>
63+
<Filename Value="bytebitespas.lpr"/>
64+
<IsPartOfProject Value="True"/>
65+
</Unit>
66+
</Units>
67+
</ProjectOptions>
68+
<CompilerOptions>
69+
<Version Value="11"/>
70+
<Target>
71+
<Filename Value="bytebitespas"/>
72+
</Target>
73+
<SearchPaths>
74+
<IncludeFiles Value="$(ProjOutDir)"/>
75+
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
76+
</SearchPaths>
77+
<Parsing>
78+
<SyntaxOptions>
79+
<IncludeAssertionCode Value="True"/>
80+
</SyntaxOptions>
81+
</Parsing>
82+
<CodeGeneration>
83+
<Checks>
84+
<IOChecks Value="True"/>
85+
<StackChecks Value="True"/>
86+
</Checks>
87+
<VerifyObjMethodCallValidity Value="True"/>
88+
</CodeGeneration>
89+
<Linking>
90+
<Debugging>
91+
<DebugInfoType Value="dsDwarf3"/>
92+
<UseHeaptrc Value="True"/>
93+
<TrashVariables Value="True"/>
94+
<UseExternalDbgSyms Value="True"/>
95+
</Debugging>
96+
</Linking>
97+
<Other>
98+
<ConfigFile>
99+
<WriteConfigFilePath Value=""/>
100+
</ConfigFile>
101+
</Other>
102+
</CompilerOptions>
103+
<Debugging>
104+
<Exceptions>
105+
<Item>
106+
<Name Value="EAbort"/>
107+
</Item>
108+
<Item>
109+
<Name Value="ECodetoolError"/>
110+
</Item>
111+
<Item>
112+
<Name Value="EFOpenError"/>
113+
</Item>
114+
</Exceptions>
115+
</Debugging>
116+
</CONFIG>

0 commit comments

Comments
 (0)