quasardb 3.14.2.dev4__cp313-cp313-win32.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of quasardb might be problematic. Click here for more details.
- quasardb/CMakeFiles/generate.stamp +1 -0
- quasardb/CMakeFiles/generate.stamp.depend +2 -0
- quasardb/INSTALL.vcxproj +209 -0
- quasardb/INSTALL.vcxproj.filters +13 -0
- quasardb/__init__.py +123 -0
- quasardb/cmake_install.cmake +48 -0
- quasardb/date/ALL_BUILD.vcxproj +181 -0
- quasardb/date/ALL_BUILD.vcxproj.filters +8 -0
- quasardb/date/CMakeFiles/Export/df49adab93b9e0c10c64f72458b31971/dateTargets.cmake +106 -0
- quasardb/date/CMakeFiles/generate.stamp +1 -0
- quasardb/date/CMakeFiles/generate.stamp.depend +6 -0
- quasardb/date/INSTALL.vcxproj +209 -0
- quasardb/date/INSTALL.vcxproj.filters +13 -0
- quasardb/date/cmake_install.cmake +71 -0
- quasardb/date/date.sln +60 -0
- quasardb/date/dateConfigVersion.cmake +65 -0
- quasardb/date/dateTargets.cmake +63 -0
- quasardb/extensions/__init__.py +8 -0
- quasardb/extensions/writer.py +193 -0
- quasardb/firehose.py +101 -0
- quasardb/numpy/__init__.py +901 -0
- quasardb/pandas/__init__.py +447 -0
- quasardb/pool.py +294 -0
- quasardb/pybind11/ALL_BUILD.vcxproj +181 -0
- quasardb/pybind11/ALL_BUILD.vcxproj.filters +8 -0
- quasardb/pybind11/CMakeFiles/generate.stamp +1 -0
- quasardb/pybind11/CMakeFiles/generate.stamp.depend +20 -0
- quasardb/pybind11/INSTALL.vcxproj +209 -0
- quasardb/pybind11/INSTALL.vcxproj.filters +13 -0
- quasardb/pybind11/cmake_install.cmake +40 -0
- quasardb/pybind11/pybind11.sln +60 -0
- quasardb/qdb_api.dll +0 -0
- quasardb/quasardb.cp313-win32.pyd +0 -0
- quasardb/range-v3/ALL_BUILD.vcxproj +181 -0
- quasardb/range-v3/ALL_BUILD.vcxproj.filters +8 -0
- quasardb/range-v3/CMakeFiles/Export/d94ef200eca10a819b5858b33e808f5b/range-v3-targets.cmake +128 -0
- quasardb/range-v3/CMakeFiles/generate.stamp +1 -0
- quasardb/range-v3/CMakeFiles/generate.stamp.depend +18 -0
- quasardb/range-v3/INSTALL.vcxproj +209 -0
- quasardb/range-v3/INSTALL.vcxproj.filters +13 -0
- quasardb/range-v3/Range-v3.sln +72 -0
- quasardb/range-v3/cmake_install.cmake +107 -0
- quasardb/range-v3/include/range/v3/version.hpp +24 -0
- quasardb/range-v3/range-v3-config-version.cmake +83 -0
- quasardb/range-v3/range-v3-config.cmake +80 -0
- quasardb/range-v3/range.v3.headers.vcxproj +804 -0
- quasardb/range-v3/range.v3.headers.vcxproj.filters +952 -0
- quasardb/stats.py +233 -0
- quasardb/table_cache.py +52 -0
- quasardb-3.14.2.dev4.dist-info/LICENSE.md +11 -0
- quasardb-3.14.2.dev4.dist-info/METADATA +40 -0
- quasardb-3.14.2.dev4.dist-info/RECORD +54 -0
- quasardb-3.14.2.dev4.dist-info/WHEEL +5 -0
- quasardb-3.14.2.dev4.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# CMake generation timestamp file for this directory.
|
quasardb/INSTALL.vcxproj
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<Project DefaultTargets="Build" ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
+
<PropertyGroup>
|
|
4
|
+
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
|
|
5
|
+
</PropertyGroup>
|
|
6
|
+
<ItemGroup Label="ProjectConfigurations">
|
|
7
|
+
<ProjectConfiguration Include="Debug|Win32">
|
|
8
|
+
<Configuration>Debug</Configuration>
|
|
9
|
+
<Platform>Win32</Platform>
|
|
10
|
+
</ProjectConfiguration>
|
|
11
|
+
<ProjectConfiguration Include="Release|Win32">
|
|
12
|
+
<Configuration>Release</Configuration>
|
|
13
|
+
<Platform>Win32</Platform>
|
|
14
|
+
</ProjectConfiguration>
|
|
15
|
+
<ProjectConfiguration Include="MinSizeRel|Win32">
|
|
16
|
+
<Configuration>MinSizeRel</Configuration>
|
|
17
|
+
<Platform>Win32</Platform>
|
|
18
|
+
</ProjectConfiguration>
|
|
19
|
+
<ProjectConfiguration Include="RelWithDebInfo|Win32">
|
|
20
|
+
<Configuration>RelWithDebInfo</Configuration>
|
|
21
|
+
<Platform>Win32</Platform>
|
|
22
|
+
</ProjectConfiguration>
|
|
23
|
+
</ItemGroup>
|
|
24
|
+
<PropertyGroup Label="Globals">
|
|
25
|
+
<ProjectGuid>{A7E310E6-6789-363A-86E2-8C0705B99F59}</ProjectGuid>
|
|
26
|
+
<Keyword>Win32Proj</Keyword>
|
|
27
|
+
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
|
|
28
|
+
<Platform>Win32</Platform>
|
|
29
|
+
<ProjectName>INSTALL</ProjectName>
|
|
30
|
+
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
|
|
31
|
+
</PropertyGroup>
|
|
32
|
+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
33
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
34
|
+
<ConfigurationType>Utility</ConfigurationType>
|
|
35
|
+
<CharacterSet>MultiByte</CharacterSet>
|
|
36
|
+
<PlatformToolset>v143</PlatformToolset>
|
|
37
|
+
</PropertyGroup>
|
|
38
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
39
|
+
<ConfigurationType>Utility</ConfigurationType>
|
|
40
|
+
<CharacterSet>MultiByte</CharacterSet>
|
|
41
|
+
<PlatformToolset>v143</PlatformToolset>
|
|
42
|
+
</PropertyGroup>
|
|
43
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
|
|
44
|
+
<ConfigurationType>Utility</ConfigurationType>
|
|
45
|
+
<CharacterSet>MultiByte</CharacterSet>
|
|
46
|
+
<PlatformToolset>v143</PlatformToolset>
|
|
47
|
+
</PropertyGroup>
|
|
48
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
|
|
49
|
+
<ConfigurationType>Utility</ConfigurationType>
|
|
50
|
+
<CharacterSet>MultiByte</CharacterSet>
|
|
51
|
+
<PlatformToolset>v143</PlatformToolset>
|
|
52
|
+
</PropertyGroup>
|
|
53
|
+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
54
|
+
<ImportGroup Label="ExtensionSettings">
|
|
55
|
+
</ImportGroup>
|
|
56
|
+
<ImportGroup Label="PropertySheets">
|
|
57
|
+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
58
|
+
</ImportGroup>
|
|
59
|
+
<PropertyGroup Label="UserMacros" />
|
|
60
|
+
<PropertyGroup>
|
|
61
|
+
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
|
|
62
|
+
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|
63
|
+
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|
64
|
+
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|
65
|
+
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|
66
|
+
</PropertyGroup>
|
|
67
|
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
68
|
+
<PostBuildEvent>
|
|
69
|
+
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
|
70
|
+
<Message></Message>
|
|
71
|
+
<Command>setlocal
|
|
72
|
+
C:\TeamCity\temp\buildTmp\build-env-60lwjgyu\Lib\site-packages\cmake\data\bin\cmake.exe -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
|
|
73
|
+
if %errorlevel% neq 0 goto :cmEnd
|
|
74
|
+
:cmEnd
|
|
75
|
+
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
76
|
+
:cmErrorLevel
|
|
77
|
+
exit /b %1
|
|
78
|
+
:cmDone
|
|
79
|
+
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
80
|
+
</PostBuildEvent>
|
|
81
|
+
</ItemDefinitionGroup>
|
|
82
|
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
83
|
+
<PostBuildEvent>
|
|
84
|
+
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
|
85
|
+
<Message></Message>
|
|
86
|
+
<Command>setlocal
|
|
87
|
+
C:\TeamCity\temp\buildTmp\build-env-60lwjgyu\Lib\site-packages\cmake\data\bin\cmake.exe -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
|
|
88
|
+
if %errorlevel% neq 0 goto :cmEnd
|
|
89
|
+
:cmEnd
|
|
90
|
+
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
91
|
+
:cmErrorLevel
|
|
92
|
+
exit /b %1
|
|
93
|
+
:cmDone
|
|
94
|
+
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
95
|
+
</PostBuildEvent>
|
|
96
|
+
</ItemDefinitionGroup>
|
|
97
|
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
|
|
98
|
+
<PostBuildEvent>
|
|
99
|
+
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
|
100
|
+
<Message></Message>
|
|
101
|
+
<Command>setlocal
|
|
102
|
+
C:\TeamCity\temp\buildTmp\build-env-60lwjgyu\Lib\site-packages\cmake\data\bin\cmake.exe -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
|
|
103
|
+
if %errorlevel% neq 0 goto :cmEnd
|
|
104
|
+
:cmEnd
|
|
105
|
+
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
106
|
+
:cmErrorLevel
|
|
107
|
+
exit /b %1
|
|
108
|
+
:cmDone
|
|
109
|
+
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
110
|
+
</PostBuildEvent>
|
|
111
|
+
</ItemDefinitionGroup>
|
|
112
|
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
|
|
113
|
+
<PostBuildEvent>
|
|
114
|
+
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
|
115
|
+
<Message></Message>
|
|
116
|
+
<Command>setlocal
|
|
117
|
+
C:\TeamCity\temp\buildTmp\build-env-60lwjgyu\Lib\site-packages\cmake\data\bin\cmake.exe -DBUILD_TYPE=$(Configuration) -P cmake_install.cmake
|
|
118
|
+
if %errorlevel% neq 0 goto :cmEnd
|
|
119
|
+
:cmEnd
|
|
120
|
+
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
121
|
+
:cmErrorLevel
|
|
122
|
+
exit /b %1
|
|
123
|
+
:cmDone
|
|
124
|
+
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
125
|
+
</PostBuildEvent>
|
|
126
|
+
</ItemDefinitionGroup>
|
|
127
|
+
<ItemGroup>
|
|
128
|
+
<CustomBuild Include="C:\TeamCity\work\938b0bdf6727d1ad\build\temp.win32-cpython-313\Release\CMakeFiles\14e1a048f1ddbde383440e0ea034fdb4\INSTALL_force.rule">
|
|
129
|
+
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</BuildInParallel>
|
|
130
|
+
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> </Message>
|
|
131
|
+
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
|
|
132
|
+
cd .
|
|
133
|
+
if %errorlevel% neq 0 goto :cmEnd
|
|
134
|
+
:cmEnd
|
|
135
|
+
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
136
|
+
:cmErrorLevel
|
|
137
|
+
exit /b %1
|
|
138
|
+
:cmDone
|
|
139
|
+
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
140
|
+
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(AdditionalInputs)</AdditionalInputs>
|
|
141
|
+
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\TeamCity\work\938b0bdf6727d1ad\build\lib.win32-cpython-313\quasardb\CMakeFiles\INSTALL_force</Outputs>
|
|
142
|
+
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
|
|
143
|
+
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</VerifyInputsAndOutputsExist>
|
|
144
|
+
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</BuildInParallel>
|
|
145
|
+
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> </Message>
|
|
146
|
+
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
|
|
147
|
+
cd .
|
|
148
|
+
if %errorlevel% neq 0 goto :cmEnd
|
|
149
|
+
:cmEnd
|
|
150
|
+
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
151
|
+
:cmErrorLevel
|
|
152
|
+
exit /b %1
|
|
153
|
+
:cmDone
|
|
154
|
+
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
155
|
+
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(AdditionalInputs)</AdditionalInputs>
|
|
156
|
+
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\TeamCity\work\938b0bdf6727d1ad\build\lib.win32-cpython-313\quasardb\CMakeFiles\INSTALL_force</Outputs>
|
|
157
|
+
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
|
|
158
|
+
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</VerifyInputsAndOutputsExist>
|
|
159
|
+
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">true</BuildInParallel>
|
|
160
|
+
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'"> </Message>
|
|
161
|
+
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
|
|
162
|
+
cd .
|
|
163
|
+
if %errorlevel% neq 0 goto :cmEnd
|
|
164
|
+
:cmEnd
|
|
165
|
+
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
166
|
+
:cmErrorLevel
|
|
167
|
+
exit /b %1
|
|
168
|
+
:cmDone
|
|
169
|
+
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
170
|
+
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">%(AdditionalInputs)</AdditionalInputs>
|
|
171
|
+
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\TeamCity\work\938b0bdf6727d1ad\build\lib.win32-cpython-313\quasardb\CMakeFiles\INSTALL_force</Outputs>
|
|
172
|
+
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
|
|
173
|
+
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</VerifyInputsAndOutputsExist>
|
|
174
|
+
<BuildInParallel Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">true</BuildInParallel>
|
|
175
|
+
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'"> </Message>
|
|
176
|
+
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
|
|
177
|
+
cd .
|
|
178
|
+
if %errorlevel% neq 0 goto :cmEnd
|
|
179
|
+
:cmEnd
|
|
180
|
+
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
181
|
+
:cmErrorLevel
|
|
182
|
+
exit /b %1
|
|
183
|
+
:cmDone
|
|
184
|
+
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
185
|
+
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">%(AdditionalInputs)</AdditionalInputs>
|
|
186
|
+
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\TeamCity\work\938b0bdf6727d1ad\build\lib.win32-cpython-313\quasardb\CMakeFiles\INSTALL_force</Outputs>
|
|
187
|
+
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
|
|
188
|
+
<VerifyInputsAndOutputsExist Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</VerifyInputsAndOutputsExist>
|
|
189
|
+
</CustomBuild>
|
|
190
|
+
</ItemGroup>
|
|
191
|
+
<ItemGroup />
|
|
192
|
+
<ItemGroup>
|
|
193
|
+
<ProjectReference Include="C:\TeamCity\work\938b0bdf6727d1ad\build\temp.win32-cpython-313\Release\ZERO_CHECK.vcxproj">
|
|
194
|
+
<Project>{9616D9E8-9613-3191-906B-DF929B637FBE}</Project>
|
|
195
|
+
<Name>ZERO_CHECK</Name>
|
|
196
|
+
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
197
|
+
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
|
198
|
+
</ProjectReference>
|
|
199
|
+
<ProjectReference Include="C:\TeamCity\work\938b0bdf6727d1ad\build\temp.win32-cpython-313\Release\ALL_BUILD.vcxproj">
|
|
200
|
+
<Project>{E7BBB16D-F7DC-3176-9FCA-FD71230AF66D}</Project>
|
|
201
|
+
<Name>ALL_BUILD</Name>
|
|
202
|
+
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
203
|
+
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
|
204
|
+
</ProjectReference>
|
|
205
|
+
</ItemGroup>
|
|
206
|
+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
207
|
+
<ImportGroup Label="ExtensionTargets">
|
|
208
|
+
</ImportGroup>
|
|
209
|
+
</Project>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
+
<ItemGroup>
|
|
4
|
+
<CustomBuild Include="C:\TeamCity\work\938b0bdf6727d1ad\build\temp.win32-cpython-313\Release\CMakeFiles\14e1a048f1ddbde383440e0ea034fdb4\INSTALL_force.rule">
|
|
5
|
+
<Filter>CMake Rules</Filter>
|
|
6
|
+
</CustomBuild>
|
|
7
|
+
</ItemGroup>
|
|
8
|
+
<ItemGroup>
|
|
9
|
+
<Filter Include="CMake Rules">
|
|
10
|
+
<UniqueIdentifier>{799C2895-E8D2-3B59-A0DC-643DEED4721E}</UniqueIdentifier>
|
|
11
|
+
</Filter>
|
|
12
|
+
</ItemGroup>
|
|
13
|
+
</Project>
|
quasardb/__init__.py
ADDED
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
# pylint: disable=C0103,C0111,C0302,R0903
|
|
2
|
+
|
|
3
|
+
# Copyright (c) 2009-2024, quasardb SAS. All rights reserved.
|
|
4
|
+
# All rights reserved.
|
|
5
|
+
#
|
|
6
|
+
# Redistribution and use in source and binary forms, with or without
|
|
7
|
+
# modification, are permitted provided that the following conditions are met:
|
|
8
|
+
#
|
|
9
|
+
# * Redistributions of source code must retain the above copyright
|
|
10
|
+
# notice, this list of conditions and the following disclaimer.
|
|
11
|
+
# * Redistributions in binary form must reproduce the above copyright
|
|
12
|
+
# notice, this list of conditions and the following disclaimer in the
|
|
13
|
+
# documentation and/or other materials provided with the distribution.
|
|
14
|
+
# * Neither the name of quasardb nor the names of its contributors may
|
|
15
|
+
# be used to endorse or promote products derived from this software
|
|
16
|
+
# without specific prior written permission.
|
|
17
|
+
#
|
|
18
|
+
# THIS SOFTWARE IS PROVIDED BY QUASARDB AND CONTRIBUTORS ``AS IS'' AND ANY
|
|
19
|
+
# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
20
|
+
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
21
|
+
# DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY
|
|
22
|
+
# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
23
|
+
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
24
|
+
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
25
|
+
# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
26
|
+
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
27
|
+
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
28
|
+
#
|
|
29
|
+
|
|
30
|
+
"""
|
|
31
|
+
.. module: quasardb
|
|
32
|
+
:platform: Unix, Windows
|
|
33
|
+
:synopsis: quasardb official Python API
|
|
34
|
+
|
|
35
|
+
.. moduleauthor: quasardb SAS. All rights reserved
|
|
36
|
+
"""
|
|
37
|
+
|
|
38
|
+
def generic_error_msg(msg, e = None):
|
|
39
|
+
msg_str = "\n".join(msg)
|
|
40
|
+
|
|
41
|
+
if e is None:
|
|
42
|
+
return """
|
|
43
|
+
**************************************************************************
|
|
44
|
+
|
|
45
|
+
{}
|
|
46
|
+
|
|
47
|
+
**************************************************************************
|
|
48
|
+
""".format(msg_str, type(e), str(e))
|
|
49
|
+
else:
|
|
50
|
+
return """
|
|
51
|
+
**************************************************************************
|
|
52
|
+
|
|
53
|
+
{}
|
|
54
|
+
|
|
55
|
+
**************************************************************************
|
|
56
|
+
|
|
57
|
+
Original exception:
|
|
58
|
+
|
|
59
|
+
Type: {}
|
|
60
|
+
Message: {}
|
|
61
|
+
|
|
62
|
+
**************************************************************************
|
|
63
|
+
""".format(msg_str, type(e), str(e))
|
|
64
|
+
|
|
65
|
+
def link_error_msg(e):
|
|
66
|
+
msg = [
|
|
67
|
+
"QuasarDB was unable to find all expected symbols in the compiled library.",
|
|
68
|
+
"This is usually caused by running an incorrect version of the QuasarDB C",
|
|
69
|
+
"API (libqdb_api) along the QuasarDB Python API (this module).",
|
|
70
|
+
"",
|
|
71
|
+
"Please ensure you do not have multiple versions of libqdb_api installed.",
|
|
72
|
+
"If you believe this to be a bug, please reach out to QuasarDB at",
|
|
73
|
+
"support@quasar.ai, and include the underlying error message:"]
|
|
74
|
+
|
|
75
|
+
return generic_error_msg(msg, e)
|
|
76
|
+
|
|
77
|
+
def glibc_error_msg(e):
|
|
78
|
+
msg = [
|
|
79
|
+
"QuasarDB was unable to find the expected GLIBC version on this machine.",
|
|
80
|
+
"This is usually caused by compiling the Python API on a different machine "
|
|
81
|
+
"than you're currently using.",
|
|
82
|
+
"",
|
|
83
|
+
"Please ensure you're using the official version of the QuasarDB Python API, ",
|
|
84
|
+
"and are using a machine that is compatible with the manylinux2014 Python ",
|
|
85
|
+
"platform tag as defined in PEP 599. ",
|
|
86
|
+
"",
|
|
87
|
+
"If you believe this to be a bug, please reach out to QuasarDB at",
|
|
88
|
+
"support@quasar.ai, and include the underlying error message:"]
|
|
89
|
+
|
|
90
|
+
return generic_error_msg(msg, e)
|
|
91
|
+
|
|
92
|
+
def unknown_error_msg():
|
|
93
|
+
msg = [
|
|
94
|
+
"Unable to import quasardb module: unknown error. ",
|
|
95
|
+
"",
|
|
96
|
+
"This may have several causes, including, but not limited to: ",
|
|
97
|
+
" - a link error, ",
|
|
98
|
+
" - architecture mismatch, ",
|
|
99
|
+
" - the current working directory already contains a 'quasardb' subdirectory.",
|
|
100
|
+
"",
|
|
101
|
+
"If you believe this to be a bug, please reach out to QuasarDB at",
|
|
102
|
+
"support@quasar.ai"]
|
|
103
|
+
|
|
104
|
+
return generic_error_msg(msg)
|
|
105
|
+
try:
|
|
106
|
+
from quasardb.quasardb import *
|
|
107
|
+
except BaseException as e:
|
|
108
|
+
print(e)
|
|
109
|
+
if "undefined symbol" in str(e):
|
|
110
|
+
print(link_error_msg(e))
|
|
111
|
+
raise e
|
|
112
|
+
elif "GLIBC" in str(e):
|
|
113
|
+
print(glibc_error_msg(e))
|
|
114
|
+
else:
|
|
115
|
+
from quasardb import *
|
|
116
|
+
|
|
117
|
+
if not 'quasardb' in locals():
|
|
118
|
+
print(unknown_error_msg())
|
|
119
|
+
raise ImportError()
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
from .extensions import extend_module
|
|
123
|
+
extend_module(quasardb)
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# Install script for directory: C:/TeamCity/work/938b0bdf6727d1ad/thirdparty
|
|
2
|
+
|
|
3
|
+
# Set the install prefix
|
|
4
|
+
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
|
5
|
+
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/quasardb")
|
|
6
|
+
endif()
|
|
7
|
+
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
|
|
8
|
+
|
|
9
|
+
# Set the install configuration name.
|
|
10
|
+
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
|
|
11
|
+
if(BUILD_TYPE)
|
|
12
|
+
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
|
|
13
|
+
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
|
|
14
|
+
else()
|
|
15
|
+
set(CMAKE_INSTALL_CONFIG_NAME "Release")
|
|
16
|
+
endif()
|
|
17
|
+
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
|
|
18
|
+
endif()
|
|
19
|
+
|
|
20
|
+
# Set the component getting installed.
|
|
21
|
+
if(NOT CMAKE_INSTALL_COMPONENT)
|
|
22
|
+
if(COMPONENT)
|
|
23
|
+
message(STATUS "Install component: \"${COMPONENT}\"")
|
|
24
|
+
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
|
|
25
|
+
else()
|
|
26
|
+
set(CMAKE_INSTALL_COMPONENT)
|
|
27
|
+
endif()
|
|
28
|
+
endif()
|
|
29
|
+
|
|
30
|
+
# Is this installation the result of a crosscompile?
|
|
31
|
+
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
|
32
|
+
set(CMAKE_CROSSCOMPILING "FALSE")
|
|
33
|
+
endif()
|
|
34
|
+
|
|
35
|
+
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
|
|
36
|
+
# Include the install script for each subdirectory.
|
|
37
|
+
include("C:/TeamCity/work/938b0bdf6727d1ad/build/lib.win32-cpython-313/quasardb/date/cmake_install.cmake")
|
|
38
|
+
include("C:/TeamCity/work/938b0bdf6727d1ad/build/lib.win32-cpython-313/quasardb/pybind11/cmake_install.cmake")
|
|
39
|
+
include("C:/TeamCity/work/938b0bdf6727d1ad/build/lib.win32-cpython-313/quasardb/range-v3/cmake_install.cmake")
|
|
40
|
+
|
|
41
|
+
endif()
|
|
42
|
+
|
|
43
|
+
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
|
|
44
|
+
"${CMAKE_INSTALL_MANIFEST_FILES}")
|
|
45
|
+
if(CMAKE_INSTALL_LOCAL_ONLY)
|
|
46
|
+
file(WRITE "C:/TeamCity/work/938b0bdf6727d1ad/build/lib.win32-cpython-313/quasardb/install_local_manifest.txt"
|
|
47
|
+
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
|
|
48
|
+
endif()
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<Project DefaultTargets="Build" ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
+
<PropertyGroup>
|
|
4
|
+
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
|
|
5
|
+
</PropertyGroup>
|
|
6
|
+
<PropertyGroup>
|
|
7
|
+
<ResolveNugetPackages>false</ResolveNugetPackages>
|
|
8
|
+
</PropertyGroup>
|
|
9
|
+
<ItemGroup Label="ProjectConfigurations">
|
|
10
|
+
<ProjectConfiguration Include="Debug|Win32">
|
|
11
|
+
<Configuration>Debug</Configuration>
|
|
12
|
+
<Platform>Win32</Platform>
|
|
13
|
+
</ProjectConfiguration>
|
|
14
|
+
<ProjectConfiguration Include="Release|Win32">
|
|
15
|
+
<Configuration>Release</Configuration>
|
|
16
|
+
<Platform>Win32</Platform>
|
|
17
|
+
</ProjectConfiguration>
|
|
18
|
+
<ProjectConfiguration Include="MinSizeRel|Win32">
|
|
19
|
+
<Configuration>MinSizeRel</Configuration>
|
|
20
|
+
<Platform>Win32</Platform>
|
|
21
|
+
</ProjectConfiguration>
|
|
22
|
+
<ProjectConfiguration Include="RelWithDebInfo|Win32">
|
|
23
|
+
<Configuration>RelWithDebInfo</Configuration>
|
|
24
|
+
<Platform>Win32</Platform>
|
|
25
|
+
</ProjectConfiguration>
|
|
26
|
+
</ItemGroup>
|
|
27
|
+
<PropertyGroup Label="Globals">
|
|
28
|
+
<ProjectGuid>{E7BBB16D-F7DC-3176-9FCA-FD71230AF66D}</ProjectGuid>
|
|
29
|
+
<Keyword>Win32Proj</Keyword>
|
|
30
|
+
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion>
|
|
31
|
+
<Platform>Win32</Platform>
|
|
32
|
+
<ProjectName>ALL_BUILD</ProjectName>
|
|
33
|
+
<VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
|
|
34
|
+
</PropertyGroup>
|
|
35
|
+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
36
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
37
|
+
<ConfigurationType>Utility</ConfigurationType>
|
|
38
|
+
<CharacterSet>MultiByte</CharacterSet>
|
|
39
|
+
<PlatformToolset>v143</PlatformToolset>
|
|
40
|
+
</PropertyGroup>
|
|
41
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
42
|
+
<ConfigurationType>Utility</ConfigurationType>
|
|
43
|
+
<CharacterSet>MultiByte</CharacterSet>
|
|
44
|
+
<PlatformToolset>v143</PlatformToolset>
|
|
45
|
+
</PropertyGroup>
|
|
46
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'" Label="Configuration">
|
|
47
|
+
<ConfigurationType>Utility</ConfigurationType>
|
|
48
|
+
<CharacterSet>MultiByte</CharacterSet>
|
|
49
|
+
<PlatformToolset>v143</PlatformToolset>
|
|
50
|
+
</PropertyGroup>
|
|
51
|
+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'" Label="Configuration">
|
|
52
|
+
<ConfigurationType>Utility</ConfigurationType>
|
|
53
|
+
<CharacterSet>MultiByte</CharacterSet>
|
|
54
|
+
<PlatformToolset>v143</PlatformToolset>
|
|
55
|
+
</PropertyGroup>
|
|
56
|
+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
57
|
+
<ImportGroup Label="ExtensionSettings">
|
|
58
|
+
</ImportGroup>
|
|
59
|
+
<ImportGroup Label="PropertySheets">
|
|
60
|
+
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
61
|
+
</ImportGroup>
|
|
62
|
+
<PropertyGroup Label="UserMacros" />
|
|
63
|
+
<PropertyGroup>
|
|
64
|
+
<_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
|
|
65
|
+
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|
66
|
+
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|
67
|
+
<IntDir Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|
68
|
+
<IntDir Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|
69
|
+
</PropertyGroup>
|
|
70
|
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
71
|
+
<Midl>
|
|
72
|
+
<AdditionalIncludeDirectories>C:\TeamCity\work\938b0bdf6727d1ad\quasardb\..\qdb\include;C:\TeamCity\work\938b0bdf6727d1ad\quasardb\..\thirdparty\date\include;C:\TeamCity\work\938b0bdf6727d1ad\quasardb\..\thirdparty\range-v3\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
73
|
+
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
|
74
|
+
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
75
|
+
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
76
|
+
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
77
|
+
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
78
|
+
</Midl>
|
|
79
|
+
</ItemDefinitionGroup>
|
|
80
|
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
81
|
+
<Midl>
|
|
82
|
+
<AdditionalIncludeDirectories>C:\TeamCity\work\938b0bdf6727d1ad\quasardb\..\qdb\include;C:\TeamCity\work\938b0bdf6727d1ad\quasardb\..\thirdparty\date\include;C:\TeamCity\work\938b0bdf6727d1ad\quasardb\..\thirdparty\range-v3\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
83
|
+
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
|
84
|
+
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
85
|
+
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
86
|
+
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
87
|
+
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
88
|
+
</Midl>
|
|
89
|
+
</ItemDefinitionGroup>
|
|
90
|
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">
|
|
91
|
+
<Midl>
|
|
92
|
+
<AdditionalIncludeDirectories>C:\TeamCity\work\938b0bdf6727d1ad\quasardb\..\qdb\include;C:\TeamCity\work\938b0bdf6727d1ad\quasardb\..\thirdparty\date\include;C:\TeamCity\work\938b0bdf6727d1ad\quasardb\..\thirdparty\range-v3\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
93
|
+
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
|
94
|
+
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
95
|
+
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
96
|
+
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
97
|
+
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
98
|
+
</Midl>
|
|
99
|
+
</ItemDefinitionGroup>
|
|
100
|
+
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">
|
|
101
|
+
<Midl>
|
|
102
|
+
<AdditionalIncludeDirectories>C:\TeamCity\work\938b0bdf6727d1ad\quasardb\..\qdb\include;C:\TeamCity\work\938b0bdf6727d1ad\quasardb\..\thirdparty\date\include;C:\TeamCity\work\938b0bdf6727d1ad\quasardb\..\thirdparty\range-v3\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
103
|
+
<OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
|
104
|
+
<HeaderFileName>%(Filename).h</HeaderFileName>
|
|
105
|
+
<TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
|
106
|
+
<InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
|
107
|
+
<ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
|
108
|
+
</Midl>
|
|
109
|
+
</ItemDefinitionGroup>
|
|
110
|
+
<ItemGroup>
|
|
111
|
+
<CustomBuild Include="C:\TeamCity\work\938b0bdf6727d1ad\thirdparty\date\CMakeLists.txt">
|
|
112
|
+
<UseUtf8Encoding>Always</UseUtf8Encoding>
|
|
113
|
+
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Building Custom Rule C:/TeamCity/work/938b0bdf6727d1ad/thirdparty/date/CMakeLists.txt</Message>
|
|
114
|
+
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">setlocal
|
|
115
|
+
C:\TeamCity\temp\buildTmp\build-env-60lwjgyu\Lib\site-packages\cmake\data\bin\cmake.exe -SC:/TeamCity/work/938b0bdf6727d1ad/quasardb -BC:/TeamCity/work/938b0bdf6727d1ad/build/temp.win32-cpython-313/Release --check-stamp-file C:/TeamCity/work/938b0bdf6727d1ad/build/lib.win32-cpython-313/quasardb/date/CMakeFiles/generate.stamp
|
|
116
|
+
if %errorlevel% neq 0 goto :cmEnd
|
|
117
|
+
:cmEnd
|
|
118
|
+
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
119
|
+
:cmErrorLevel
|
|
120
|
+
exit /b %1
|
|
121
|
+
:cmDone
|
|
122
|
+
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
123
|
+
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\TeamCity\temp\buildTmp\build-env-60lwjgyu\Lib\site-packages\cmake\data\share\cmake-3.31\Modules\BasicConfigVersion-SameMajorVersion.cmake.in;C:\TeamCity\temp\buildTmp\build-env-60lwjgyu\Lib\site-packages\cmake\data\share\cmake-3.31\Modules\CMakePackageConfigHelpers.cmake;C:\TeamCity\temp\buildTmp\build-env-60lwjgyu\Lib\site-packages\cmake\data\share\cmake-3.31\Modules\GNUInstallDirs.cmake;C:\TeamCity\temp\buildTmp\build-env-60lwjgyu\Lib\site-packages\cmake\data\share\cmake-3.31\Modules\WriteBasicConfigVersionFile.cmake;%(AdditionalInputs)</AdditionalInputs>
|
|
124
|
+
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">C:\TeamCity\work\938b0bdf6727d1ad\build\lib.win32-cpython-313\quasardb\date\CMakeFiles\generate.stamp</Outputs>
|
|
125
|
+
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkObjects>
|
|
126
|
+
<Message Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Building Custom Rule C:/TeamCity/work/938b0bdf6727d1ad/thirdparty/date/CMakeLists.txt</Message>
|
|
127
|
+
<Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">setlocal
|
|
128
|
+
C:\TeamCity\temp\buildTmp\build-env-60lwjgyu\Lib\site-packages\cmake\data\bin\cmake.exe -SC:/TeamCity/work/938b0bdf6727d1ad/quasardb -BC:/TeamCity/work/938b0bdf6727d1ad/build/temp.win32-cpython-313/Release --check-stamp-file C:/TeamCity/work/938b0bdf6727d1ad/build/lib.win32-cpython-313/quasardb/date/CMakeFiles/generate.stamp
|
|
129
|
+
if %errorlevel% neq 0 goto :cmEnd
|
|
130
|
+
:cmEnd
|
|
131
|
+
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
132
|
+
:cmErrorLevel
|
|
133
|
+
exit /b %1
|
|
134
|
+
:cmDone
|
|
135
|
+
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
136
|
+
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\TeamCity\temp\buildTmp\build-env-60lwjgyu\Lib\site-packages\cmake\data\share\cmake-3.31\Modules\BasicConfigVersion-SameMajorVersion.cmake.in;C:\TeamCity\temp\buildTmp\build-env-60lwjgyu\Lib\site-packages\cmake\data\share\cmake-3.31\Modules\CMakePackageConfigHelpers.cmake;C:\TeamCity\temp\buildTmp\build-env-60lwjgyu\Lib\site-packages\cmake\data\share\cmake-3.31\Modules\GNUInstallDirs.cmake;C:\TeamCity\temp\buildTmp\build-env-60lwjgyu\Lib\site-packages\cmake\data\share\cmake-3.31\Modules\WriteBasicConfigVersionFile.cmake;%(AdditionalInputs)</AdditionalInputs>
|
|
137
|
+
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">C:\TeamCity\work\938b0bdf6727d1ad\build\lib.win32-cpython-313\quasardb\date\CMakeFiles\generate.stamp</Outputs>
|
|
138
|
+
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkObjects>
|
|
139
|
+
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">Building Custom Rule C:/TeamCity/work/938b0bdf6727d1ad/thirdparty/date/CMakeLists.txt</Message>
|
|
140
|
+
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">setlocal
|
|
141
|
+
C:\TeamCity\temp\buildTmp\build-env-60lwjgyu\Lib\site-packages\cmake\data\bin\cmake.exe -SC:/TeamCity/work/938b0bdf6727d1ad/quasardb -BC:/TeamCity/work/938b0bdf6727d1ad/build/temp.win32-cpython-313/Release --check-stamp-file C:/TeamCity/work/938b0bdf6727d1ad/build/lib.win32-cpython-313/quasardb/date/CMakeFiles/generate.stamp
|
|
142
|
+
if %errorlevel% neq 0 goto :cmEnd
|
|
143
|
+
:cmEnd
|
|
144
|
+
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
145
|
+
:cmErrorLevel
|
|
146
|
+
exit /b %1
|
|
147
|
+
:cmDone
|
|
148
|
+
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
149
|
+
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\TeamCity\temp\buildTmp\build-env-60lwjgyu\Lib\site-packages\cmake\data\share\cmake-3.31\Modules\BasicConfigVersion-SameMajorVersion.cmake.in;C:\TeamCity\temp\buildTmp\build-env-60lwjgyu\Lib\site-packages\cmake\data\share\cmake-3.31\Modules\CMakePackageConfigHelpers.cmake;C:\TeamCity\temp\buildTmp\build-env-60lwjgyu\Lib\site-packages\cmake\data\share\cmake-3.31\Modules\GNUInstallDirs.cmake;C:\TeamCity\temp\buildTmp\build-env-60lwjgyu\Lib\site-packages\cmake\data\share\cmake-3.31\Modules\WriteBasicConfigVersionFile.cmake;%(AdditionalInputs)</AdditionalInputs>
|
|
150
|
+
<Outputs Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">C:\TeamCity\work\938b0bdf6727d1ad\build\lib.win32-cpython-313\quasardb\date\CMakeFiles\generate.stamp</Outputs>
|
|
151
|
+
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|Win32'">false</LinkObjects>
|
|
152
|
+
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">Building Custom Rule C:/TeamCity/work/938b0bdf6727d1ad/thirdparty/date/CMakeLists.txt</Message>
|
|
153
|
+
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">setlocal
|
|
154
|
+
C:\TeamCity\temp\buildTmp\build-env-60lwjgyu\Lib\site-packages\cmake\data\bin\cmake.exe -SC:/TeamCity/work/938b0bdf6727d1ad/quasardb -BC:/TeamCity/work/938b0bdf6727d1ad/build/temp.win32-cpython-313/Release --check-stamp-file C:/TeamCity/work/938b0bdf6727d1ad/build/lib.win32-cpython-313/quasardb/date/CMakeFiles/generate.stamp
|
|
155
|
+
if %errorlevel% neq 0 goto :cmEnd
|
|
156
|
+
:cmEnd
|
|
157
|
+
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
|
|
158
|
+
:cmErrorLevel
|
|
159
|
+
exit /b %1
|
|
160
|
+
:cmDone
|
|
161
|
+
if %errorlevel% neq 0 goto :VCEnd</Command>
|
|
162
|
+
<AdditionalInputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\TeamCity\temp\buildTmp\build-env-60lwjgyu\Lib\site-packages\cmake\data\share\cmake-3.31\Modules\BasicConfigVersion-SameMajorVersion.cmake.in;C:\TeamCity\temp\buildTmp\build-env-60lwjgyu\Lib\site-packages\cmake\data\share\cmake-3.31\Modules\CMakePackageConfigHelpers.cmake;C:\TeamCity\temp\buildTmp\build-env-60lwjgyu\Lib\site-packages\cmake\data\share\cmake-3.31\Modules\GNUInstallDirs.cmake;C:\TeamCity\temp\buildTmp\build-env-60lwjgyu\Lib\site-packages\cmake\data\share\cmake-3.31\Modules\WriteBasicConfigVersionFile.cmake;%(AdditionalInputs)</AdditionalInputs>
|
|
163
|
+
<Outputs Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">C:\TeamCity\work\938b0bdf6727d1ad\build\lib.win32-cpython-313\quasardb\date\CMakeFiles\generate.stamp</Outputs>
|
|
164
|
+
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|Win32'">false</LinkObjects>
|
|
165
|
+
</CustomBuild>
|
|
166
|
+
</ItemGroup>
|
|
167
|
+
<ItemGroup>
|
|
168
|
+
</ItemGroup>
|
|
169
|
+
<ItemGroup />
|
|
170
|
+
<ItemGroup>
|
|
171
|
+
<ProjectReference Include="C:\TeamCity\work\938b0bdf6727d1ad\build\temp.win32-cpython-313\Release\ZERO_CHECK.vcxproj">
|
|
172
|
+
<Project>{9616D9E8-9613-3191-906B-DF929B637FBE}</Project>
|
|
173
|
+
<Name>ZERO_CHECK</Name>
|
|
174
|
+
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
175
|
+
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
|
176
|
+
</ProjectReference>
|
|
177
|
+
</ItemGroup>
|
|
178
|
+
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
179
|
+
<ImportGroup Label="ExtensionTargets">
|
|
180
|
+
</ImportGroup>
|
|
181
|
+
</Project>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<Project ToolsVersion="17.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
+
<ItemGroup>
|
|
4
|
+
<CustomBuild Include="C:\TeamCity\work\938b0bdf6727d1ad\thirdparty\date\CMakeLists.txt" />
|
|
5
|
+
</ItemGroup>
|
|
6
|
+
<ItemGroup>
|
|
7
|
+
</ItemGroup>
|
|
8
|
+
</Project>
|